Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d007878

Browse files
committed
chore(ngLocale): regenerate locale files
Regenrate all locale files Remove jshint checks on auto-generated locale files
1 parent 14638f4 commit d007878

File tree

244 files changed

+2300
-8649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+2300
-8649
lines changed

Gruntfile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ module.exports = function(grunt) {
123123
ngCookies: {
124124
files: { src: 'src/ngCookies/**/*.js' },
125125
},
126-
ngLocale: {
127-
files: { src: 'src/ngLocale/**/*.js' },
128-
},
129126
ngMessageFormat: {
130127
files: { src: 'src/ngMessageFormat/**/*.js' },
131128
},

i18n/closure/currencySymbols.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ goog.i18n.currency.CurrencyInfo = {
303303
'KRW': [0, '\u20A9', 'KR₩'],
304304
'LKR': [2, 'Rs', 'SLRs'],
305305
'LTL': [2, 'Lt', 'Lt'],
306-
'LVL': [2, 'Ls', 'Ls'],
307306
'MNT': [0, '\u20AE', 'MN₮'],
307+
'MVR': [2, 'Rf', 'MVR'],
308308
'MXN': [2, '$', 'Mex$'],
309309
'MYR': [2, 'RM', 'RM'],
310310
'NOK': [50, 'kr', 'NOkr'],
@@ -339,6 +339,7 @@ goog.i18n.currency.CurrencyInfo = {
339339
goog.i18n.currency.CurrencyInfoTier2 = {
340340
'AFN': [48, 'Af.', 'AFN'],
341341
'AMD': [0, 'Dram', 'dram'],
342+
'ANG': [2, 'NAf.', 'ANG'],
342343
'AOA': [2, 'Kz', 'Kz'],
343344
'ARS': [2, '$', 'AR$'],
344345
'AWG': [2, 'Afl.', 'Afl.'],
@@ -414,6 +415,7 @@ goog.i18n.currency.CurrencyInfoTier2 = {
414415
'SLL': [0, 'SLL', 'SLL'],
415416
'SOS': [0, 'SOS', 'SOS'],
416417
'SRD': [2, '$', 'SR$'],
418+
'SSP': [2, '£', 'SSP'],
417419
'STD': [0, 'Db', 'Db'],
418420
'SYP': [0, '£', 'SY£'],
419421
'SZL': [2, 'SZL', 'SZL'],
@@ -430,5 +432,6 @@ goog.i18n.currency.CurrencyInfoTier2 = {
430432
'XCD': [2, '$', 'EC$'],
431433
'XOF': [0, 'CFA', 'CFA'],
432434
'XPF': [0, 'FCFP', 'FCFP'],
433-
'ZMK': [0, 'ZMK', 'ZMK']
435+
'ZMW': [0, 'ZMW', 'ZMW'],
436+
'ZWD': [0, '$', 'Z$']
434437
};

i18n/closure/datetimeSymbols.js

Lines changed: 305 additions & 54 deletions
Large diffs are not rendered by default.

i18n/closure/datetimeSymbolsExt.js

Lines changed: 538 additions & 1278 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)