aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_tr-tr.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_tr-tr.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_tr-tr.js')
-rw-r--r--src/ngLocale/angular-locale_tr-tr.js28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/ngLocale/angular-locale_tr-tr.js b/src/ngLocale/angular-locale_tr-tr.js
index 37a78663..0331a943 100644
--- a/src/ngLocale/angular-locale_tr-tr.js
+++ b/src/ngLocale/angular-locale_tr-tr.js
@@ -9,44 +9,44 @@ $provide.value("$locale", {
"DAY": {
"0": "Pazar",
"1": "Pazartesi",
- "2": "Salı",
- "3": "Çarşamba",
- "4": "Perşembe",
+ "2": "Sal\u0131",
+ "3": "\u00c7ar\u015famba",
+ "4": "Per\u015fembe",
"5": "Cuma",
"6": "Cumartesi"
},
"MONTH": {
"0": "Ocak",
- "1": "Şubat",
+ "1": "\u015eubat",
"2": "Mart",
"3": "Nisan",
- "4": "Mayıs",
+ "4": "May\u0131s",
"5": "Haziran",
"6": "Temmuz",
- "7": "Ağustos",
- "8": "Eylül",
+ "7": "A\u011fustos",
+ "8": "Eyl\u00fcl",
"9": "Ekim",
- "10": "Kasım",
- "11": "Aralık"
+ "10": "Kas\u0131m",
+ "11": "Aral\u0131k"
},
"SHORTDAY": {
"0": "Paz",
"1": "Pzt",
"2": "Sal",
- "3": "Çar",
+ "3": "\u00c7ar",
"4": "Per",
"5": "Cum",
"6": "Cmt"
},
"SHORTMONTH": {
"0": "Oca",
- "1": "Şub",
+ "1": "\u015eub",
"2": "Mar",
"3": "Nis",
"4": "May",
"5": "Haz",
"6": "Tem",
- "7": "Ağu",
+ "7": "A\u011fu",
"8": "Eyl",
"9": "Eki",
"10": "Kas",
@@ -86,9 +86,9 @@ $provide.value("$locale", {
"minFrac": 2,
"minInt": 1,
"negPre": "(",
- "negSuf": " \u00A4)",
+ "negSuf": "\u00a0\u00a4)",
"posPre": "",
- "posSuf": " \u00A4"
+ "posSuf": "\u00a0\u00a4"
}
}
},