diff options
Diffstat (limited to 'src/ngLocale/angular-locale_zh-hans-sg.js')
| -rw-r--r-- | src/ngLocale/angular-locale_zh-hans-sg.js | 98 | 
1 files changed, 0 insertions, 98 deletions
diff --git a/src/ngLocale/angular-locale_zh-hans-sg.js b/src/ngLocale/angular-locale_zh-hans-sg.js deleted file mode 100644 index 2d48699a..00000000 --- a/src/ngLocale/angular-locale_zh-hans-sg.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": "二月", -      "2": "三月", -      "3": "四月", -      "4": "五月", -      "5": "六月", -      "6": "七月", -      "7": "八月", -      "8": "九月", -      "9": "十月", -      "10": "十一月", -      "11": "十二月" -    }, -    "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": "y年M月d日 ah:mm:ss", -    "mediumDate": "y年M月d日", -    "mediumTime": "ah:mm:ss", -    "short": "dd/MM/yy ahh:mm", -    "shortDate": "dd/MM/yy", -    "shortTime": "ahh: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-hans-sg", -  "pluralCat": function (n) {  return PLURAL_CATEGORY.OTHER;} -}); -}]);
\ No newline at end of file  | 
