aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_hi-in.js
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-04-17 22:13:49 +0100
committerPete Bacon Darwin2013-04-17 22:13:49 +0100
commit695c54c17b3299cd6170c45878b41cb46a577cd2 (patch)
tree00231bfa167c7a188ed59d37b8eb9ae6d6b09d2e /src/ngLocale/angular-locale_hi-in.js
parent363e4cbf649de4c5206f1904ee76f89301ceaab0 (diff)
downloadangular.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_hi-in.js')
-rw-r--r--src/ngLocale/angular-locale_hi-in.js82
1 files changed, 41 insertions, 41 deletions
diff --git a/src/ngLocale/angular-locale_hi-in.js b/src/ngLocale/angular-locale_hi-in.js
index 92a722ff..2fd2c638 100644
--- a/src/ngLocale/angular-locale_hi-in.js
+++ b/src/ngLocale/angular-locale_hi-in.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\u0932\u0935\u093e\u0930",
+ "3": "\u092c\u0941\u0927\u0935\u093e\u0930",
+ "4": "\u092c\u0943\u0939\u0938\u094d\u092a\u0924\u093f\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\u0928\u0935\u0930\u0940",
+ "1": "\u092b\u0930\u0935\u0930\u0940",
+ "2": "\u092e\u093e\u0930\u094d\u091a",
+ "3": "\u0905\u092a\u094d\u0930\u0948\u0932",
+ "4": "\u092e\u0908",
+ "5": "\u091c\u0942\u0928",
+ "6": "\u091c\u0941\u0932\u093e\u0908",
+ "7": "\u0905\u0917\u0938\u094d\u0924",
+ "8": "\u0938\u093f\u0924\u092e\u094d\u092c\u0930",
+ "9": "\u0905\u0915\u094d\u0924\u0942\u092c\u0930",
+ "10": "\u0928\u0935\u092e\u094d\u092c\u0930",
+ "11": "\u0926\u093f\u0938\u092e\u094d\u092c\u0930"
},
"SHORTDAY": {
- "0": "रवि.",
- "1": "सोम.",
- "2": "मंगल.",
- "3": "बुध.",
- "4": "बृह.",
- "5": "शुक्र.",
- "6": "शनि."
+ "0": "\u0930\u0935\u093f.",
+ "1": "\u0938\u094b\u092e.",
+ "2": "\u092e\u0902\u0917\u0932.",
+ "3": "\u092c\u0941\u0927.",
+ "4": "\u092c\u0943\u0939.",
+ "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\u0928\u0935\u0930\u0940",
+ "1": "\u092b\u0930\u0935\u0930\u0940",
+ "2": "\u092e\u093e\u0930\u094d\u091a",
+ "3": "\u0905\u092a\u094d\u0930\u0948\u0932",
+ "4": "\u092e\u0908",
+ "5": "\u091c\u0942\u0928",
+ "6": "\u091c\u0941\u0932\u093e\u0908",
+ "7": "\u0905\u0917\u0938\u094d\u0924",
+ "8": "\u0938\u093f\u0924\u092e\u094d\u092c\u0930",
+ "9": "\u0905\u0915\u094d\u0924\u0942\u092c\u0930",
+ "10": "\u0928\u0935\u092e\u094d\u092c\u0930",
+ "11": "\u0926\u093f\u0938\u092e\u094d\u092c\u0930"
},
"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\u00a0-",
"negSuf": "",
- "posPre": "\u00A4 ",
+ "posPre": "\u00a4\u00a0",
"posSuf": ""
}
}