diff options
| author | Pete Bacon Darwin | 2013-04-17 22:13:49 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-17 22:13:49 +0100 | 
| commit | 695c54c17b3299cd6170c45878b41cb46a577cd2 (patch) | |
| tree | 00231bfa167c7a188ed59d37b8eb9ae6d6b09d2e /src/ngLocale/angular-locale_mr.js | |
| parent | 363e4cbf649de4c5206f1904ee76f89301ceaab0 (diff) | |
| download | angular.js-695c54c17b3299cd6170c45878b41cb46a577cd2.tar.bz2 | |
fix(i18n): escape all chars above \u007f in locale files
Modify the script that writes the locales so all characters above \u007f are escaped
Includes the updated locale files after running the closureI18nExtractor.
Closes #2417
Diffstat (limited to 'src/ngLocale/angular-locale_mr.js')
| -rw-r--r-- | src/ngLocale/angular-locale_mr.js | 82 | 
1 files changed, 41 insertions, 41 deletions
diff --git a/src/ngLocale/angular-locale_mr.js b/src/ngLocale/angular-locale_mr.js index b446e4b1..9e977920 100644 --- a/src/ngLocale/angular-locale_mr.js +++ b/src/ngLocale/angular-locale_mr.js @@ -7,50 +7,50 @@ $provide.value("$locale", {        "1": "pm"      },      "DAY": { -      "0": "रविवार", -      "1": "सोमवार", -      "2": "मंगळवार", -      "3": "बुधवार", -      "4": "गुरुवार", -      "5": "शुक्रवार", -      "6": "शनिवार" +      "0": "\u0930\u0935\u093f\u0935\u093e\u0930", +      "1": "\u0938\u094b\u092e\u0935\u093e\u0930", +      "2": "\u092e\u0902\u0917\u0933\u0935\u093e\u0930", +      "3": "\u092c\u0941\u0927\u0935\u093e\u0930", +      "4": "\u0917\u0941\u0930\u0941\u0935\u093e\u0930", +      "5": "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", +      "6": "\u0936\u0928\u093f\u0935\u093e\u0930"      },      "MONTH": { -      "0": "जानेवारी", -      "1": "फेब्रुवारी", -      "2": "मार्च", -      "3": "एप्रिल", -      "4": "मे", -      "5": "जून", -      "6": "जुलै", -      "7": "ऑगस्ट", -      "8": "सप्टेंबर", -      "9": "ऑक्टोबर", -      "10": "नोव्हेंबर", -      "11": "डिसेंबर" +      "0": "\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", +      "1": "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", +      "2": "\u092e\u093e\u0930\u094d\u091a", +      "3": "\u090f\u092a\u094d\u0930\u093f\u0932", +      "4": "\u092e\u0947", +      "5": "\u091c\u0942\u0928", +      "6": "\u091c\u0941\u0932\u0948", +      "7": "\u0911\u0917\u0938\u094d\u091f", +      "8": "\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930", +      "9": "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", +      "10": "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", +      "11": "\u0921\u093f\u0938\u0947\u0902\u092c\u0930"      },      "SHORTDAY": { -      "0": "रवि", -      "1": "सोम", -      "2": "मंगळ", -      "3": "बुध", -      "4": "गुरु", -      "5": "शुक्र", -      "6": "शनि" +      "0": "\u0930\u0935\u093f", +      "1": "\u0938\u094b\u092e", +      "2": "\u092e\u0902\u0917\u0933", +      "3": "\u092c\u0941\u0927", +      "4": "\u0917\u0941\u0930\u0941", +      "5": "\u0936\u0941\u0915\u094d\u0930", +      "6": "\u0936\u0928\u093f"      },      "SHORTMONTH": { -      "0": "जाने", -      "1": "फेब्रु", -      "2": "मार्च", -      "3": "एप्रि", -      "4": "मे", -      "5": "जून", -      "6": "जुलै", -      "7": "ऑग", -      "8": "सेप्टें", -      "9": "ऑक्टोबर", -      "10": "नोव्हें", -      "11": "डिसें" +      "0": "\u091c\u093e\u0928\u0947", +      "1": "\u092b\u0947\u092c\u094d\u0930\u0941", +      "2": "\u092e\u093e\u0930\u094d\u091a", +      "3": "\u090f\u092a\u094d\u0930\u093f", +      "4": "\u092e\u0947", +      "5": "\u091c\u0942\u0928", +      "6": "\u091c\u0941\u0932\u0948", +      "7": "\u0911\u0917", +      "8": "\u0938\u0947\u092a\u094d\u091f\u0947\u0902", +      "9": "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", +      "10": "\u0928\u094b\u0935\u094d\u0939\u0947\u0902", +      "11": "\u0921\u093f\u0938\u0947\u0902"      },      "fullDate": "EEEE d MMMM y",      "longDate": "d MMMM y", @@ -62,7 +62,7 @@ $provide.value("$locale", {      "shortTime": "h-mm a"    },    "NUMBER_FORMATS": { -    "CURRENCY_SYM": "₹", +    "CURRENCY_SYM": "\u20b9",      "DECIMAL_SEP": ".",      "GROUP_SEP": ",",      "PATTERNS": { @@ -85,9 +85,9 @@ $provide.value("$locale", {          "maxFrac": 2,          "minFrac": 2,          "minInt": 1, -        "negPre": "(\u00A4", +        "negPre": "(\u00a4",          "negSuf": ")", -        "posPre": "\u00A4", +        "posPre": "\u00a4",          "posSuf": ""        }      }  | 
