aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_sw-ke.js
diff options
context:
space:
mode:
authorIgor Minar2013-08-27 15:55:37 -0700
committerIgor Minar2013-08-27 15:55:37 -0700
commit6382e21fb28541a2484ac1a241d41cf9fbbe9d2c (patch)
treefb2f2e1f8bbd375ce23cd3e0a89d5314d0658519 /src/ngLocale/angular-locale_sw-ke.js
parent6b91aa0a18098100e5f50ea911ee135b50680d67 (diff)
downloadangular.js-6382e21fb28541a2484ac1a241d41cf9fbbe9d2c.tar.bz2
fix(i18n): remove obsolete locale files
Remove obsolete locale files that are not found in Google Closure library. I don't know why they were removed, but without a link to Closure we can't maintain these files going forward so I'm deleting them. BREAKING CHANGE: some non-common region-specific local files were removed.
Diffstat (limited to 'src/ngLocale/angular-locale_sw-ke.js')
-rw-r--r--src/ngLocale/angular-locale_sw-ke.js98
1 files changed, 0 insertions, 98 deletions
diff --git a/src/ngLocale/angular-locale_sw-ke.js b/src/ngLocale/angular-locale_sw-ke.js
deleted file mode 100644
index dea433fb..00000000
--- a/src/ngLocale/angular-locale_sw-ke.js
+++ /dev/null
@@ -1,98 +0,0 @@
-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": "asubuhi",
- "1": "alasiri"
- },
- "DAY": {
- "0": "Jumapili",
- "1": "Jumatatu",
- "2": "Jumanne",
- "3": "Jumatano",
- "4": "Alhamisi",
- "5": "Ijumaa",
- "6": "Jumamosi"
- },
- "MONTH": {
- "0": "Januari",
- "1": "Februari",
- "2": "Machi",
- "3": "Aprili",
- "4": "Mei",
- "5": "Juni",
- "6": "Julai",
- "7": "Agosti",
- "8": "Septemba",
- "9": "Oktoba",
- "10": "Novemba",
- "11": "Desemba"
- },
- "SHORTDAY": {
- "0": "J2",
- "1": "J3",
- "2": "J4",
- "3": "J5",
- "4": "Alh",
- "5": "Ij",
- "6": "J1"
- },
- "SHORTMONTH": {
- "0": "Jan",
- "1": "Feb",
- "2": "Mac",
- "3": "Apr",
- "4": "Mei",
- "5": "Jun",
- "6": "Jul",
- "7": "Ago",
- "8": "Sep",
- "9": "Okt",
- "10": "Nov",
- "11": "Des"
- },
- "fullDate": "EEEE, d MMMM y",
- "longDate": "d MMMM y",
- "medium": "d MMM y h:mm:ss a",
- "mediumDate": "d MMM y",
- "mediumTime": "h:mm:ss a",
- "short": "dd/MM/yyyy h:mm a",
- "shortDate": "dd/MM/yyyy",
- "shortTime": "h:mm a"
- },
- "NUMBER_FORMATS": {
- "CURRENCY_SYM": "TSh",
- "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": "sw-ke",
- "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;}
-});
-}]); \ No newline at end of file