Skip to content

Commit da55b93

Browse files
committed
translate stub
1 parent 8230cdf commit da55b93

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/translate.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)