diff options
Diffstat (limited to 'i18n/src/closureSlurper.js')
| -rw-r--r-- | i18n/src/closureSlurper.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/i18n/src/closureSlurper.js b/i18n/src/closureSlurper.js index 865c4df1..9630c5e1 100644 --- a/i18n/src/closureSlurper.js +++ b/i18n/src/closureSlurper.js @@ -103,7 +103,7 @@ createFolder('../locale/').then(function() {      var prefix =        'window.angular = window.angular || {};\n' +        'angular.module = angular.module || {};\n' + -      'angular.module.NG_LOCALE = ["$provide", function($provide) {\n' + +      'angular.module.ngLocale = ["$provide", function($provide) {\n' +           'var PLURAL_CATEGORY = {' +             'ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"' +           '};\n' + | 
