aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_fa-af.js
diff options
context:
space:
mode:
authorChirayu Krishnappa2013-03-18 15:54:18 -0700
committerChirayu Krishnappa2013-03-20 15:50:07 -0700
commit0c72708a2bb123d2772f5c6b8cb6adc61f197a72 (patch)
treec0aea4bbeeff58cf5a55226dce26c7e7e1c58635 /src/ngLocale/angular-locale_fa-af.js
parentfec2909f3a5e97bfabbb65d957e0d20d1a588e40 (diff)
downloadangular.js-0c72708a2bb123d2772f5c6b8cb6adc61f197a72.tar.bz2
chore($ngLocale): generate ngLocale files from the Closure code (includes datetimesymbolsext.js)
Diffstat (limited to 'src/ngLocale/angular-locale_fa-af.js')
-rw-r--r--src/ngLocale/angular-locale_fa-af.js98
1 files changed, 98 insertions, 0 deletions
diff --git a/src/ngLocale/angular-locale_fa-af.js b/src/ngLocale/angular-locale_fa-af.js
new file mode 100644
index 00000000..8f8046eb
--- /dev/null
+++ b/src/ngLocale/angular-locale_fa-af.js
@@ -0,0 +1,98 @@
+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": "قبل‌ازظهر",
+ "1": "بعدازظهر"
+ },
+ "DAY": {
+ "0": "یکشنبه",
+ "1": "دوشنبه",
+ "2": "سه‌شنبه",
+ "3": "چهارشنبه",
+ "4": "پنجشنبه",
+ "5": "جمعه",
+ "6": "شنبه"
+ },
+ "MONTH": {
+ "0": "جنوری",
+ "1": "فبروری",
+ "2": "مارچ",
+ "3": "اپریل",
+ "4": "می",
+ "5": "جون",
+ "6": "جولای",
+ "7": "اگست",
+ "8": "سپتمبر",
+ "9": "اکتوبر",
+ "10": "نومبر",
+ "11": "دسمبر"
+ },
+ "SHORTDAY": {
+ "0": "یکشنبه",
+ "1": "دوشنبه",
+ "2": "سه‌شنبه",
+ "3": "چهارشنبه",
+ "4": "پنجشنبه",
+ "5": "جمعه",
+ "6": "شنبه"
+ },
+ "SHORTMONTH": {
+ "0": "جنو",
+ "1": "فوریهٔ",
+ "2": "مارس",
+ "3": "آوریل",
+ "4": "مـی",
+ "5": "ژوئن",
+ "6": "جول",
+ "7": "اوت",
+ "8": "سپتامبر",
+ "9": "اکتبر",
+ "10": "نوامبر",
+ "11": "دسم"
+ },
+ "fullDate": "EEEE d MMMM y",
+ "longDate": "d MMMM y",
+ "medium": "d MMM y H:mm:ss",
+ "mediumDate": "d MMM y",
+ "mediumTime": "H:mm:ss",
+ "short": "yyyy/M/d H:mm",
+ "shortDate": "yyyy/M/d",
+ "shortTime": "H:mm"
+ },
+ "NUMBER_FORMATS": {
+ "CURRENCY_SYM": "Rial",
+ "DECIMAL_SEP": "٫",
+ "GROUP_SEP": "٬",
+ "PATTERNS": {
+ "0": {
+ "gSize": 3,
+ "lgSize": 3,
+ "macFrac": 0,
+ "maxFrac": 3,
+ "minFrac": 0,
+ "minInt": 1,
+ "negPre": "-",
+ "negSuf": "",
+ "posPre": "",
+ "posSuf": ""
+ },
+ "1": {
+ "gSize": 3,
+ "lgSize": 3,
+ "macFrac": 0,
+ "maxFrac": 2,
+ "minFrac": 2,
+ "minInt": 1,
+ "negPre": "‎(\u00A4",
+ "negSuf": ")",
+ "posPre": "‎\u00A4",
+ "posSuf": ""
+ }
+ }
+ },
+ "id": "fa-af",
+ "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;}
+});
+}]); \ No newline at end of file