From 3c3840524ee11c1385045e9801918bcb05b71fb5 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Tue, 3 Sep 2019 10:17:22 +0800 Subject: feat: delete useless modules and update tomcat version Change-Id: I38d0c0b65cf210074c7222a535f1b3d7c150f53d Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- .../angular-1.4.8/i18n/angular-locale_zu.js | 110 --------------------- 1 file changed, 110 deletions(-) delete mode 100644 usecaseui-common/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_zu.js (limited to 'usecaseui-common/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_zu.js') diff --git a/usecaseui-common/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_zu.js b/usecaseui-common/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_zu.js deleted file mode 100644 index bd4d00ec..00000000 --- a/usecaseui-common/src/main/webapp/app/fusion/external/angular-1.4.8/i18n/angular-locale_zu.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": [ - "Ekuseni", - "Ntambama" - ], - "DAY": [ - "Sonto", - "Msombuluko", - "Lwesibili", - "Lwesithathu", - "Lwesine", - "Lwesihlanu", - "Mgqibelo" - ], - "ERANAMES": [ - "BC", - "AD" - ], - "ERAS": [ - "BC", - "AD" - ], - "FIRSTDAYOFWEEK": 6, - "MONTH": [ - "Januwari", - "Februwari", - "Mashi", - "Apreli", - "Meyi", - "Juni", - "Julayi", - "Agasti", - "Septhemba", - "Okthoba", - "Novemba", - "Disemba" - ], - "SHORTDAY": [ - "Son", - "Mso", - "Bil", - "Tha", - "Sin", - "Hla", - "Mgq" - ], - "SHORTMONTH": [ - "Jan", - "Feb", - "Mas", - "Apr", - "Mey", - "Jun", - "Jul", - "Aga", - "Sep", - "Okt", - "Nov", - "Dis" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE, MMMM d, y", - "longDate": "MMMM d, y", - "medium": "MMM d, y h:mm:ss a", - "mediumDate": "MMM d, y", - "mediumTime": "h:mm:ss a", - "short": "M/d/yy h:mm a", - "shortDate": "M/d/yy", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "R", - "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": "-\u00a4", - "negSuf": "", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "zu", - "pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); -- cgit 1.2.3-korg