We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f248266 commit 8dd5964Copy full SHA for 8dd5964
1 file changed
src/translator.js
@@ -11,7 +11,7 @@
11
12
//global
13
} else {
14
- root.gettext = factory(window.vsprintf);
+ root.Translator = factory(window.vsprintf);
15
}
16
}(this, function (vsprintf) {
17
0 commit comments