We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8230cdf commit da55b93Copy full SHA for da55b93
modules/translate.js
@@ -0,0 +1,10 @@
1
+// stub for translate
2
+exports.TutorialStats = class Translate {
3
+ instance() {
4
+ return new Translate();
5
+ }
6
+
7
+ isTranslated() {
8
+ return true;
9
10
+};
0 commit comments