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_am.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_am.js')
| -rw-r--r-- | src/ngLocale/angular-locale_am.js | 84 | 
1 files changed, 42 insertions, 42 deletions
| diff --git a/src/ngLocale/angular-locale_am.js b/src/ngLocale/angular-locale_am.js index 9cad001b..4bd69182 100644 --- a/src/ngLocale/angular-locale_am.js +++ b/src/ngLocale/angular-locale_am.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": ""        }      } | 
