diff --git a/i18n/src/converter.js b/i18n/src/converter.js index a318726ae015..f0262cde9c4b 100644 --- a/i18n/src/converter.js +++ b/i18n/src/converter.js @@ -21,6 +21,7 @@ function convertNumberData(dataObj, currencySymbols) { if (currencySymbols[dataObj.DEF_CURRENCY_CODE]) { numberFormats.CURRENCY_SYM = currencySymbols[dataObj.DEF_CURRENCY_CODE][1]; + numberFormats.DEFAULT_PRECISION = (currencySymbols[dataObj.DEF_CURRENCY_CODE][0] === 0) ? 0 : 2; } else { if (dataObj.DEF_CURRENCY_CODE == 'MTL') { numberFormats.CURRENCY_SYM = '₤'; //for some reason this is missing in closure @@ -29,6 +30,7 @@ function convertNumberData(dataObj, currencySymbols) { var code = numberFormats.CURRENCY_SYM = dataObj.DEF_CURRENCY_CODE; console.log(code +' has no currency symbol in closure, used ' + code + ' instead!'); } + numberFormats.DEFAULT_PRECISION = 2; } return numberFormats; } diff --git a/src/ng/filter/filters.js b/src/ng/filter/filters.js index c92ed384792e..6f13f6a8b7fc 100644 --- a/src/ng/filter/filters.js +++ b/src/ng/filter/filters.js @@ -11,6 +11,7 @@ * * @param {number} amount Input to filter. * @param {string=} symbol Currency symbol or identifier to be displayed. + * @param {number=} number of digits after dot after rounding. * @returns {string} Formatted number. * * @@ -44,9 +45,11 @@ currencyFilter.$inject = ['$locale']; function currencyFilter($locale) { var formats = $locale.NUMBER_FORMATS; - return function(amount, currencySymbol){ + return function(amount, currencySymbol, meanNumbers){ + meanNumbers = isNumber(meanNumbers) ? meanNumbers : formats.DEFAULT_PRECISION; + meanNumbers = meanNumbers || 2; if (isUndefined(currencySymbol)) currencySymbol = formats.CURRENCY_SYM; - return formatNumber(amount, formats.PATTERNS[1], formats.GROUP_SEP, formats.DECIMAL_SEP, 2). + return formatNumber(amount, formats.PATTERNS[1], formats.GROUP_SEP, formats.DECIMAL_SEP, meanNumbers). replace(/\u00A4/g, currencySymbol); }; } diff --git a/src/ngLocale/angular-locale_af-na.js b/src/ngLocale/angular-locale_af-na.js index e40bd166953a..a4222042979c 100644 --- a/src/ngLocale/angular-locale_af-na.js +++ b/src/ngLocale/angular-locale_af-na.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "R", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_af-za.js b/src/ngLocale/angular-locale_af-za.js index dddd6cae0d1c..13573e489cd0 100644 --- a/src/ngLocale/angular-locale_af-za.js +++ b/src/ngLocale/angular-locale_af-za.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "R", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_af.js b/src/ngLocale/angular-locale_af.js index aacbefd8d3fc..4e2f35bd3c81 100644 --- a/src/ngLocale/angular-locale_af.js +++ b/src/ngLocale/angular-locale_af.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "R", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_am-et.js b/src/ngLocale/angular-locale_am-et.js index decae2de5133..58225c7cd603 100644 --- a/src/ngLocale/angular-locale_am-et.js +++ b/src/ngLocale/angular-locale_am-et.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Birr", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_am.js b/src/ngLocale/angular-locale_am.js index 6a7ad5f31617..b9aea34da1b4 100644 --- a/src/ngLocale/angular-locale_am.js +++ b/src/ngLocale/angular-locale_am.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Birr", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-001.js b/src/ngLocale/angular-locale_ar-001.js index 9ed1dae13562..ec70782ffda2 100644 --- a/src/ngLocale/angular-locale_ar-001.js +++ b/src/ngLocale/angular-locale_ar-001.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-ae.js b/src/ngLocale/angular-locale_ar-ae.js index 2440d71e4f93..96e57f0c5714 100644 --- a/src/ngLocale/angular-locale_ar-ae.js +++ b/src/ngLocale/angular-locale_ar-ae.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-bh.js b/src/ngLocale/angular-locale_ar-bh.js index bb5328941573..7e7703d93be2 100644 --- a/src/ngLocale/angular-locale_ar-bh.js +++ b/src/ngLocale/angular-locale_ar-bh.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-dz.js b/src/ngLocale/angular-locale_ar-dz.js index ab02398e827f..c6ceed59291a 100644 --- a/src/ngLocale/angular-locale_ar-dz.js +++ b/src/ngLocale/angular-locale_ar-dz.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-eg.js b/src/ngLocale/angular-locale_ar-eg.js index 1a45444f11ff..8bebcc3055f5 100644 --- a/src/ngLocale/angular-locale_ar-eg.js +++ b/src/ngLocale/angular-locale_ar-eg.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-iq.js b/src/ngLocale/angular-locale_ar-iq.js index a141d1477b77..9fd789e7432e 100644 --- a/src/ngLocale/angular-locale_ar-iq.js +++ b/src/ngLocale/angular-locale_ar-iq.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-jo.js b/src/ngLocale/angular-locale_ar-jo.js index 67e5d70b29ef..b46cdb82de0c 100644 --- a/src/ngLocale/angular-locale_ar-jo.js +++ b/src/ngLocale/angular-locale_ar-jo.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-kw.js b/src/ngLocale/angular-locale_ar-kw.js index 7507c5ac57ea..5c1b98f57985 100644 --- a/src/ngLocale/angular-locale_ar-kw.js +++ b/src/ngLocale/angular-locale_ar-kw.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-lb.js b/src/ngLocale/angular-locale_ar-lb.js index 8c867b632d20..ddcc3291ca16 100644 --- a/src/ngLocale/angular-locale_ar-lb.js +++ b/src/ngLocale/angular-locale_ar-lb.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-ly.js b/src/ngLocale/angular-locale_ar-ly.js index 4b59d399e379..319f102cd4ce 100644 --- a/src/ngLocale/angular-locale_ar-ly.js +++ b/src/ngLocale/angular-locale_ar-ly.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-ma.js b/src/ngLocale/angular-locale_ar-ma.js index 44fcfccd0d9f..ab85468f74f7 100644 --- a/src/ngLocale/angular-locale_ar-ma.js +++ b/src/ngLocale/angular-locale_ar-ma.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-om.js b/src/ngLocale/angular-locale_ar-om.js index 822aede1abb6..ee0b540cf128 100644 --- a/src/ngLocale/angular-locale_ar-om.js +++ b/src/ngLocale/angular-locale_ar-om.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-qa.js b/src/ngLocale/angular-locale_ar-qa.js index f7dfd65edf9c..f8b477ab9835 100644 --- a/src/ngLocale/angular-locale_ar-qa.js +++ b/src/ngLocale/angular-locale_ar-qa.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-sa.js b/src/ngLocale/angular-locale_ar-sa.js index 8ee44d425318..e81a07b933b3 100644 --- a/src/ngLocale/angular-locale_ar-sa.js +++ b/src/ngLocale/angular-locale_ar-sa.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-sd.js b/src/ngLocale/angular-locale_ar-sd.js index 0141e0577ac1..c4f3921cc2c4 100644 --- a/src/ngLocale/angular-locale_ar-sd.js +++ b/src/ngLocale/angular-locale_ar-sd.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-sy.js b/src/ngLocale/angular-locale_ar-sy.js index cb324e87244c..65beb5bf8687 100644 --- a/src/ngLocale/angular-locale_ar-sy.js +++ b/src/ngLocale/angular-locale_ar-sy.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-tn.js b/src/ngLocale/angular-locale_ar-tn.js index a78f0de67b90..9c51b731f950 100644 --- a/src/ngLocale/angular-locale_ar-tn.js +++ b/src/ngLocale/angular-locale_ar-tn.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar-ye.js b/src/ngLocale/angular-locale_ar-ye.js index 6b28d2ff7995..d28207e26909 100644 --- a/src/ngLocale/angular-locale_ar-ye.js +++ b/src/ngLocale/angular-locale_ar-ye.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ar.js b/src/ngLocale/angular-locale_ar.js index 872194e78371..de8f60f3af77 100644 --- a/src/ngLocale/angular-locale_ar.js +++ b/src/ngLocale/angular-locale_ar.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_bg-bg.js b/src/ngLocale/angular-locale_bg-bg.js index c88bb8844073..bd998ff51989 100644 --- a/src/ngLocale/angular-locale_bg-bg.js +++ b/src/ngLocale/angular-locale_bg-bg.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "lev", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_bg.js b/src/ngLocale/angular-locale_bg.js index db0865b0a54d..b47076275f14 100644 --- a/src/ngLocale/angular-locale_bg.js +++ b/src/ngLocale/angular-locale_bg.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "lev", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_bn-bd.js b/src/ngLocale/angular-locale_bn-bd.js index 980495cee371..97d679ff25dc 100644 --- a/src/ngLocale/angular-locale_bn-bd.js +++ b/src/ngLocale/angular-locale_bn-bd.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u09f3", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_bn-in.js b/src/ngLocale/angular-locale_bn-in.js index 0b414286558e..1d18c562e1f7 100644 --- a/src/ngLocale/angular-locale_bn-in.js +++ b/src/ngLocale/angular-locale_bn-in.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u09f3", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_bn.js b/src/ngLocale/angular-locale_bn.js index 5cc14cc6f348..134609cb3377 100644 --- a/src/ngLocale/angular-locale_bn.js +++ b/src/ngLocale/angular-locale_bn.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u09f3", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ca-ad.js b/src/ngLocale/angular-locale_ca-ad.js index a7f1e6eafa99..2368b0728cc3 100644 --- a/src/ngLocale/angular-locale_ca-ad.js +++ b/src/ngLocale/angular-locale_ca-ad.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ca-es.js b/src/ngLocale/angular-locale_ca-es.js index b589a21db99f..2619869b9f2e 100644 --- a/src/ngLocale/angular-locale_ca-es.js +++ b/src/ngLocale/angular-locale_ca-es.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ca.js b/src/ngLocale/angular-locale_ca.js index 3bced031a195..43c9210b4ae4 100644 --- a/src/ngLocale/angular-locale_ca.js +++ b/src/ngLocale/angular-locale_ca.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_cs-cz.js b/src/ngLocale/angular-locale_cs-cz.js index 3c88d9485a28..e0ea3979de39 100644 --- a/src/ngLocale/angular-locale_cs-cz.js +++ b/src/ngLocale/angular-locale_cs-cz.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "K\u010d", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_cs.js b/src/ngLocale/angular-locale_cs.js index c0a1e334cc74..b23aad2ecea1 100644 --- a/src/ngLocale/angular-locale_cs.js +++ b/src/ngLocale/angular-locale_cs.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "K\u010d", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_da-dk.js b/src/ngLocale/angular-locale_da-dk.js index 399a1e4eb7ee..3b5412671b80 100644 --- a/src/ngLocale/angular-locale_da-dk.js +++ b/src/ngLocale/angular-locale_da-dk.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "kr", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_da.js b/src/ngLocale/angular-locale_da.js index 1d8bcbeeab67..bb849c522f25 100644 --- a/src/ngLocale/angular-locale_da.js +++ b/src/ngLocale/angular-locale_da.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "kr", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_de-at.js b/src/ngLocale/angular-locale_de-at.js index 257e7d81db4e..37dd47c4a032 100644 --- a/src/ngLocale/angular-locale_de-at.js +++ b/src/ngLocale/angular-locale_de-at.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_de-be.js b/src/ngLocale/angular-locale_de-be.js index d07143b3e058..b03c0a7b24fd 100644 --- a/src/ngLocale/angular-locale_de-be.js +++ b/src/ngLocale/angular-locale_de-be.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_de-ch.js b/src/ngLocale/angular-locale_de-ch.js index b249939531d7..7b380ce78729 100644 --- a/src/ngLocale/angular-locale_de-ch.js +++ b/src/ngLocale/angular-locale_de-ch.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "CHF", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "'", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_de-de.js b/src/ngLocale/angular-locale_de-de.js index 58e70431a87b..d198a8bda317 100644 --- a/src/ngLocale/angular-locale_de-de.js +++ b/src/ngLocale/angular-locale_de-de.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_de-li.js b/src/ngLocale/angular-locale_de-li.js index 288651323ed8..dbaa6271b1b6 100644 --- a/src/ngLocale/angular-locale_de-li.js +++ b/src/ngLocale/angular-locale_de-li.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_de-lu.js b/src/ngLocale/angular-locale_de-lu.js index 61aa489ccf0f..f49c9847fe94 100644 --- a/src/ngLocale/angular-locale_de-lu.js +++ b/src/ngLocale/angular-locale_de-lu.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_de.js b/src/ngLocale/angular-locale_de.js index 6ea1f22136e6..80cd680731aa 100644 --- a/src/ngLocale/angular-locale_de.js +++ b/src/ngLocale/angular-locale_de.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_el-cy.js b/src/ngLocale/angular-locale_el-cy.js index e7a4c94e8e65..2e8086dbcd39 100644 --- a/src/ngLocale/angular-locale_el-cy.js +++ b/src/ngLocale/angular-locale_el-cy.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_el-gr.js b/src/ngLocale/angular-locale_el-gr.js index 101464f8452f..e7f1f31f56ee 100644 --- a/src/ngLocale/angular-locale_el-gr.js +++ b/src/ngLocale/angular-locale_el-gr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_el.js b/src/ngLocale/angular-locale_el.js index 8433050133a6..adda32ccbb16 100644 --- a/src/ngLocale/angular-locale_el.js +++ b/src/ngLocale/angular-locale_el.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-as.js b/src/ngLocale/angular-locale_en-as.js index 3cc5eb542682..a3d1947e6757 100644 --- a/src/ngLocale/angular-locale_en-as.js +++ b/src/ngLocale/angular-locale_en-as.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-au.js b/src/ngLocale/angular-locale_en-au.js index c09f4ae77d03..0eab4a65f487 100644 --- a/src/ngLocale/angular-locale_en-au.js +++ b/src/ngLocale/angular-locale_en-au.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-bb.js b/src/ngLocale/angular-locale_en-bb.js index dcf93adb4b14..b7c1a51cd059 100644 --- a/src/ngLocale/angular-locale_en-bb.js +++ b/src/ngLocale/angular-locale_en-bb.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-be.js b/src/ngLocale/angular-locale_en-be.js index 673beb5e7010..bb33073c4966 100644 --- a/src/ngLocale/angular-locale_en-be.js +++ b/src/ngLocale/angular-locale_en-be.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-bm.js b/src/ngLocale/angular-locale_en-bm.js index 604db153100f..baa208c215b1 100644 --- a/src/ngLocale/angular-locale_en-bm.js +++ b/src/ngLocale/angular-locale_en-bm.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-bw.js b/src/ngLocale/angular-locale_en-bw.js index 0aeb9f98dd5f..f3105cd280ad 100644 --- a/src/ngLocale/angular-locale_en-bw.js +++ b/src/ngLocale/angular-locale_en-bw.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-bz.js b/src/ngLocale/angular-locale_en-bz.js index 17f242dc288a..e28a57fe5605 100644 --- a/src/ngLocale/angular-locale_en-bz.js +++ b/src/ngLocale/angular-locale_en-bz.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-ca.js b/src/ngLocale/angular-locale_en-ca.js index 370903571f39..4d34028edbf0 100644 --- a/src/ngLocale/angular-locale_en-ca.js +++ b/src/ngLocale/angular-locale_en-ca.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-dsrt-us.js b/src/ngLocale/angular-locale_en-dsrt-us.js index 0ede3159eb49..6f2a71f382b8 100644 --- a/src/ngLocale/angular-locale_en-dsrt-us.js +++ b/src/ngLocale/angular-locale_en-dsrt-us.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-dsrt.js b/src/ngLocale/angular-locale_en-dsrt.js index 5e86ec53d86c..52488bdf7ad1 100644 --- a/src/ngLocale/angular-locale_en-dsrt.js +++ b/src/ngLocale/angular-locale_en-dsrt.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-fm.js b/src/ngLocale/angular-locale_en-fm.js index 525604fcb9cf..1da8b782a005 100644 --- a/src/ngLocale/angular-locale_en-fm.js +++ b/src/ngLocale/angular-locale_en-fm.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-gb.js b/src/ngLocale/angular-locale_en-gb.js index 4a0f59ac052c..eee529a3c136 100644 --- a/src/ngLocale/angular-locale_en-gb.js +++ b/src/ngLocale/angular-locale_en-gb.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a3", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-gu.js b/src/ngLocale/angular-locale_en-gu.js index 994b57164204..432660d290a1 100644 --- a/src/ngLocale/angular-locale_en-gu.js +++ b/src/ngLocale/angular-locale_en-gu.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-gy.js b/src/ngLocale/angular-locale_en-gy.js index 0c5240520e67..1b1fafe8163f 100644 --- a/src/ngLocale/angular-locale_en-gy.js +++ b/src/ngLocale/angular-locale_en-gy.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-hk.js b/src/ngLocale/angular-locale_en-hk.js index 261c49066a92..6d4da2d33a84 100644 --- a/src/ngLocale/angular-locale_en-hk.js +++ b/src/ngLocale/angular-locale_en-hk.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-ie.js b/src/ngLocale/angular-locale_en-ie.js index a7d7b757d406..d2a96c888858 100644 --- a/src/ngLocale/angular-locale_en-ie.js +++ b/src/ngLocale/angular-locale_en-ie.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-in.js b/src/ngLocale/angular-locale_en-in.js index ad0588965548..5e0c31025bcd 100644 --- a/src/ngLocale/angular-locale_en-in.js +++ b/src/ngLocale/angular-locale_en-in.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-iso.js b/src/ngLocale/angular-locale_en-iso.js index 158f8de0cc53..ede2b1d97a0b 100644 --- a/src/ngLocale/angular-locale_en-iso.js +++ b/src/ngLocale/angular-locale_en-iso.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-jm.js b/src/ngLocale/angular-locale_en-jm.js index 7aebeab8d893..c2c9c309f91f 100644 --- a/src/ngLocale/angular-locale_en-jm.js +++ b/src/ngLocale/angular-locale_en-jm.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-mh.js b/src/ngLocale/angular-locale_en-mh.js index 085444369aff..c71d6ba0ab3b 100644 --- a/src/ngLocale/angular-locale_en-mh.js +++ b/src/ngLocale/angular-locale_en-mh.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-mp.js b/src/ngLocale/angular-locale_en-mp.js index c05f5c9b77a9..0e2b2428e262 100644 --- a/src/ngLocale/angular-locale_en-mp.js +++ b/src/ngLocale/angular-locale_en-mp.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-mt.js b/src/ngLocale/angular-locale_en-mt.js index 822d0ace9534..201276f261ec 100644 --- a/src/ngLocale/angular-locale_en-mt.js +++ b/src/ngLocale/angular-locale_en-mt.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-mu.js b/src/ngLocale/angular-locale_en-mu.js index 13629d6bb512..5a1a513ed05f 100644 --- a/src/ngLocale/angular-locale_en-mu.js +++ b/src/ngLocale/angular-locale_en-mu.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-na.js b/src/ngLocale/angular-locale_en-na.js index 779fb02670b1..53e94e1cb7a0 100644 --- a/src/ngLocale/angular-locale_en-na.js +++ b/src/ngLocale/angular-locale_en-na.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-nz.js b/src/ngLocale/angular-locale_en-nz.js index 8e01073499dd..ca9d9d2fba6b 100644 --- a/src/ngLocale/angular-locale_en-nz.js +++ b/src/ngLocale/angular-locale_en-nz.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-ph.js b/src/ngLocale/angular-locale_en-ph.js index 647b9e1078e3..165d33ebd4b7 100644 --- a/src/ngLocale/angular-locale_en-ph.js +++ b/src/ngLocale/angular-locale_en-ph.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-pk.js b/src/ngLocale/angular-locale_en-pk.js index bc586489e20c..09425f4fd814 100644 --- a/src/ngLocale/angular-locale_en-pk.js +++ b/src/ngLocale/angular-locale_en-pk.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-pr.js b/src/ngLocale/angular-locale_en-pr.js index 6d66c083c9d0..8dee4a843c14 100644 --- a/src/ngLocale/angular-locale_en-pr.js +++ b/src/ngLocale/angular-locale_en-pr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-pw.js b/src/ngLocale/angular-locale_en-pw.js index e280faa9fd03..725e4cd7c542 100644 --- a/src/ngLocale/angular-locale_en-pw.js +++ b/src/ngLocale/angular-locale_en-pw.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-sg.js b/src/ngLocale/angular-locale_en-sg.js index ccffcd8f68f8..5f17393b0c05 100644 --- a/src/ngLocale/angular-locale_en-sg.js +++ b/src/ngLocale/angular-locale_en-sg.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-tc.js b/src/ngLocale/angular-locale_en-tc.js index f9fdf66c62c4..b747fba900f6 100644 --- a/src/ngLocale/angular-locale_en-tc.js +++ b/src/ngLocale/angular-locale_en-tc.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-tt.js b/src/ngLocale/angular-locale_en-tt.js index 32effe2b4ba8..25374c111eab 100644 --- a/src/ngLocale/angular-locale_en-tt.js +++ b/src/ngLocale/angular-locale_en-tt.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-um.js b/src/ngLocale/angular-locale_en-um.js index aaba7a3e7b20..855046de2a72 100644 --- a/src/ngLocale/angular-locale_en-um.js +++ b/src/ngLocale/angular-locale_en-um.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-us.js b/src/ngLocale/angular-locale_en-us.js index 953cd104fd87..e3609e6ccab0 100644 --- a/src/ngLocale/angular-locale_en-us.js +++ b/src/ngLocale/angular-locale_en-us.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-vg.js b/src/ngLocale/angular-locale_en-vg.js index 7f05c153aa4a..922da9ec4abf 100644 --- a/src/ngLocale/angular-locale_en-vg.js +++ b/src/ngLocale/angular-locale_en-vg.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-vi.js b/src/ngLocale/angular-locale_en-vi.js index ea7a166694d3..af59b35c3790 100644 --- a/src/ngLocale/angular-locale_en-vi.js +++ b/src/ngLocale/angular-locale_en-vi.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-za.js b/src/ngLocale/angular-locale_en-za.js index 289697031350..476633504abd 100644 --- a/src/ngLocale/angular-locale_en-za.js +++ b/src/ngLocale/angular-locale_en-za.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "R", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en-zw.js b/src/ngLocale/angular-locale_en-zw.js index 162da1e77593..104fc55ea0d9 100644 --- a/src/ngLocale/angular-locale_en-zw.js +++ b/src/ngLocale/angular-locale_en-zw.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_en.js b/src/ngLocale/angular-locale_en.js index ae07737c354a..e1e838b76d4e 100644 --- a/src/ngLocale/angular-locale_en.js +++ b/src/ngLocale/angular-locale_en.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-419.js b/src/ngLocale/angular-locale_es-419.js index 91efc7892638..4e1375419a89 100644 --- a/src/ngLocale/angular-locale_es-419.js +++ b/src/ngLocale/angular-locale_es-419.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-ar.js b/src/ngLocale/angular-locale_es-ar.js index 409a360198ba..4580dc3246eb 100644 --- a/src/ngLocale/angular-locale_es-ar.js +++ b/src/ngLocale/angular-locale_es-ar.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-bo.js b/src/ngLocale/angular-locale_es-bo.js index fce7a3924084..91603d2d93f7 100644 --- a/src/ngLocale/angular-locale_es-bo.js +++ b/src/ngLocale/angular-locale_es-bo.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-cl.js b/src/ngLocale/angular-locale_es-cl.js index 094dc2979267..fc650dba3b39 100644 --- a/src/ngLocale/angular-locale_es-cl.js +++ b/src/ngLocale/angular-locale_es-cl.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-co.js b/src/ngLocale/angular-locale_es-co.js index 28bcf76d72b0..a6ea7a3dd7cf 100644 --- a/src/ngLocale/angular-locale_es-co.js +++ b/src/ngLocale/angular-locale_es-co.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-cr.js b/src/ngLocale/angular-locale_es-cr.js index 321ed8bbf178..6e1ca7e676b9 100644 --- a/src/ngLocale/angular-locale_es-cr.js +++ b/src/ngLocale/angular-locale_es-cr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-do.js b/src/ngLocale/angular-locale_es-do.js index 48f5014b12c2..a0957cdc5e68 100644 --- a/src/ngLocale/angular-locale_es-do.js +++ b/src/ngLocale/angular-locale_es-do.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-ea.js b/src/ngLocale/angular-locale_es-ea.js index 39d0ea7166f0..e3338976ac82 100644 --- a/src/ngLocale/angular-locale_es-ea.js +++ b/src/ngLocale/angular-locale_es-ea.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-ec.js b/src/ngLocale/angular-locale_es-ec.js index cc6eb76eadc2..a25413d483aa 100644 --- a/src/ngLocale/angular-locale_es-ec.js +++ b/src/ngLocale/angular-locale_es-ec.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-es.js b/src/ngLocale/angular-locale_es-es.js index a72164f79ba6..c5ee286bc4a6 100644 --- a/src/ngLocale/angular-locale_es-es.js +++ b/src/ngLocale/angular-locale_es-es.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-gq.js b/src/ngLocale/angular-locale_es-gq.js index c7bab0e648b9..ca29fbcff85a 100644 --- a/src/ngLocale/angular-locale_es-gq.js +++ b/src/ngLocale/angular-locale_es-gq.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-gt.js b/src/ngLocale/angular-locale_es-gt.js index c6d10789c4e2..ae781d795256 100644 --- a/src/ngLocale/angular-locale_es-gt.js +++ b/src/ngLocale/angular-locale_es-gt.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-hn.js b/src/ngLocale/angular-locale_es-hn.js index 9b9023a424b3..ebb99b601e33 100644 --- a/src/ngLocale/angular-locale_es-hn.js +++ b/src/ngLocale/angular-locale_es-hn.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-ic.js b/src/ngLocale/angular-locale_es-ic.js index 0f2bfa1a3bd4..4692fd8dfe35 100644 --- a/src/ngLocale/angular-locale_es-ic.js +++ b/src/ngLocale/angular-locale_es-ic.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-mx.js b/src/ngLocale/angular-locale_es-mx.js index 7eb40877ce8f..028a6f182640 100644 --- a/src/ngLocale/angular-locale_es-mx.js +++ b/src/ngLocale/angular-locale_es-mx.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-ni.js b/src/ngLocale/angular-locale_es-ni.js index a93b70122501..9e35fa111b84 100644 --- a/src/ngLocale/angular-locale_es-ni.js +++ b/src/ngLocale/angular-locale_es-ni.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-pa.js b/src/ngLocale/angular-locale_es-pa.js index 8496553b8de6..c3a74441aa27 100644 --- a/src/ngLocale/angular-locale_es-pa.js +++ b/src/ngLocale/angular-locale_es-pa.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-pe.js b/src/ngLocale/angular-locale_es-pe.js index b88b21f9063e..955512f12a2a 100644 --- a/src/ngLocale/angular-locale_es-pe.js +++ b/src/ngLocale/angular-locale_es-pe.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-pr.js b/src/ngLocale/angular-locale_es-pr.js index 2917c36a42ee..c4f710634fcc 100644 --- a/src/ngLocale/angular-locale_es-pr.js +++ b/src/ngLocale/angular-locale_es-pr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-py.js b/src/ngLocale/angular-locale_es-py.js index 6253d1454eee..aff7a327c335 100644 --- a/src/ngLocale/angular-locale_es-py.js +++ b/src/ngLocale/angular-locale_es-py.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-sv.js b/src/ngLocale/angular-locale_es-sv.js index 63f07560a4a8..7fc6b602a7ca 100644 --- a/src/ngLocale/angular-locale_es-sv.js +++ b/src/ngLocale/angular-locale_es-sv.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-us.js b/src/ngLocale/angular-locale_es-us.js index c92959578c72..1f3344dcc71d 100644 --- a/src/ngLocale/angular-locale_es-us.js +++ b/src/ngLocale/angular-locale_es-us.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-uy.js b/src/ngLocale/angular-locale_es-uy.js index f656e1a93323..73ab0078fd92 100644 --- a/src/ngLocale/angular-locale_es-uy.js +++ b/src/ngLocale/angular-locale_es-uy.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es-ve.js b/src/ngLocale/angular-locale_es-ve.js index 664187725e35..10febb4b147f 100644 --- a/src/ngLocale/angular-locale_es-ve.js +++ b/src/ngLocale/angular-locale_es-ve.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_es.js b/src/ngLocale/angular-locale_es.js index 91aba876a302..7a83dd1f7c2b 100644 --- a/src/ngLocale/angular-locale_es.js +++ b/src/ngLocale/angular-locale_es.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_et-ee.js b/src/ngLocale/angular-locale_et-ee.js index c76394715e03..76c78002f784 100644 --- a/src/ngLocale/angular-locale_et-ee.js +++ b/src/ngLocale/angular-locale_et-ee.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_et.js b/src/ngLocale/angular-locale_et.js index f996bba68ae0..716b5e0c6479 100644 --- a/src/ngLocale/angular-locale_et.js +++ b/src/ngLocale/angular-locale_et.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_eu-es.js b/src/ngLocale/angular-locale_eu-es.js index d5fe45a1d348..d61eed1dd6fa 100644 --- a/src/ngLocale/angular-locale_eu-es.js +++ b/src/ngLocale/angular-locale_eu-es.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_eu.js b/src/ngLocale/angular-locale_eu.js index 67faf10d2cce..3408360be18f 100644 --- a/src/ngLocale/angular-locale_eu.js +++ b/src/ngLocale/angular-locale_eu.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fa-af.js b/src/ngLocale/angular-locale_fa-af.js index c96ecde8d347..da0a5a170f48 100644 --- a/src/ngLocale/angular-locale_fa-af.js +++ b/src/ngLocale/angular-locale_fa-af.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Rial", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 0, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fa-ir.js b/src/ngLocale/angular-locale_fa-ir.js index 27099d7512c2..bf838043111e 100644 --- a/src/ngLocale/angular-locale_fa-ir.js +++ b/src/ngLocale/angular-locale_fa-ir.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Rial", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 0, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fa.js b/src/ngLocale/angular-locale_fa.js index c94c6c145fa4..f403c518be03 100644 --- a/src/ngLocale/angular-locale_fa.js +++ b/src/ngLocale/angular-locale_fa.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Rial", "DECIMAL_SEP": "\u066b", + "DEFAULT_PRECISION": 0, "GROUP_SEP": "\u066c", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fi-fi.js b/src/ngLocale/angular-locale_fi-fi.js index 60c57d6e7367..e74af625a3f9 100644 --- a/src/ngLocale/angular-locale_fi-fi.js +++ b/src/ngLocale/angular-locale_fi-fi.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fi.js b/src/ngLocale/angular-locale_fi.js index 6570dde9f191..19cdcbbd3386 100644 --- a/src/ngLocale/angular-locale_fi.js +++ b/src/ngLocale/angular-locale_fi.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fil-ph.js b/src/ngLocale/angular-locale_fil-ph.js index 8873e5aa1437..a07b8d85f0b0 100644 --- a/src/ngLocale/angular-locale_fil-ph.js +++ b/src/ngLocale/angular-locale_fil-ph.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b1", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fil.js b/src/ngLocale/angular-locale_fil.js index 893e76848777..d13908b7b140 100644 --- a/src/ngLocale/angular-locale_fil.js +++ b/src/ngLocale/angular-locale_fil.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b1", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-be.js b/src/ngLocale/angular-locale_fr-be.js index 7de5ef7d2d29..5ca803e71582 100644 --- a/src/ngLocale/angular-locale_fr-be.js +++ b/src/ngLocale/angular-locale_fr-be.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-bf.js b/src/ngLocale/angular-locale_fr-bf.js index d1583817e3b1..909629bcd353 100644 --- a/src/ngLocale/angular-locale_fr-bf.js +++ b/src/ngLocale/angular-locale_fr-bf.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-bi.js b/src/ngLocale/angular-locale_fr-bi.js index 8fe873639401..6415471f3a5d 100644 --- a/src/ngLocale/angular-locale_fr-bi.js +++ b/src/ngLocale/angular-locale_fr-bi.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-bj.js b/src/ngLocale/angular-locale_fr-bj.js index d5be5b816db5..9a043994e82f 100644 --- a/src/ngLocale/angular-locale_fr-bj.js +++ b/src/ngLocale/angular-locale_fr-bj.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-bl.js b/src/ngLocale/angular-locale_fr-bl.js index 73abcdd75ab4..68614d4d30dd 100644 --- a/src/ngLocale/angular-locale_fr-bl.js +++ b/src/ngLocale/angular-locale_fr-bl.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-ca.js b/src/ngLocale/angular-locale_fr-ca.js index 04fd552d3219..ef54eaccd07c 100644 --- a/src/ngLocale/angular-locale_fr-ca.js +++ b/src/ngLocale/angular-locale_fr-ca.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-cd.js b/src/ngLocale/angular-locale_fr-cd.js index 996c7f596f18..d65465eae542 100644 --- a/src/ngLocale/angular-locale_fr-cd.js +++ b/src/ngLocale/angular-locale_fr-cd.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-cf.js b/src/ngLocale/angular-locale_fr-cf.js index 614add52ee4c..311cecd364d4 100644 --- a/src/ngLocale/angular-locale_fr-cf.js +++ b/src/ngLocale/angular-locale_fr-cf.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-cg.js b/src/ngLocale/angular-locale_fr-cg.js index 9431c2c9c98a..80356b863612 100644 --- a/src/ngLocale/angular-locale_fr-cg.js +++ b/src/ngLocale/angular-locale_fr-cg.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-ch.js b/src/ngLocale/angular-locale_fr-ch.js index 6a47fb0c7460..924fd14c55e8 100644 --- a/src/ngLocale/angular-locale_fr-ch.js +++ b/src/ngLocale/angular-locale_fr-ch.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-ci.js b/src/ngLocale/angular-locale_fr-ci.js index 7ba2130e8f5d..f95b45a35bb1 100644 --- a/src/ngLocale/angular-locale_fr-ci.js +++ b/src/ngLocale/angular-locale_fr-ci.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-cm.js b/src/ngLocale/angular-locale_fr-cm.js index ef8e7ded1fef..06aa26d416aa 100644 --- a/src/ngLocale/angular-locale_fr-cm.js +++ b/src/ngLocale/angular-locale_fr-cm.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-dj.js b/src/ngLocale/angular-locale_fr-dj.js index 052750c4baa6..e75b0a2f7060 100644 --- a/src/ngLocale/angular-locale_fr-dj.js +++ b/src/ngLocale/angular-locale_fr-dj.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-fr.js b/src/ngLocale/angular-locale_fr-fr.js index 8e38aa01ec62..836f3b398e46 100644 --- a/src/ngLocale/angular-locale_fr-fr.js +++ b/src/ngLocale/angular-locale_fr-fr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-ga.js b/src/ngLocale/angular-locale_fr-ga.js index a732c276a081..69c989465b18 100644 --- a/src/ngLocale/angular-locale_fr-ga.js +++ b/src/ngLocale/angular-locale_fr-ga.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-gf.js b/src/ngLocale/angular-locale_fr-gf.js index 3ef7c4aed119..40590909cd53 100644 --- a/src/ngLocale/angular-locale_fr-gf.js +++ b/src/ngLocale/angular-locale_fr-gf.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-gn.js b/src/ngLocale/angular-locale_fr-gn.js index a239cc8e60c1..57c3fc9bf248 100644 --- a/src/ngLocale/angular-locale_fr-gn.js +++ b/src/ngLocale/angular-locale_fr-gn.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-gp.js b/src/ngLocale/angular-locale_fr-gp.js index 7e00d063853a..0016664c2292 100644 --- a/src/ngLocale/angular-locale_fr-gp.js +++ b/src/ngLocale/angular-locale_fr-gp.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-gq.js b/src/ngLocale/angular-locale_fr-gq.js index 107f5ff30325..a7902bb580a8 100644 --- a/src/ngLocale/angular-locale_fr-gq.js +++ b/src/ngLocale/angular-locale_fr-gq.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-km.js b/src/ngLocale/angular-locale_fr-km.js index 8e17c2207a72..e7afb76a00ea 100644 --- a/src/ngLocale/angular-locale_fr-km.js +++ b/src/ngLocale/angular-locale_fr-km.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-lu.js b/src/ngLocale/angular-locale_fr-lu.js index 86f1a7cce99b..12ee0969af9c 100644 --- a/src/ngLocale/angular-locale_fr-lu.js +++ b/src/ngLocale/angular-locale_fr-lu.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-mc.js b/src/ngLocale/angular-locale_fr-mc.js index 3fb2bc8e88d8..ad1f62bcff1c 100644 --- a/src/ngLocale/angular-locale_fr-mc.js +++ b/src/ngLocale/angular-locale_fr-mc.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-mf.js b/src/ngLocale/angular-locale_fr-mf.js index 6e35abe9c113..450714f3e75c 100644 --- a/src/ngLocale/angular-locale_fr-mf.js +++ b/src/ngLocale/angular-locale_fr-mf.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-mg.js b/src/ngLocale/angular-locale_fr-mg.js index 35e8308f8811..25df6857ae21 100644 --- a/src/ngLocale/angular-locale_fr-mg.js +++ b/src/ngLocale/angular-locale_fr-mg.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-ml.js b/src/ngLocale/angular-locale_fr-ml.js index e2b6d8ad0a48..490c42856ecf 100644 --- a/src/ngLocale/angular-locale_fr-ml.js +++ b/src/ngLocale/angular-locale_fr-ml.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-mq.js b/src/ngLocale/angular-locale_fr-mq.js index b99ce2fe7d38..f0a727010d5c 100644 --- a/src/ngLocale/angular-locale_fr-mq.js +++ b/src/ngLocale/angular-locale_fr-mq.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-ne.js b/src/ngLocale/angular-locale_fr-ne.js index 2e61a66df299..a3f7c2a975dd 100644 --- a/src/ngLocale/angular-locale_fr-ne.js +++ b/src/ngLocale/angular-locale_fr-ne.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-re.js b/src/ngLocale/angular-locale_fr-re.js index 5cb611bab566..b70b2cfe57ce 100644 --- a/src/ngLocale/angular-locale_fr-re.js +++ b/src/ngLocale/angular-locale_fr-re.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr-rw.js b/src/ngLocale/angular-locale_fr-rw.js new file mode 100644 index 000000000000..048abe653714 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-rw.js @@ -0,0 +1,100 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-rw", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/src/ngLocale/angular-locale_fr-sn.js b/src/ngLocale/angular-locale_fr-sn.js new file mode 100644 index 000000000000..b41a273d8c4c --- /dev/null +++ b/src/ngLocale/angular-locale_fr-sn.js @@ -0,0 +1,100 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-sn", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/src/ngLocale/angular-locale_fr-td.js b/src/ngLocale/angular-locale_fr-td.js new file mode 100644 index 000000000000..172b0a6e2c68 --- /dev/null +++ b/src/ngLocale/angular-locale_fr-td.js @@ -0,0 +1,100 @@ +'use strict'; +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", { + "DATETIME_FORMATS": { + "AMPMS": [ + "AM", + "PM" + ], + "DAY": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "MONTH": [ + "janvier", + "f\u00e9vrier", + "mars", + "avril", + "mai", + "juin", + "juillet", + "ao\u00fbt", + "septembre", + "octobre", + "novembre", + "d\u00e9cembre" + ], + "SHORTDAY": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "SHORTMONTH": [ + "janv.", + "f\u00e9vr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "ao\u00fbt", + "sept.", + "oct.", + "nov.", + "d\u00e9c." + ], + "fullDate": "EEEE d MMMM y", + "longDate": "d MMMM y", + "medium": "d MMM y HH:mm:ss", + "mediumDate": "d MMM y", + "mediumTime": "HH:mm:ss", + "short": "dd/MM/yy HH:mm", + "shortDate": "dd/MM/yy", + "shortTime": "HH:mm" + }, + "NUMBER_FORMATS": { + "CURRENCY_SYM": "\u20ac", + "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, + "GROUP_SEP": "\u00a0", + "PATTERNS": [ + { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 3, + "minFrac": 0, + "minInt": 1, + "negPre": "-", + "negSuf": "", + "posPre": "", + "posSuf": "" + }, + { + "gSize": 3, + "lgSize": 3, + "macFrac": 0, + "maxFrac": 2, + "minFrac": 2, + "minInt": 1, + "negPre": "(", + "negSuf": "\u00a0\u00a4)", + "posPre": "", + "posSuf": "\u00a0\u00a4" + } + ] + }, + "id": "fr-td", + "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} +}); +}]); \ No newline at end of file diff --git a/src/ngLocale/angular-locale_fr-yt.js b/src/ngLocale/angular-locale_fr-yt.js index eb648536661a..fe8dcda40838 100644 --- a/src/ngLocale/angular-locale_fr-yt.js +++ b/src/ngLocale/angular-locale_fr-yt.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_fr.js b/src/ngLocale/angular-locale_fr.js index b45cdc2b3f78..e267ecb00ce0 100644 --- a/src/ngLocale/angular-locale_fr.js +++ b/src/ngLocale/angular-locale_fr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_gl-es.js b/src/ngLocale/angular-locale_gl-es.js index f9dc6282e753..75f5e21434d3 100644 --- a/src/ngLocale/angular-locale_gl-es.js +++ b/src/ngLocale/angular-locale_gl-es.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_gl.js b/src/ngLocale/angular-locale_gl.js index b5f47b4a796a..2b58ceebe5e1 100644 --- a/src/ngLocale/angular-locale_gl.js +++ b/src/ngLocale/angular-locale_gl.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_gsw-ch.js b/src/ngLocale/angular-locale_gsw-ch.js index 759974d88acc..8c0e59f81a0a 100644 --- a/src/ngLocale/angular-locale_gsw-ch.js +++ b/src/ngLocale/angular-locale_gsw-ch.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "CHF", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u2019", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_gsw.js b/src/ngLocale/angular-locale_gsw.js index 0824756025e4..45bd3ddd0acf 100644 --- a/src/ngLocale/angular-locale_gsw.js +++ b/src/ngLocale/angular-locale_gsw.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "CHF", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u2019", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_gu-in.js b/src/ngLocale/angular-locale_gu-in.js index d661a6841301..51e4e0eb30e0 100644 --- a/src/ngLocale/angular-locale_gu-in.js +++ b/src/ngLocale/angular-locale_gu-in.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_gu.js b/src/ngLocale/angular-locale_gu.js index c8045115cf3e..b37a80a2ebe1 100644 --- a/src/ngLocale/angular-locale_gu.js +++ b/src/ngLocale/angular-locale_gu.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_he-il.js b/src/ngLocale/angular-locale_he-il.js index bc99779e807a..d7c60bbbd796 100644 --- a/src/ngLocale/angular-locale_he-il.js +++ b/src/ngLocale/angular-locale_he-il.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20aa", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_he.js b/src/ngLocale/angular-locale_he.js index 88ae35a3d7bd..180b8522c15f 100644 --- a/src/ngLocale/angular-locale_he.js +++ b/src/ngLocale/angular-locale_he.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20aa", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_hi-in.js b/src/ngLocale/angular-locale_hi-in.js index 17399a3542c9..cfb45137dbc2 100644 --- a/src/ngLocale/angular-locale_hi-in.js +++ b/src/ngLocale/angular-locale_hi-in.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_hi.js b/src/ngLocale/angular-locale_hi.js index 165c639ed0a1..0894745c2386 100644 --- a/src/ngLocale/angular-locale_hi.js +++ b/src/ngLocale/angular-locale_hi.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_hr-hr.js b/src/ngLocale/angular-locale_hr-hr.js index 3ef9ff30a871..0b34742fca76 100644 --- a/src/ngLocale/angular-locale_hr-hr.js +++ b/src/ngLocale/angular-locale_hr-hr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "kn", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_hr.js b/src/ngLocale/angular-locale_hr.js index 6702e6b50ebe..c11a8befbe88 100644 --- a/src/ngLocale/angular-locale_hr.js +++ b/src/ngLocale/angular-locale_hr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "kn", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_hu-hu.js b/src/ngLocale/angular-locale_hu-hu.js index 8a7f12675ae6..a6f469ab0dd3 100644 --- a/src/ngLocale/angular-locale_hu-hu.js +++ b/src/ngLocale/angular-locale_hu-hu.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Ft", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_hu.js b/src/ngLocale/angular-locale_hu.js index 26558ed211fc..44508dccd8f4 100644 --- a/src/ngLocale/angular-locale_hu.js +++ b/src/ngLocale/angular-locale_hu.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Ft", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_id-id.js b/src/ngLocale/angular-locale_id-id.js index b63dd77b9348..5de2d8ed8122 100644 --- a/src/ngLocale/angular-locale_id-id.js +++ b/src/ngLocale/angular-locale_id-id.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Rp", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_id.js b/src/ngLocale/angular-locale_id.js index b17ce79c9cf7..5abe0942dff6 100644 --- a/src/ngLocale/angular-locale_id.js +++ b/src/ngLocale/angular-locale_id.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Rp", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_in.js b/src/ngLocale/angular-locale_in.js index c83cce1fe1d1..d1985c0bb326 100644 --- a/src/ngLocale/angular-locale_in.js +++ b/src/ngLocale/angular-locale_in.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Rp", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_is-is.js b/src/ngLocale/angular-locale_is-is.js index fe2514248f5f..af3cd441a37d 100644 --- a/src/ngLocale/angular-locale_is-is.js +++ b/src/ngLocale/angular-locale_is-is.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "kr", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_is.js b/src/ngLocale/angular-locale_is.js index a579b0e542ff..96bd789d7233 100644 --- a/src/ngLocale/angular-locale_is.js +++ b/src/ngLocale/angular-locale_is.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "kr", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_it-it.js b/src/ngLocale/angular-locale_it-it.js index 82766cc53ca0..5e03bc2be9f8 100644 --- a/src/ngLocale/angular-locale_it-it.js +++ b/src/ngLocale/angular-locale_it-it.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_it-sm.js b/src/ngLocale/angular-locale_it-sm.js index 6a7041ddc860..66c366079e67 100644 --- a/src/ngLocale/angular-locale_it-sm.js +++ b/src/ngLocale/angular-locale_it-sm.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_it.js b/src/ngLocale/angular-locale_it.js index c5101dbd399a..3c12ef0d96e6 100644 --- a/src/ngLocale/angular-locale_it.js +++ b/src/ngLocale/angular-locale_it.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_iw.js b/src/ngLocale/angular-locale_iw.js index 26d452c405bc..a8d2fc48b97c 100644 --- a/src/ngLocale/angular-locale_iw.js +++ b/src/ngLocale/angular-locale_iw.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20aa", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ja-jp.js b/src/ngLocale/angular-locale_ja-jp.js index f63a1b034569..e0ee1aab6573 100644 --- a/src/ngLocale/angular-locale_ja-jp.js +++ b/src/ngLocale/angular-locale_ja-jp.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a5", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ja.js b/src/ngLocale/angular-locale_ja.js index 71f2306c7b9c..4652e4033702 100644 --- a/src/ngLocale/angular-locale_ja.js +++ b/src/ngLocale/angular-locale_ja.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a5", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_kn-in.js b/src/ngLocale/angular-locale_kn-in.js index 73d66f5721dc..289568511e64 100644 --- a/src/ngLocale/angular-locale_kn-in.js +++ b/src/ngLocale/angular-locale_kn-in.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_kn.js b/src/ngLocale/angular-locale_kn.js index fa7c9253da1b..9850b3656b4a 100644 --- a/src/ngLocale/angular-locale_kn.js +++ b/src/ngLocale/angular-locale_kn.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ko-kr.js b/src/ngLocale/angular-locale_ko-kr.js index 8de6031b7c64..daa76144de1e 100644 --- a/src/ngLocale/angular-locale_ko-kr.js +++ b/src/ngLocale/angular-locale_ko-kr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20a9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ko.js b/src/ngLocale/angular-locale_ko.js index 51efdc55143d..085a06603689 100644 --- a/src/ngLocale/angular-locale_ko.js +++ b/src/ngLocale/angular-locale_ko.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20a9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ln-cd.js b/src/ngLocale/angular-locale_ln-cd.js index 51a45ed0f5d2..ef72683810de 100644 --- a/src/ngLocale/angular-locale_ln-cd.js +++ b/src/ngLocale/angular-locale_ln-cd.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "FrCD", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ln.js b/src/ngLocale/angular-locale_ln.js index 0f2bb5f5616f..adbd093f26c9 100644 --- a/src/ngLocale/angular-locale_ln.js +++ b/src/ngLocale/angular-locale_ln.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "FrCD", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_lt-lt.js b/src/ngLocale/angular-locale_lt-lt.js index 0b84931ab0cb..9df702186a7c 100644 --- a/src/ngLocale/angular-locale_lt-lt.js +++ b/src/ngLocale/angular-locale_lt-lt.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Lt", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_lt.js b/src/ngLocale/angular-locale_lt.js index c0d3c0a10c3c..f9daca7cb64d 100644 --- a/src/ngLocale/angular-locale_lt.js +++ b/src/ngLocale/angular-locale_lt.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Lt", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_lv-lv.js b/src/ngLocale/angular-locale_lv-lv.js index 4bcfced60275..3f16400b8864 100644 --- a/src/ngLocale/angular-locale_lv-lv.js +++ b/src/ngLocale/angular-locale_lv-lv.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Ls", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_lv.js b/src/ngLocale/angular-locale_lv.js index 56ec04928fdf..70e371aaa26b 100644 --- a/src/ngLocale/angular-locale_lv.js +++ b/src/ngLocale/angular-locale_lv.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Ls", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ml-in.js b/src/ngLocale/angular-locale_ml-in.js index 24641e2a3725..4d55a688acd9 100644 --- a/src/ngLocale/angular-locale_ml-in.js +++ b/src/ngLocale/angular-locale_ml-in.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ml.js b/src/ngLocale/angular-locale_ml.js index 2b61d307ae68..a7753a3d8fd2 100644 --- a/src/ngLocale/angular-locale_ml.js +++ b/src/ngLocale/angular-locale_ml.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_mr-in.js b/src/ngLocale/angular-locale_mr-in.js index 8d5381ae7989..6d07a36333c2 100644 --- a/src/ngLocale/angular-locale_mr-in.js +++ b/src/ngLocale/angular-locale_mr-in.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_mr.js b/src/ngLocale/angular-locale_mr.js index d9d91ba8986a..fc253fd3f108 100644 --- a/src/ngLocale/angular-locale_mr.js +++ b/src/ngLocale/angular-locale_mr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ms-my.js b/src/ngLocale/angular-locale_ms-my.js index 6f91161ee204..c3e183ddce30 100644 --- a/src/ngLocale/angular-locale_ms-my.js +++ b/src/ngLocale/angular-locale_ms-my.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "RM", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ms.js b/src/ngLocale/angular-locale_ms.js index 4acdbffddd27..7e52621b9521 100644 --- a/src/ngLocale/angular-locale_ms.js +++ b/src/ngLocale/angular-locale_ms.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "RM", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_mt-mt.js b/src/ngLocale/angular-locale_mt-mt.js index 9ccf8b2ec79f..ee61aa4351e1 100644 --- a/src/ngLocale/angular-locale_mt-mt.js +++ b/src/ngLocale/angular-locale_mt-mt.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_mt.js b/src/ngLocale/angular-locale_mt.js index 753d21c371a5..4473917a3fd8 100644 --- a/src/ngLocale/angular-locale_mt.js +++ b/src/ngLocale/angular-locale_mt.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_nl-cw.js b/src/ngLocale/angular-locale_nl-cw.js index c3351b32d505..a508fe61407c 100644 --- a/src/ngLocale/angular-locale_nl-cw.js +++ b/src/ngLocale/angular-locale_nl-cw.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_nl-nl.js b/src/ngLocale/angular-locale_nl-nl.js index 3a3e93218bfc..e061e2d40b7a 100644 --- a/src/ngLocale/angular-locale_nl-nl.js +++ b/src/ngLocale/angular-locale_nl-nl.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_nl-sx.js b/src/ngLocale/angular-locale_nl-sx.js index a4eda9c2dd3c..0bf0a90d2cfa 100644 --- a/src/ngLocale/angular-locale_nl-sx.js +++ b/src/ngLocale/angular-locale_nl-sx.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_nl.js b/src/ngLocale/angular-locale_nl.js index 955948cfe9ce..bc758d198691 100644 --- a/src/ngLocale/angular-locale_nl.js +++ b/src/ngLocale/angular-locale_nl.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_no.js b/src/ngLocale/angular-locale_no.js index 313e260b530f..6ee283308933 100644 --- a/src/ngLocale/angular-locale_no.js +++ b/src/ngLocale/angular-locale_no.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "kr", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_or-in.js b/src/ngLocale/angular-locale_or-in.js index acf991a41f9c..f406cc535a45 100644 --- a/src/ngLocale/angular-locale_or-in.js +++ b/src/ngLocale/angular-locale_or-in.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_or.js b/src/ngLocale/angular-locale_or.js index e169682c4223..4c590ea621a9 100644 --- a/src/ngLocale/angular-locale_or.js +++ b/src/ngLocale/angular-locale_or.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_pl-pl.js b/src/ngLocale/angular-locale_pl-pl.js index 23f8678eb5ec..ada259d2f9f9 100644 --- a/src/ngLocale/angular-locale_pl-pl.js +++ b/src/ngLocale/angular-locale_pl-pl.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "z\u0142", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_pl.js b/src/ngLocale/angular-locale_pl.js index c64b34d13c48..e5cc1ccd75a3 100644 --- a/src/ngLocale/angular-locale_pl.js +++ b/src/ngLocale/angular-locale_pl.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "z\u0142", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_pt-br.js b/src/ngLocale/angular-locale_pt-br.js index 034fe73b462a..2ed3c6c0a7fc 100644 --- a/src/ngLocale/angular-locale_pt-br.js +++ b/src/ngLocale/angular-locale_pt-br.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "R$", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_pt-pt.js b/src/ngLocale/angular-locale_pt-pt.js index 75b3192a20d9..d5b4d6cb6692 100644 --- a/src/ngLocale/angular-locale_pt-pt.js +++ b/src/ngLocale/angular-locale_pt-pt.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_pt.js b/src/ngLocale/angular-locale_pt.js index b9be5cc6ea95..523bfb20025d 100644 --- a/src/ngLocale/angular-locale_pt.js +++ b/src/ngLocale/angular-locale_pt.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "R$", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ro-ro.js b/src/ngLocale/angular-locale_ro-ro.js index 2f9f8cdf10c5..07909c99edb2 100644 --- a/src/ngLocale/angular-locale_ro-ro.js +++ b/src/ngLocale/angular-locale_ro-ro.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "RON", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ro.js b/src/ngLocale/angular-locale_ro.js index 18d087673532..f99c6b52c042 100644 --- a/src/ngLocale/angular-locale_ro.js +++ b/src/ngLocale/angular-locale_ro.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "RON", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ru-ru.js b/src/ngLocale/angular-locale_ru-ru.js index e963e9365597..0e594304c1b4 100644 --- a/src/ngLocale/angular-locale_ru-ru.js +++ b/src/ngLocale/angular-locale_ru-ru.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u0440\u0443\u0431.", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ru.js b/src/ngLocale/angular-locale_ru.js index ac00c6136f8d..aa5f2c56a243 100644 --- a/src/ngLocale/angular-locale_ru.js +++ b/src/ngLocale/angular-locale_ru.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u0440\u0443\u0431.", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sk-sk.js b/src/ngLocale/angular-locale_sk-sk.js index 39b8dff061c1..009ee15c64bc 100644 --- a/src/ngLocale/angular-locale_sk-sk.js +++ b/src/ngLocale/angular-locale_sk-sk.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sk.js b/src/ngLocale/angular-locale_sk.js index a68e0838ee58..296bad1d9287 100644 --- a/src/ngLocale/angular-locale_sk.js +++ b/src/ngLocale/angular-locale_sk.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sl-si.js b/src/ngLocale/angular-locale_sl-si.js index af7e85418f81..37e4502c918e 100644 --- a/src/ngLocale/angular-locale_sl-si.js +++ b/src/ngLocale/angular-locale_sl-si.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sl.js b/src/ngLocale/angular-locale_sl.js index 7d6c02a7f237..b18851dd3305 100644 --- a/src/ngLocale/angular-locale_sl.js +++ b/src/ngLocale/angular-locale_sl.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sq-al.js b/src/ngLocale/angular-locale_sq-al.js index 2aa93e90621e..ed429cfd5144 100644 --- a/src/ngLocale/angular-locale_sq-al.js +++ b/src/ngLocale/angular-locale_sq-al.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Lek", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sq.js b/src/ngLocale/angular-locale_sq.js index 0603e11a7f9c..b6f38c2d2517 100644 --- a/src/ngLocale/angular-locale_sq.js +++ b/src/ngLocale/angular-locale_sq.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Lek", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sr-cyrl-rs.js b/src/ngLocale/angular-locale_sr-cyrl-rs.js index d6b68dd3084b..c0834a3a0687 100644 --- a/src/ngLocale/angular-locale_sr-cyrl-rs.js +++ b/src/ngLocale/angular-locale_sr-cyrl-rs.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "din", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sr-latn-rs.js b/src/ngLocale/angular-locale_sr-latn-rs.js index 30743fdde96f..cc0f63a8e9d9 100644 --- a/src/ngLocale/angular-locale_sr-latn-rs.js +++ b/src/ngLocale/angular-locale_sr-latn-rs.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "din", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sr.js b/src/ngLocale/angular-locale_sr.js index 795e9ff75d7c..2e4dc726ce62 100644 --- a/src/ngLocale/angular-locale_sr.js +++ b/src/ngLocale/angular-locale_sr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "din", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sv-se.js b/src/ngLocale/angular-locale_sv-se.js index 4590ed965199..3501fec7db40 100644 --- a/src/ngLocale/angular-locale_sv-se.js +++ b/src/ngLocale/angular-locale_sv-se.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "kr", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sv.js b/src/ngLocale/angular-locale_sv.js index b49b764e605b..28a58a82a3db 100644 --- a/src/ngLocale/angular-locale_sv.js +++ b/src/ngLocale/angular-locale_sv.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "kr", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sw-tz.js b/src/ngLocale/angular-locale_sw-tz.js index 2bea9c66f5a5..494c21600a58 100644 --- a/src/ngLocale/angular-locale_sw-tz.js +++ b/src/ngLocale/angular-locale_sw-tz.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "TSh", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_sw.js b/src/ngLocale/angular-locale_sw.js index 3892f2c741da..59587eadda92 100644 --- a/src/ngLocale/angular-locale_sw.js +++ b/src/ngLocale/angular-locale_sw.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "TSh", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ta-in.js b/src/ngLocale/angular-locale_ta-in.js index b4919091129e..c555f45b758e 100644 --- a/src/ngLocale/angular-locale_ta-in.js +++ b/src/ngLocale/angular-locale_ta-in.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ta.js b/src/ngLocale/angular-locale_ta.js index 338d5f957870..0a792e3ee296 100644 --- a/src/ngLocale/angular-locale_ta.js +++ b/src/ngLocale/angular-locale_ta.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_te-in.js b/src/ngLocale/angular-locale_te-in.js index 4e3e5dbd11cb..d197660f6f5e 100644 --- a/src/ngLocale/angular-locale_te-in.js +++ b/src/ngLocale/angular-locale_te-in.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_te.js b/src/ngLocale/angular-locale_te.js index 9671277b23e3..81353771f3ea 100644 --- a/src/ngLocale/angular-locale_te.js +++ b/src/ngLocale/angular-locale_te.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b9", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_th-th.js b/src/ngLocale/angular-locale_th-th.js index 0791a422a4b1..03e48ab6da09 100644 --- a/src/ngLocale/angular-locale_th-th.js +++ b/src/ngLocale/angular-locale_th-th.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u0e3f", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_th.js b/src/ngLocale/angular-locale_th.js index be8efab1e166..bcd3b98f9ec3 100644 --- a/src/ngLocale/angular-locale_th.js +++ b/src/ngLocale/angular-locale_th.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u0e3f", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_tl.js b/src/ngLocale/angular-locale_tl.js index 0809c01347ea..95bdce4668a2 100644 --- a/src/ngLocale/angular-locale_tl.js +++ b/src/ngLocale/angular-locale_tl.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b1", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_tr-tr.js b/src/ngLocale/angular-locale_tr-tr.js index 57d3ca4a91a7..41caac635356 100644 --- a/src/ngLocale/angular-locale_tr-tr.js +++ b/src/ngLocale/angular-locale_tr-tr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "TL", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_tr.js b/src/ngLocale/angular-locale_tr.js index bc36ae2e17c3..bb7a1425e54a 100644 --- a/src/ngLocale/angular-locale_tr.js +++ b/src/ngLocale/angular-locale_tr.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "TL", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_uk-ua.js b/src/ngLocale/angular-locale_uk-ua.js index 1e01d7c91e1e..aade5494ae19 100644 --- a/src/ngLocale/angular-locale_uk-ua.js +++ b/src/ngLocale/angular-locale_uk-ua.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b4", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_uk.js b/src/ngLocale/angular-locale_uk.js index 6b5058268e41..dc07c4327196 100644 --- a/src/ngLocale/angular-locale_uk.js +++ b/src/ngLocale/angular-locale_uk.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20b4", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 2, "GROUP_SEP": "\u00a0", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ur-pk.js b/src/ngLocale/angular-locale_ur-pk.js index cd642212e539..767c284bde88 100644 --- a/src/ngLocale/angular-locale_ur-pk.js +++ b/src/ngLocale/angular-locale_ur-pk.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Rs", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_ur.js b/src/ngLocale/angular-locale_ur.js index d09bea8517ad..e52457342a2c 100644 --- a/src/ngLocale/angular-locale_ur.js +++ b/src/ngLocale/angular-locale_ur.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "Rs", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_vi-vn.js b/src/ngLocale/angular-locale_vi-vn.js index 1f4fa05adcd4..d707a66108ab 100644 --- a/src/ngLocale/angular-locale_vi-vn.js +++ b/src/ngLocale/angular-locale_vi-vn.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ab", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_vi.js b/src/ngLocale/angular-locale_vi.js index d8d478e9bd04..a9ec656e9ab2 100644 --- a/src/ngLocale/angular-locale_vi.js +++ b/src/ngLocale/angular-locale_vi.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ab", "DECIMAL_SEP": ",", + "DEFAULT_PRECISION": 0, "GROUP_SEP": ".", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_zh-cn.js b/src/ngLocale/angular-locale_zh-cn.js index 787d1fd2ac25..fa83bc8680d0 100644 --- a/src/ngLocale/angular-locale_zh-cn.js +++ b/src/ngLocale/angular-locale_zh-cn.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a5", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_zh-hans-cn.js b/src/ngLocale/angular-locale_zh-hans-cn.js index b439a08095cb..5dbb45f0f4ea 100644 --- a/src/ngLocale/angular-locale_zh-hans-cn.js +++ b/src/ngLocale/angular-locale_zh-hans-cn.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a5", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_zh-hk.js b/src/ngLocale/angular-locale_zh-hk.js index 0a4719857b68..03b2c297bdfd 100644 --- a/src/ngLocale/angular-locale_zh-hk.js +++ b/src/ngLocale/angular-locale_zh-hk.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_zh-tw.js b/src/ngLocale/angular-locale_zh-tw.js index 8989021f8410..1ea63b189108 100644 --- a/src/ngLocale/angular-locale_zh-tw.js +++ b/src/ngLocale/angular-locale_zh-tw.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "NT$", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_zh.js b/src/ngLocale/angular-locale_zh.js index d02bfa32484a..d90268c1645a 100644 --- a/src/ngLocale/angular-locale_zh.js +++ b/src/ngLocale/angular-locale_zh.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "\u00a5", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_zu-za.js b/src/ngLocale/angular-locale_zu-za.js index 4c6cda6c26fa..e3c746fc8653 100644 --- a/src/ngLocale/angular-locale_zu-za.js +++ b/src/ngLocale/angular-locale_zu-za.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "R", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/src/ngLocale/angular-locale_zu.js b/src/ngLocale/angular-locale_zu.js index fcadc8f76b67..efd59e6941fc 100644 --- a/src/ngLocale/angular-locale_zu.js +++ b/src/ngLocale/angular-locale_zu.js @@ -65,6 +65,7 @@ $provide.value("$locale", { "NUMBER_FORMATS": { "CURRENCY_SYM": "R", "DECIMAL_SEP": ".", + "DEFAULT_PRECISION": 2, "GROUP_SEP": ",", "PATTERNS": [ { diff --git a/test/ng/filter/filtersSpec.js b/test/ng/filter/filtersSpec.js index 2d648b652984..1c70f33022ea 100644 --- a/test/ng/filter/filtersSpec.js +++ b/test/ng/filter/filtersSpec.js @@ -95,6 +95,7 @@ describe('filters', function() { expect(currency(0)).toEqual('$0.00'); expect(currency(-999)).toEqual('($999.00)'); expect(currency(1234.5678, "USD$")).toEqual('USD$1,234.57'); + expect(currency(1234.5678, "rub", 3)).toEqual('rub1,234.568'); });