Skip to content

Commit

Permalink
bug983720 - update node module
Browse files Browse the repository at this point in the history
  • Loading branch information
alicoding committed Mar 14, 2014
1 parent 29ff832 commit 76f9156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/js/i18n.js
Expand Up @@ -57,7 +57,7 @@ angular.module('localization', ['ngSanitize'])
getLocalizedString: function (value) {
if (localize.resourceFileLoaded) {
if (localize.dictionary.hasOwnProperty(value)) {
return localize.dictionary[value].message;
return localize.dictionary[value];
} else {
return 'unkown key: "' + value + '"';
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"grunt-shell-spawn": "0.3.0",
"grunt-cli": "0.1.13",
"webmaker-auth": "0.0.8",
"webmaker-i18n": "https://github.com/mozilla/node-webmaker-i18n/archive/v0.3.11.tar.gz",
"webmaker-i18n": "https://github.com/mozilla/node-webmaker-i18n/archive/v0.3.12.tar.gz",
"webmaker-locale-mapping": "latest"
},
"engines": {
Expand Down

0 comments on commit 76f9156

Please sign in to comment.