aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_am-et.js
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-04-17 22:13:49 +0100
committerPete Bacon Darwin2013-04-17 22:16:57 +0100
commit7e168c8ad2cc79d5362808a0291c6b69913a2c63 (patch)
tree93cd42722d50acfbdbb569455b5c250e9b6e76d1 /src/ngLocale/angular-locale_am-et.js
parent3ebc2c2442755aa93a908b0ee9e372c8e6e4a924 (diff)
downloadangular.js-7e168c8ad2cc79d5362808a0291c6b69913a2c63.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_am-et.js')
-rw-r--r--src/ngLocale/angular-locale_am-et.js84
1 files changed, 42 insertions, 42 deletions
diff --git a/src/ngLocale/angular-locale_am-et.js b/src/ngLocale/angular-locale_am-et.js
index 85b7d0e4..f3110d5f 100644
--- a/src/ngLocale/angular-locale_am-et.js
+++ b/src/ngLocale/angular-locale_am-et.js
@@ -3,54 +3,54 @@ var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": {
- "0": "ጡዋት",
- "1": "ከሳዓት"
+ "0": "\u1321\u12cb\u1275",
+ "1": "\u12a8\u1233\u12d3\u1275"
},
"DAY": {
- "0": "እሑድ",
- "1": "ሰኞ",
- "2": "ማክሰኞ",
- "3": "ረቡዕ",
- "4": "ሐሙስ",
- "5": "ዓርብ",
- "6": "ቅዳሜ"
+ "0": "\u12a5\u1211\u12f5",
+ "1": "\u1230\u129e",
+ "2": "\u121b\u12ad\u1230\u129e",
+ "3": "\u1228\u1261\u12d5",
+ "4": "\u1210\u1219\u1235",
+ "5": "\u12d3\u122d\u1265",
+ "6": "\u1245\u12f3\u121c"
},
"MONTH": {
- "0": "ጃንዩወሪ",
- "1": "ፌብሩወሪ",
- "2": "ማርች",
- "3": "ኤፕረል",
- "4": "ሜይ",
- "5": "ጁን",
- "6": "ጁላይ",
- "7": "ኦገስት",
- "8": "ሴፕቴምበር",
- "9": "ኦክተውበር",
- "10": "ኖቬምበር",
- "11": "ዲሴምበር"
+ "0": "\u1303\u1295\u12e9\u12c8\u122a",
+ "1": "\u134c\u1265\u1229\u12c8\u122a",
+ "2": "\u121b\u122d\u127d",
+ "3": "\u12a4\u1355\u1228\u120d",
+ "4": "\u121c\u12ed",
+ "5": "\u1301\u1295",
+ "6": "\u1301\u120b\u12ed",
+ "7": "\u12a6\u1308\u1235\u1275",
+ "8": "\u1234\u1355\u1274\u121d\u1260\u122d",
+ "9": "\u12a6\u12ad\u1270\u12cd\u1260\u122d",
+ "10": "\u1296\u126c\u121d\u1260\u122d",
+ "11": "\u12f2\u1234\u121d\u1260\u122d"
},
"SHORTDAY": {
- "0": "እሑድ",
- "1": "ሰኞ",
- "2": "ማክሰ",
- "3": "ረቡዕ",
- "4": "ሐሙስ",
- "5": "ዓርብ",
- "6": "ቅዳሜ"
+ "0": "\u12a5\u1211\u12f5",
+ "1": "\u1230\u129e",
+ "2": "\u121b\u12ad\u1230",
+ "3": "\u1228\u1261\u12d5",
+ "4": "\u1210\u1219\u1235",
+ "5": "\u12d3\u122d\u1265",
+ "6": "\u1245\u12f3\u121c"
},
"SHORTMONTH": {
- "0": "ጃንዩ",
- "1": "ፌብሩ",
- "2": "ማርች",
- "3": "ኤፕረ",
- "4": "ሜይ",
- "5": "ጁን",
- "6": "ጁላይ",
- "7": "ኦገስ",
- "8": "ሴፕቴ",
- "9": "ኦክተ",
- "10": "ኖቬም",
- "11": "ዲሴም"
+ "0": "\u1303\u1295\u12e9",
+ "1": "\u134c\u1265\u1229",
+ "2": "\u121b\u122d\u127d",
+ "3": "\u12a4\u1355\u1228",
+ "4": "\u121c\u12ed",
+ "5": "\u1301\u1295",
+ "6": "\u1301\u120b\u12ed",
+ "7": "\u12a6\u1308\u1235",
+ "8": "\u1234\u1355\u1274",
+ "9": "\u12a6\u12ad\u1270",
+ "10": "\u1296\u126c\u121d",
+ "11": "\u12f2\u1234\u121d"
},
"fullDate": "EEEE, d MMMM y",
"longDate": "d MMMM y",
@@ -85,9 +85,9 @@ $provide.value("$locale", {
"maxFrac": 2,
"minFrac": 2,
"minInt": 1,
- "negPre": "(\u00A4",
+ "negPre": "(\u00a4",
"negSuf": ")",
- "posPre": "\u00A4",
+ "posPre": "\u00a4",
"posSuf": ""
}
}