aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_zh-hant-tw.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_zh-hant-tw.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_zh-hant-tw.js')
-rw-r--r--src/ngLocale/angular-locale_zh-hant-tw.js98
1 files changed, 0 insertions, 98 deletions
diff --git a/src/ngLocale/angular-locale_zh-hant-tw.js b/src/ngLocale/angular-locale_zh-hant-tw.js
deleted file mode 100644
index 460717d5..00000000
--- a/src/ngLocale/angular-locale_zh-hant-tw.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": "上午",
- "1": "下午"
- },
- "DAY": {
- "0": "星期日",
- "1": "星期一",
- "2": "星期二",
- "3": "星期三",
- "4": "星期四",
- "5": "星期五",
- "6": "星期六"
- },
- "MONTH": {
- "0": "1月",
- "1": "2月",
- "2": "3月",
- "3": "4月",
- "4": "5月",
- "5": "6月",
- "6": "7月",
- "7": "8月",
- "8": "9月",
- "9": "10月",
- "10": "11月",
- "11": "12月"
- },
- "SHORTDAY": {
- "0": "週日",
- "1": "週一",
- "2": "週二",
- "3": "週三",
- "4": "週四",
- "5": "週五",
- "6": "週六"
- },
- "SHORTMONTH": {
- "0": "1月",
- "1": "2月",
- "2": "3月",
- "3": "4月",
- "4": "5月",
- "5": "6月",
- "6": "7月",
- "7": "8月",
- "8": "9月",
- "9": "10月",
- "10": "11月",
- "11": "12月"
- },
- "fullDate": "y年M月d日EEEE",
- "longDate": "y年M月d日",
- "medium": "yyyy/M/d ah:mm:ss",
- "mediumDate": "yyyy/M/d",
- "mediumTime": "ah:mm:ss",
- "short": "y/M/d ah:mm",
- "shortDate": "y/M/d",
- "shortTime": "ah:mm"
- },
- "NUMBER_FORMATS": {
- "CURRENCY_SYM": "¥",
- "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": "zh-hant-tw",
- "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;}
-});
-}]); \ No newline at end of file