Skip to content

Commit 8dd5964

Browse files
committed
renamed global variable to Translator #1
1 parent f248266 commit 8dd5964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
//global
1313
} else {
14-
root.gettext = factory(window.vsprintf);
14+
root.Translator = factory(window.vsprintf);
1515
}
1616
}(this, function (vsprintf) {
1717

0 commit comments

Comments
 (0)