We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f29113 commit 5968ac8Copy full SHA for 5968ac8
bower.json
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gettext-translator",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Javascript gettext translator",
5
"main": "src/translator.js",
6
"directories": {
src/translator.js
@@ -1,7 +1,7 @@
(function (root, factory) {
//amd
if (typeof define === "function" && define.amd) {
- define(['sprintf'], function (sprintf) {
+ define(['sprintf-js'], function (sprintf) {
return factory(sprintf.vsprintf);
});
7
@@ -201,4 +201,4 @@
201
}
202
203
return Translator;
204
-}));
+}));
0 commit comments