summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_vi-vn.js
diff options
context:
space:
mode:
authorst398c <st398c@research.att.com>2019-07-10 14:14:39 -0400
committerst398c <st398c@research.att.com>2019-07-10 14:29:42 -0400
commit7d7b74d4d92e7fa45471fb0e8678837f71da3d02 (patch)
treebe75fe5dc393aebb2a0da7591d684e746212c98b /ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_vi-vn.js
parent5837a6d32c065cc80a95a4bee6b71008304ef312 (diff)
Blackduck scan fixes
Issue-ID: PORTAL-631 Change-Id: I240f3656de2de2d3540f0fc1d615c461beab14c5 Signed-off-by: st398c <st398c@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_vi-vn.js')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_vi-vn.js110
1 files changed, 0 insertions, 110 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_vi-vn.js b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_vi-vn.js
deleted file mode 100644
index 112e96ae..00000000
--- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_vi-vn.js
+++ /dev/null
@@ -1,110 +0,0 @@
-'use strict';
-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": [
- "SA",
- "CH"
- ],
- "DAY": [
- "Ch\u1ee7 Nh\u1eadt",
- "Th\u1ee9 Hai",
- "Th\u1ee9 Ba",
- "Th\u1ee9 T\u01b0",
- "Th\u1ee9 N\u0103m",
- "Th\u1ee9 S\u00e1u",
- "Th\u1ee9 B\u1ea3y"
- ],
- "ERANAMES": [
- "tr. CN",
- "sau CN"
- ],
- "ERAS": [
- "tr. CN",
- "sau CN"
- ],
- "FIRSTDAYOFWEEK": 0,
- "MONTH": [
- "th\u00e1ng 1",
- "th\u00e1ng 2",
- "th\u00e1ng 3",
- "th\u00e1ng 4",
- "th\u00e1ng 5",
- "th\u00e1ng 6",
- "th\u00e1ng 7",
- "th\u00e1ng 8",
- "th\u00e1ng 9",
- "th\u00e1ng 10",
- "th\u00e1ng 11",
- "th\u00e1ng 12"
- ],
- "SHORTDAY": [
- "CN",
- "Th 2",
- "Th 3",
- "Th 4",
- "Th 5",
- "Th 6",
- "Th 7"
- ],
- "SHORTMONTH": [
- "thg 1",
- "thg 2",
- "thg 3",
- "thg 4",
- "thg 5",
- "thg 6",
- "thg 7",
- "thg 8",
- "thg 9",
- "thg 10",
- "thg 11",
- "thg 12"
- ],
- "WEEKENDRANGE": [
- 5,
- 6
- ],
- "fullDate": "EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y",
- "longDate": "'Ng\u00e0y' dd 'th\u00e1ng' MM 'n\u0103m' y",
- "medium": "dd-MM-y HH:mm:ss",
- "mediumDate": "dd-MM-y",
- "mediumTime": "HH:mm:ss",
- "short": "dd/MM/y HH:mm",
- "shortDate": "dd/MM/y",
- "shortTime": "HH:mm"
- },
- "NUMBER_FORMATS": {
- "CURRENCY_SYM": "\u20ab",
- "DECIMAL_SEP": ",",
- "GROUP_SEP": ".",
- "PATTERNS": [
- {
- "gSize": 3,
- "lgSize": 3,
- "maxFrac": 3,
- "minFrac": 0,
- "minInt": 1,
- "negPre": "-",
- "negSuf": "",
- "posPre": "",
- "posSuf": ""
- },
- {
- "gSize": 3,
- "lgSize": 3,
- "maxFrac": 2,
- "minFrac": 2,
- "minInt": 1,
- "negPre": "-",
- "negSuf": "\u00a0\u00a4",
- "posPre": "",
- "posSuf": "\u00a0\u00a4"
- }
- ]
- },
- "id": "vi-vn",
- "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;}
-});
-}]);