aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_tr-tr.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngLocale/angular-locale_tr-tr.js')
-rw-r--r--src/ngLocale/angular-locale_tr-tr.js108
1 files changed, 54 insertions, 54 deletions
diff --git a/src/ngLocale/angular-locale_tr-tr.js b/src/ngLocale/angular-locale_tr-tr.js
index 0331a943..5999d612 100644
--- a/src/ngLocale/angular-locale_tr-tr.js
+++ b/src/ngLocale/angular-locale_tr-tr.js
@@ -2,56 +2,56 @@ angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
- "AMPMS": {
- "0": "AM",
- "1": "PM"
- },
- "DAY": {
- "0": "Pazar",
- "1": "Pazartesi",
- "2": "Sal\u0131",
- "3": "\u00c7ar\u015famba",
- "4": "Per\u015fembe",
- "5": "Cuma",
- "6": "Cumartesi"
- },
- "MONTH": {
- "0": "Ocak",
- "1": "\u015eubat",
- "2": "Mart",
- "3": "Nisan",
- "4": "May\u0131s",
- "5": "Haziran",
- "6": "Temmuz",
- "7": "A\u011fustos",
- "8": "Eyl\u00fcl",
- "9": "Ekim",
- "10": "Kas\u0131m",
- "11": "Aral\u0131k"
- },
- "SHORTDAY": {
- "0": "Paz",
- "1": "Pzt",
- "2": "Sal",
- "3": "\u00c7ar",
- "4": "Per",
- "5": "Cum",
- "6": "Cmt"
- },
- "SHORTMONTH": {
- "0": "Oca",
- "1": "\u015eub",
- "2": "Mar",
- "3": "Nis",
- "4": "May",
- "5": "Haz",
- "6": "Tem",
- "7": "A\u011fu",
- "8": "Eyl",
- "9": "Eki",
- "10": "Kas",
- "11": "Ara"
- },
+ "AMPMS": [
+ "AM",
+ "PM"
+ ],
+ "DAY": [
+ "Pazar",
+ "Pazartesi",
+ "Sal\u0131",
+ "\u00c7ar\u015famba",
+ "Per\u015fembe",
+ "Cuma",
+ "Cumartesi"
+ ],
+ "MONTH": [
+ "Ocak",
+ "\u015eubat",
+ "Mart",
+ "Nisan",
+ "May\u0131s",
+ "Haziran",
+ "Temmuz",
+ "A\u011fustos",
+ "Eyl\u00fcl",
+ "Ekim",
+ "Kas\u0131m",
+ "Aral\u0131k"
+ ],
+ "SHORTDAY": [
+ "Paz",
+ "Pzt",
+ "Sal",
+ "\u00c7ar",
+ "Per",
+ "Cum",
+ "Cmt"
+ ],
+ "SHORTMONTH": [
+ "Oca",
+ "\u015eub",
+ "Mar",
+ "Nis",
+ "May",
+ "Haz",
+ "Tem",
+ "A\u011fu",
+ "Eyl",
+ "Eki",
+ "Kas",
+ "Ara"
+ ],
"fullDate": "d MMMM y EEEE",
"longDate": "d MMMM y",
"medium": "d MMM y HH:mm:ss",
@@ -65,8 +65,8 @@ $provide.value("$locale", {
"CURRENCY_SYM": "TL",
"DECIMAL_SEP": ",",
"GROUP_SEP": ".",
- "PATTERNS": {
- "0": {
+ "PATTERNS": [
+ {
"gSize": 3,
"lgSize": 3,
"macFrac": 0,
@@ -78,7 +78,7 @@ $provide.value("$locale", {
"posPre": "",
"posSuf": ""
},
- "1": {
+ {
"gSize": 3,
"lgSize": 3,
"macFrac": 0,
@@ -90,7 +90,7 @@ $provide.value("$locale", {
"posPre": "",
"posSuf": "\u00a0\u00a4"
}
- }
+ ]
},
"id": "tr-tr",
"pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;}