Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F056B10491 for ; Wed, 15 Jan 2014 21:38:34 +0000 (UTC) Received: (qmail 2679 invoked by uid 500); 15 Jan 2014 21:38:23 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 2352 invoked by uid 500); 15 Jan 2014 21:38:14 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 2180 invoked by uid 99); 15 Jan 2014 21:38:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 21:38:09 +0000 X-ASF-Spam-Status: No, hits=-2000.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 15 Jan 2014 21:37:49 +0000 Received: (qmail 573 invoked by uid 99); 15 Jan 2014 21:37:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 21:37:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BE8028344A0; Wed, 15 Jan 2014 21:37:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mansu@apache.org To: commits@aurora.incubator.apache.org Date: Wed, 15 Jan 2014 21:37:41 -0000 Message-Id: In-Reply-To: <8f92c59028ed4c32b2cc385b95d36bf2@git.apache.org> References: <8f92c59028ed4c32b2cc385b95d36bf2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/50] [abbrv] Removing angular-seed dir. X-Virus-Checked: Checked by ClamAV on apache.org http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_sl-si.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_sl-si.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_sl-si.js deleted file mode 100644 index af7e854..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_sl-si.js +++ /dev/null @@ -1,99 +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": [ - "dop.", - "pop." - ], - "DAY": [ - "nedelja", - "ponedeljek", - "torek", - "sreda", - "\u010detrtek", - "petek", - "sobota" - ], - "MONTH": [ - "januar", - "februar", - "marec", - "april", - "maj", - "junij", - "julij", - "avgust", - "september", - "oktober", - "november", - "december" - ], - "SHORTDAY": [ - "ned.", - "pon.", - "tor.", - "sre.", - "\u010det.", - "pet.", - "sob." - ], - "SHORTMONTH": [ - "jan.", - "feb.", - "mar.", - "apr.", - "maj", - "jun.", - "jul.", - "avg.", - "sep.", - "okt.", - "nov.", - "dec." - ], - "fullDate": "EEEE, dd. MMMM y", - "longDate": "dd. MMMM y", - "medium": "d. MMM yyyy HH:mm:ss", - "mediumDate": "d. MMM yyyy", - "mediumTime": "HH:mm:ss", - "short": "d. MM. yy HH:mm", - "shortDate": "d. MM. yy", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20ac", - "DECIMAL_SEP": ",", - "GROUP_SEP": ".", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "sl-si", - "pluralCat": function (n) { if (n % 100 == 1) { return PLURAL_CATEGORY.ONE; } if (n % 100 == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 == 3 || n % 100 == 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_sl.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_sl.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_sl.js deleted file mode 100644 index 7d6c02a..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_sl.js +++ /dev/null @@ -1,99 +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": [ - "dop.", - "pop." - ], - "DAY": [ - "nedelja", - "ponedeljek", - "torek", - "sreda", - "\u010detrtek", - "petek", - "sobota" - ], - "MONTH": [ - "januar", - "februar", - "marec", - "april", - "maj", - "junij", - "julij", - "avgust", - "september", - "oktober", - "november", - "december" - ], - "SHORTDAY": [ - "ned.", - "pon.", - "tor.", - "sre.", - "\u010det.", - "pet.", - "sob." - ], - "SHORTMONTH": [ - "jan.", - "feb.", - "mar.", - "apr.", - "maj", - "jun.", - "jul.", - "avg.", - "sep.", - "okt.", - "nov.", - "dec." - ], - "fullDate": "EEEE, dd. MMMM y", - "longDate": "dd. MMMM y", - "medium": "d. MMM yyyy HH:mm:ss", - "mediumDate": "d. MMM yyyy", - "mediumTime": "HH:mm:ss", - "short": "d. MM. yy HH:mm", - "shortDate": "d. MM. yy", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20ac", - "DECIMAL_SEP": ",", - "GROUP_SEP": ".", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "sl", - "pluralCat": function (n) { if (n % 100 == 1) { return PLURAL_CATEGORY.ONE; } if (n % 100 == 2) { return PLURAL_CATEGORY.TWO; } if (n % 100 == 3 || n % 100 == 4) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_sq-al.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_sq-al.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_sq-al.js deleted file mode 100644 index 2aa93e9..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_sq-al.js +++ /dev/null @@ -1,99 +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": [ - "PD", - "MD" - ], - "DAY": [ - "e diel", - "e h\u00ebn\u00eb", - "e mart\u00eb", - "e m\u00ebrkur\u00eb", - "e enjte", - "e premte", - "e shtun\u00eb" - ], - "MONTH": [ - "janar", - "shkurt", - "mars", - "prill", - "maj", - "qershor", - "korrik", - "gusht", - "shtator", - "tetor", - "n\u00ebntor", - "dhjetor" - ], - "SHORTDAY": [ - "Die", - "H\u00ebn", - "Mar", - "M\u00ebr", - "Enj", - "Pre", - "Sht" - ], - "SHORTMONTH": [ - "Jan", - "Shk", - "Mar", - "Pri", - "Maj", - "Qer", - "Kor", - "Gsh", - "Sht", - "Tet", - "N\u00ebn", - "Dhj" - ], - "fullDate": "EEEE, dd MMMM y", - "longDate": "dd MMMM y", - "medium": "yyyy-MM-dd h.mm.ss.a", - "mediumDate": "yyyy-MM-dd", - "mediumTime": "h.mm.ss.a", - "short": "yy-MM-dd h.mm.a", - "shortDate": "yy-MM-dd", - "shortTime": "h.mm.a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "Lek", - "DECIMAL_SEP": ",", - "GROUP_SEP": "\u00a0", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "\u00a4-", - "negSuf": "", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "sq-al", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_sq.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_sq.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_sq.js deleted file mode 100644 index 0603e11..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_sq.js +++ /dev/null @@ -1,99 +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": [ - "PD", - "MD" - ], - "DAY": [ - "e diel", - "e h\u00ebn\u00eb", - "e mart\u00eb", - "e m\u00ebrkur\u00eb", - "e enjte", - "e premte", - "e shtun\u00eb" - ], - "MONTH": [ - "janar", - "shkurt", - "mars", - "prill", - "maj", - "qershor", - "korrik", - "gusht", - "shtator", - "tetor", - "n\u00ebntor", - "dhjetor" - ], - "SHORTDAY": [ - "Die", - "H\u00ebn", - "Mar", - "M\u00ebr", - "Enj", - "Pre", - "Sht" - ], - "SHORTMONTH": [ - "Jan", - "Shk", - "Mar", - "Pri", - "Maj", - "Qer", - "Kor", - "Gsh", - "Sht", - "Tet", - "N\u00ebn", - "Dhj" - ], - "fullDate": "EEEE, dd MMMM y", - "longDate": "dd MMMM y", - "medium": "yyyy-MM-dd h.mm.ss.a", - "mediumDate": "yyyy-MM-dd", - "mediumTime": "h.mm.ss.a", - "short": "yy-MM-dd h.mm.a", - "shortDate": "yy-MM-dd", - "shortTime": "h.mm.a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "Lek", - "DECIMAL_SEP": ",", - "GROUP_SEP": "\u00a0", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "\u00a4-", - "negSuf": "", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "sq", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_sr-cyrl-rs.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_sr-cyrl-rs.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_sr-cyrl-rs.js deleted file mode 100644 index d6b68dd..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_sr-cyrl-rs.js +++ /dev/null @@ -1,99 +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": [ - "\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", - "\u043f\u043e\u043f\u043e\u0434\u043d\u0435" - ], - "DAY": [ - "\u043d\u0435\u0434\u0435\u0459\u0430", - "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", - "\u0443\u0442\u043e\u0440\u0430\u043a", - "\u0441\u0440\u0435\u0434\u0430", - "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", - "\u043f\u0435\u0442\u0430\u043a", - "\u0441\u0443\u0431\u043e\u0442\u0430" - ], - "MONTH": [ - "\u0458\u0430\u043d\u0443\u0430\u0440", - "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", - "\u043c\u0430\u0440\u0442", - "\u0430\u043f\u0440\u0438\u043b", - "\u043c\u0430\u0458", - "\u0458\u0443\u043d", - "\u0458\u0443\u043b", - "\u0430\u0432\u0433\u0443\u0441\u0442", - "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", - "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", - "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", - "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" - ], - "SHORTDAY": [ - "\u043d\u0435\u0434", - "\u043f\u043e\u043d", - "\u0443\u0442\u043e", - "\u0441\u0440\u0435", - "\u0447\u0435\u0442", - "\u043f\u0435\u0442", - "\u0441\u0443\u0431" - ], - "SHORTMONTH": [ - "\u0458\u0430\u043d", - "\u0444\u0435\u0431", - "\u043c\u0430\u0440", - "\u0430\u043f\u0440", - "\u043c\u0430\u0458", - "\u0458\u0443\u043d", - "\u0458\u0443\u043b", - "\u0430\u0432\u0433", - "\u0441\u0435\u043f", - "\u043e\u043a\u0442", - "\u043d\u043e\u0432", - "\u0434\u0435\u0446" - ], - "fullDate": "EEEE, dd. MMMM y.", - "longDate": "dd. MMMM y.", - "medium": "dd.MM.y. HH.mm.ss", - "mediumDate": "dd.MM.y.", - "mediumTime": "HH.mm.ss", - "short": "d.M.yy. HH.mm", - "shortDate": "d.M.yy.", - "shortTime": "HH.mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "din", - "DECIMAL_SEP": ",", - "GROUP_SEP": ".", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "-", - "negSuf": "\u00a0\u00a4", - "posPre": "", - "posSuf": "\u00a0\u00a4" - } - ] - }, - "id": "sr-cyrl-rs", - "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_sr-latn-rs.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_sr-latn-rs.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_sr-latn-rs.js deleted file mode 100644 index 30743fd..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_sr-latn-rs.js +++ /dev/null @@ -1,99 +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": [ - "pre podne", - "popodne" - ], - "DAY": [ - "nedelja", - "ponedeljak", - "utorak", - "sreda", - "\u010detvrtak", - "petak", - "subota" - ], - "MONTH": [ - "januar", - "februar", - "mart", - "april", - "maj", - "jun", - "jul", - "avgust", - "septembar", - "oktobar", - "novembar", - "decembar" - ], - "SHORTDAY": [ - "ned", - "pon", - "uto", - "sre", - "\u010det", - "pet", - "sub" - ], - "SHORTMONTH": [ - "jan", - "feb", - "mar", - "apr", - "maj", - "jun", - "jul", - "avg", - "sep", - "okt", - "nov", - "dec" - ], - "fullDate": "EEEE, dd. MMMM y.", - "longDate": "dd. MMMM y.", - "medium": "dd.MM.y. HH.mm.ss", - "mediumDate": "dd.MM.y.", - "mediumTime": "HH.mm.ss", - "short": "d.M.yy. HH.mm", - "shortDate": "d.M.yy.", - "shortTime": "HH.mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "din", - "DECIMAL_SEP": ",", - "GROUP_SEP": ".", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "-", - "negSuf": "\u00a0\u00a4", - "posPre": "", - "posSuf": "\u00a0\u00a4" - } - ] - }, - "id": "sr-latn-rs", - "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_sr.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_sr.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_sr.js deleted file mode 100644 index 795e9ff..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_sr.js +++ /dev/null @@ -1,99 +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": [ - "\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435", - "\u043f\u043e\u043f\u043e\u0434\u043d\u0435" - ], - "DAY": [ - "\u043d\u0435\u0434\u0435\u0459\u0430", - "\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a", - "\u0443\u0442\u043e\u0440\u0430\u043a", - "\u0441\u0440\u0435\u0434\u0430", - "\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a", - "\u043f\u0435\u0442\u0430\u043a", - "\u0441\u0443\u0431\u043e\u0442\u0430" - ], - "MONTH": [ - "\u0458\u0430\u043d\u0443\u0430\u0440", - "\u0444\u0435\u0431\u0440\u0443\u0430\u0440", - "\u043c\u0430\u0440\u0442", - "\u0430\u043f\u0440\u0438\u043b", - "\u043c\u0430\u0458", - "\u0458\u0443\u043d", - "\u0458\u0443\u043b", - "\u0430\u0432\u0433\u0443\u0441\u0442", - "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440", - "\u043e\u043a\u0442\u043e\u0431\u0430\u0440", - "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440", - "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440" - ], - "SHORTDAY": [ - "\u043d\u0435\u0434", - "\u043f\u043e\u043d", - "\u0443\u0442\u043e", - "\u0441\u0440\u0435", - "\u0447\u0435\u0442", - "\u043f\u0435\u0442", - "\u0441\u0443\u0431" - ], - "SHORTMONTH": [ - "\u0458\u0430\u043d", - "\u0444\u0435\u0431", - "\u043c\u0430\u0440", - "\u0430\u043f\u0440", - "\u043c\u0430\u0458", - "\u0458\u0443\u043d", - "\u0458\u0443\u043b", - "\u0430\u0432\u0433", - "\u0441\u0435\u043f", - "\u043e\u043a\u0442", - "\u043d\u043e\u0432", - "\u0434\u0435\u0446" - ], - "fullDate": "EEEE, dd. MMMM y.", - "longDate": "dd. MMMM y.", - "medium": "dd.MM.y. HH.mm.ss", - "mediumDate": "dd.MM.y.", - "mediumTime": "HH.mm.ss", - "short": "d.M.yy. HH.mm", - "shortDate": "d.M.yy.", - "shortTime": "HH.mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "din", - "DECIMAL_SEP": ",", - "GROUP_SEP": ".", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "-", - "negSuf": "\u00a0\u00a4", - "posPre": "", - "posSuf": "\u00a0\u00a4" - } - ] - }, - "id": "sr", - "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_sv-se.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_sv-se.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_sv-se.js deleted file mode 100644 index 4590ed9..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_sv-se.js +++ /dev/null @@ -1,99 +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": [ - "fm", - "em" - ], - "DAY": [ - "s\u00f6ndag", - "m\u00e5ndag", - "tisdag", - "onsdag", - "torsdag", - "fredag", - "l\u00f6rdag" - ], - "MONTH": [ - "januari", - "februari", - "mars", - "april", - "maj", - "juni", - "juli", - "augusti", - "september", - "oktober", - "november", - "december" - ], - "SHORTDAY": [ - "s\u00f6n", - "m\u00e5n", - "tis", - "ons", - "tors", - "fre", - "l\u00f6r" - ], - "SHORTMONTH": [ - "jan", - "feb", - "mar", - "apr", - "maj", - "jun", - "jul", - "aug", - "sep", - "okt", - "nov", - "dec" - ], - "fullDate": "EEEE'en' 'den' d:'e' MMMM y", - "longDate": "d MMMM y", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "yyyy-MM-dd HH:mm", - "shortDate": "yyyy-MM-dd", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "kr", - "DECIMAL_SEP": ",", - "GROUP_SEP": "\u00a0", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "-", - "negSuf": "\u00a0\u00a4", - "posPre": "", - "posSuf": "\u00a0\u00a4" - } - ] - }, - "id": "sv-se", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_sv.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_sv.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_sv.js deleted file mode 100644 index b49b764..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_sv.js +++ /dev/null @@ -1,99 +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": [ - "fm", - "em" - ], - "DAY": [ - "s\u00f6ndag", - "m\u00e5ndag", - "tisdag", - "onsdag", - "torsdag", - "fredag", - "l\u00f6rdag" - ], - "MONTH": [ - "januari", - "februari", - "mars", - "april", - "maj", - "juni", - "juli", - "augusti", - "september", - "oktober", - "november", - "december" - ], - "SHORTDAY": [ - "s\u00f6n", - "m\u00e5n", - "tis", - "ons", - "tors", - "fre", - "l\u00f6r" - ], - "SHORTMONTH": [ - "jan", - "feb", - "mar", - "apr", - "maj", - "jun", - "jul", - "aug", - "sep", - "okt", - "nov", - "dec" - ], - "fullDate": "EEEE'en' 'den' d:'e' MMMM y", - "longDate": "d MMMM y", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "yyyy-MM-dd HH:mm", - "shortDate": "yyyy-MM-dd", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "kr", - "DECIMAL_SEP": ",", - "GROUP_SEP": "\u00a0", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "-", - "negSuf": "\u00a0\u00a4", - "posPre": "", - "posSuf": "\u00a0\u00a4" - } - ] - }, - "id": "sv", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_sw-tz.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_sw-tz.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_sw-tz.js deleted file mode 100644 index 2bea9c6..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_sw-tz.js +++ /dev/null @@ -1,99 +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": [ - "asubuhi", - "alasiri" - ], - "DAY": [ - "Jumapili", - "Jumatatu", - "Jumanne", - "Jumatano", - "Alhamisi", - "Ijumaa", - "Jumamosi" - ], - "MONTH": [ - "Januari", - "Februari", - "Machi", - "Aprili", - "Mei", - "Juni", - "Julai", - "Agosti", - "Septemba", - "Oktoba", - "Novemba", - "Desemba" - ], - "SHORTDAY": [ - "J2", - "J3", - "J4", - "J5", - "Alh", - "Ij", - "J1" - ], - "SHORTMONTH": [ - "Jan", - "Feb", - "Mac", - "Apr", - "Mei", - "Jun", - "Jul", - "Ago", - "Sep", - "Okt", - "Nov", - "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": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "sw-tz", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_sw.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_sw.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_sw.js deleted file mode 100644 index 3892f2c..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_sw.js +++ /dev/null @@ -1,99 +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": [ - "asubuhi", - "alasiri" - ], - "DAY": [ - "Jumapili", - "Jumatatu", - "Jumanne", - "Jumatano", - "Alhamisi", - "Ijumaa", - "Jumamosi" - ], - "MONTH": [ - "Januari", - "Februari", - "Machi", - "Aprili", - "Mei", - "Juni", - "Julai", - "Agosti", - "Septemba", - "Oktoba", - "Novemba", - "Desemba" - ], - "SHORTDAY": [ - "J2", - "J3", - "J4", - "J5", - "Alh", - "Ij", - "J1" - ], - "SHORTMONTH": [ - "Jan", - "Feb", - "Mac", - "Apr", - "Mei", - "Jun", - "Jul", - "Ago", - "Sep", - "Okt", - "Nov", - "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": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "sw", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_ta-in.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_ta-in.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_ta-in.js deleted file mode 100644 index b491909..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_ta-in.js +++ /dev/null @@ -1,99 +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": [ - "am", - "pm" - ], - "DAY": [ - "\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1", - "\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd", - "\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd", - "\u0baa\u0bc1\u0ba4\u0ba9\u0bcd", - "\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd", - "\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf", - "\u0b9a\u0ba9\u0bbf" - ], - "MONTH": [ - "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", - "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", - "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", - "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", - "\u0bae\u0bc7", - "\u0b9c\u0bc2\u0ba9\u0bcd", - "\u0b9c\u0bc2\u0bb2\u0bc8", - "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", - "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", - "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", - "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", - "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" - ], - "SHORTDAY": [ - "\u0b9e\u0bbe", - "\u0ba4\u0bbf", - "\u0b9a\u0bc6", - "\u0baa\u0bc1", - "\u0bb5\u0bbf", - "\u0bb5\u0bc6", - "\u0b9a" - ], - "SHORTMONTH": [ - "\u0b9c\u0ba9.", - "\u0baa\u0bbf\u0baa\u0bcd.", - "\u0bae\u0bbe\u0bb0\u0bcd.", - "\u0b8f\u0baa\u0bcd.", - "\u0bae\u0bc7", - "\u0b9c\u0bc2\u0ba9\u0bcd", - "\u0b9c\u0bc2\u0bb2\u0bc8", - "\u0b86\u0b95.", - "\u0b9a\u0bc6\u0baa\u0bcd.", - "\u0b85\u0b95\u0bcd.", - "\u0ba8\u0bb5.", - "\u0b9f\u0bbf\u0b9a." - ], - "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": "d-M-yy h:mm a", - "shortDate": "d-M-yy", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20b9", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 2, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 2, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "\u00a4\u00a0-", - "negSuf": "", - "posPre": "\u00a4\u00a0", - "posSuf": "" - } - ] - }, - "id": "ta-in", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_ta.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_ta.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_ta.js deleted file mode 100644 index 338d5f9..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_ta.js +++ /dev/null @@ -1,99 +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": [ - "am", - "pm" - ], - "DAY": [ - "\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1", - "\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd", - "\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd", - "\u0baa\u0bc1\u0ba4\u0ba9\u0bcd", - "\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd", - "\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf", - "\u0b9a\u0ba9\u0bbf" - ], - "MONTH": [ - "\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf", - "\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf", - "\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd", - "\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd", - "\u0bae\u0bc7", - "\u0b9c\u0bc2\u0ba9\u0bcd", - "\u0b9c\u0bc2\u0bb2\u0bc8", - "\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd", - "\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd", - "\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd", - "\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd", - "\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd" - ], - "SHORTDAY": [ - "\u0b9e\u0bbe", - "\u0ba4\u0bbf", - "\u0b9a\u0bc6", - "\u0baa\u0bc1", - "\u0bb5\u0bbf", - "\u0bb5\u0bc6", - "\u0b9a" - ], - "SHORTMONTH": [ - "\u0b9c\u0ba9.", - "\u0baa\u0bbf\u0baa\u0bcd.", - "\u0bae\u0bbe\u0bb0\u0bcd.", - "\u0b8f\u0baa\u0bcd.", - "\u0bae\u0bc7", - "\u0b9c\u0bc2\u0ba9\u0bcd", - "\u0b9c\u0bc2\u0bb2\u0bc8", - "\u0b86\u0b95.", - "\u0b9a\u0bc6\u0baa\u0bcd.", - "\u0b85\u0b95\u0bcd.", - "\u0ba8\u0bb5.", - "\u0b9f\u0bbf\u0b9a." - ], - "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": "d-M-yy h:mm a", - "shortDate": "d-M-yy", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20b9", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 2, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 2, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "\u00a4\u00a0-", - "negSuf": "", - "posPre": "\u00a4\u00a0", - "posSuf": "" - } - ] - }, - "id": "ta", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_te-in.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_te-in.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_te-in.js deleted file mode 100644 index 4e3e5db..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_te-in.js +++ /dev/null @@ -1,99 +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": [ - "am", - "pm" - ], - "DAY": [ - "\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02", - "\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02", - "\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02", - "\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02", - "\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02", - "\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02", - "\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02" - ], - "MONTH": [ - "\u0c1c\u0c28\u0c35\u0c30\u0c3f", - "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", - "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", - "\u0c0e\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", - "\u0c2e\u0c47", - "\u0c1c\u0c42\u0c28\u0c4d", - "\u0c1c\u0c42\u0c32\u0c48", - "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", - "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", - "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", - "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", - "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" - ], - "SHORTDAY": [ - "\u0c06\u0c26\u0c3f", - "\u0c38\u0c4b\u0c2e", - "\u0c2e\u0c02\u0c17\u0c33", - "\u0c2c\u0c41\u0c27", - "\u0c17\u0c41\u0c30\u0c41", - "\u0c36\u0c41\u0c15\u0c4d\u0c30", - "\u0c36\u0c28\u0c3f" - ], - "SHORTMONTH": [ - "\u0c1c\u0c28", - "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30", - "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", - "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f", - "\u0c2e\u0c47", - "\u0c1c\u0c42\u0c28\u0c4d", - "\u0c1c\u0c42\u0c32\u0c48", - "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", - "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", - "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", - "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", - "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" - ], - "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-yy h:mm a", - "shortDate": "dd-MM-yy", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20b9", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "te-in", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_te.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_te.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_te.js deleted file mode 100644 index 9671277..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_te.js +++ /dev/null @@ -1,99 +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": [ - "am", - "pm" - ], - "DAY": [ - "\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02", - "\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02", - "\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02", - "\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02", - "\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02", - "\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02", - "\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02" - ], - "MONTH": [ - "\u0c1c\u0c28\u0c35\u0c30\u0c3f", - "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", - "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", - "\u0c0e\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", - "\u0c2e\u0c47", - "\u0c1c\u0c42\u0c28\u0c4d", - "\u0c1c\u0c42\u0c32\u0c48", - "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", - "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", - "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", - "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", - "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" - ], - "SHORTDAY": [ - "\u0c06\u0c26\u0c3f", - "\u0c38\u0c4b\u0c2e", - "\u0c2e\u0c02\u0c17\u0c33", - "\u0c2c\u0c41\u0c27", - "\u0c17\u0c41\u0c30\u0c41", - "\u0c36\u0c41\u0c15\u0c4d\u0c30", - "\u0c36\u0c28\u0c3f" - ], - "SHORTMONTH": [ - "\u0c1c\u0c28", - "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30", - "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", - "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f", - "\u0c2e\u0c47", - "\u0c1c\u0c42\u0c28\u0c4d", - "\u0c1c\u0c42\u0c32\u0c48", - "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", - "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", - "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", - "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", - "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d" - ], - "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-yy h:mm a", - "shortDate": "dd-MM-yy", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20b9", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "te", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_th-th.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_th-th.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_th-th.js deleted file mode 100644 index 0791a42..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_th-th.js +++ /dev/null @@ -1,99 +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": [ - "\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07", - "\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07" - ], - "DAY": [ - "\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", - "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", - "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", - "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", - "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", - "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", - "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c" - ], - "MONTH": [ - "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", - "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", - "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", - "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", - "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", - "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", - "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", - "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", - "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", - "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", - "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", - "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21" - ], - "SHORTDAY": [ - "\u0e2d\u0e32.", - "\u0e08.", - "\u0e2d.", - "\u0e1e.", - "\u0e1e\u0e24.", - "\u0e28.", - "\u0e2a." - ], - "SHORTMONTH": [ - "\u0e21.\u0e04.", - "\u0e01.\u0e1e.", - "\u0e21\u0e35.\u0e04.", - "\u0e40\u0e21.\u0e22.", - "\u0e1e.\u0e04.", - "\u0e21\u0e34.\u0e22.", - "\u0e01.\u0e04.", - "\u0e2a.\u0e04.", - "\u0e01.\u0e22.", - "\u0e15.\u0e04.", - "\u0e1e.\u0e22.", - "\u0e18.\u0e04." - ], - "fullDate": "EEEE\u0e17\u0e35\u0e48 d MMMM G y", - "longDate": "d MMMM y", - "medium": "d MMM y H:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "H:mm:ss", - "short": "d/M/yyyy H:mm", - "shortDate": "d/M/yyyy", - "shortTime": "H:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u0e3f", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "th-th", - "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_th.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_th.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_th.js deleted file mode 100644 index be8efab..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_th.js +++ /dev/null @@ -1,99 +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": [ - "\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07", - "\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07" - ], - "DAY": [ - "\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", - "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", - "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", - "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", - "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", - "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", - "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c" - ], - "MONTH": [ - "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", - "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", - "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", - "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", - "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", - "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", - "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", - "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", - "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", - "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", - "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", - "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21" - ], - "SHORTDAY": [ - "\u0e2d\u0e32.", - "\u0e08.", - "\u0e2d.", - "\u0e1e.", - "\u0e1e\u0e24.", - "\u0e28.", - "\u0e2a." - ], - "SHORTMONTH": [ - "\u0e21.\u0e04.", - "\u0e01.\u0e1e.", - "\u0e21\u0e35.\u0e04.", - "\u0e40\u0e21.\u0e22.", - "\u0e1e.\u0e04.", - "\u0e21\u0e34.\u0e22.", - "\u0e01.\u0e04.", - "\u0e2a.\u0e04.", - "\u0e01.\u0e22.", - "\u0e15.\u0e04.", - "\u0e1e.\u0e22.", - "\u0e18.\u0e04." - ], - "fullDate": "EEEE\u0e17\u0e35\u0e48 d MMMM G y", - "longDate": "d MMMM y", - "medium": "d MMM y H:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "H:mm:ss", - "short": "d/M/yyyy H:mm", - "shortDate": "d/M/yyyy", - "shortTime": "H:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u0e3f", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "th", - "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_tl.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_tl.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_tl.js deleted file mode 100644 index 0809c01..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_tl.js +++ /dev/null @@ -1,99 +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": [ - "AM", - "PM" - ], - "DAY": [ - "Linggo", - "Lunes", - "Martes", - "Miyerkules", - "Huwebes", - "Biyernes", - "Sabado" - ], - "MONTH": [ - "Enero", - "Pebrero", - "Marso", - "Abril", - "Mayo", - "Hunyo", - "Hulyo", - "Agosto", - "Setyembre", - "Oktubre", - "Nobyembre", - "Disyembre" - ], - "SHORTDAY": [ - "Lin", - "Lun", - "Mar", - "Mye", - "Huw", - "Bye", - "Sab" - ], - "SHORTMONTH": [ - "Ene", - "Peb", - "Mar", - "Abr", - "May", - "Hun", - "Hul", - "Ago", - "Set", - "Okt", - "Nob", - "Dis" - ], - "fullDate": "EEEE, MMMM dd y", - "longDate": "MMMM d, y", - "medium": "MMM d, y HH:mm:ss", - "mediumDate": "MMM d, y", - "mediumTime": "HH:mm:ss", - "short": "M/d/yy HH:mm", - "shortDate": "M/d/yy", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20b1", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "tl", - "pluralCat": function (n) { if (n == 0 || n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_tr-tr.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_tr-tr.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_tr-tr.js deleted file mode 100644 index 57d3ca4..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_tr-tr.js +++ /dev/null @@ -1,99 +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": [ - "AM", - "PM" - ], - "DAY": [ - "Pazar", - "Pazartesi", - "Sal\u0131", - "\u00c7ar\u015famba", - "Per\u015fembe", - "Cuma", - "Cumartesi" - ], - "MONTH": [ - "Ocak", - "\u015eubat", - "Mart", - "Nisan", - "May\u0131s", - "Haziran", - "Temmuz", - "A\u011fustos", - "Eyl\u00fcl", - "Ekim", - "Kas\u0131m", - "Aral\u0131k" - ], - "SHORTDAY": [ - "Paz", - "Pzt", - "Sal", - "\u00c7ar", - "Per", - "Cum", - "Cmt" - ], - "SHORTMONTH": [ - "Oca", - "\u015eub", - "Mar", - "Nis", - "May", - "Haz", - "Tem", - "A\u011fu", - "Eyl", - "Eki", - "Kas", - "Ara" - ], - "fullDate": "d MMMM y EEEE", - "longDate": "d MMMM y", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "dd MM yyyy HH:mm", - "shortDate": "dd MM yyyy", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "TL", - "DECIMAL_SEP": ",", - "GROUP_SEP": ".", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(", - "negSuf": "\u00a0\u00a4)", - "posPre": "", - "posSuf": "\u00a0\u00a4" - } - ] - }, - "id": "tr-tr", - "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_tr.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_tr.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_tr.js deleted file mode 100644 index bc36ae2..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_tr.js +++ /dev/null @@ -1,99 +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": [ - "AM", - "PM" - ], - "DAY": [ - "Pazar", - "Pazartesi", - "Sal\u0131", - "\u00c7ar\u015famba", - "Per\u015fembe", - "Cuma", - "Cumartesi" - ], - "MONTH": [ - "Ocak", - "\u015eubat", - "Mart", - "Nisan", - "May\u0131s", - "Haziran", - "Temmuz", - "A\u011fustos", - "Eyl\u00fcl", - "Ekim", - "Kas\u0131m", - "Aral\u0131k" - ], - "SHORTDAY": [ - "Paz", - "Pzt", - "Sal", - "\u00c7ar", - "Per", - "Cum", - "Cmt" - ], - "SHORTMONTH": [ - "Oca", - "\u015eub", - "Mar", - "Nis", - "May", - "Haz", - "Tem", - "A\u011fu", - "Eyl", - "Eki", - "Kas", - "Ara" - ], - "fullDate": "d MMMM y EEEE", - "longDate": "d MMMM y", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "dd MM yyyy HH:mm", - "shortDate": "dd MM yyyy", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "TL", - "DECIMAL_SEP": ",", - "GROUP_SEP": ".", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(", - "negSuf": "\u00a0\u00a4)", - "posPre": "", - "posSuf": "\u00a0\u00a4" - } - ] - }, - "id": "tr", - "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_uk-ua.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_uk-ua.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_uk-ua.js deleted file mode 100644 index 1e01d7c..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_uk-ua.js +++ /dev/null @@ -1,99 +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": [ - "\u0434\u043f", - "\u043f\u043f" - ], - "DAY": [ - "\u041d\u0435\u0434\u0456\u043b\u044f", - "\u041f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a", - "\u0412\u0456\u0432\u0442\u043e\u0440\u043e\u043a", - "\u0421\u0435\u0440\u0435\u0434\u0430", - "\u0427\u0435\u0442\u0432\u0435\u0440", - "\u041f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f", - "\u0421\u0443\u0431\u043e\u0442\u0430" - ], - "MONTH": [ - "\u0441\u0456\u0447\u043d\u044f", - "\u043b\u044e\u0442\u043e\u0433\u043e", - "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", - "\u043a\u0432\u0456\u0442\u043d\u044f", - "\u0442\u0440\u0430\u0432\u043d\u044f", - "\u0447\u0435\u0440\u0432\u043d\u044f", - "\u043b\u0438\u043f\u043d\u044f", - "\u0441\u0435\u0440\u043f\u043d\u044f", - "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", - "\u0436\u043e\u0432\u0442\u043d\u044f", - "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", - "\u0433\u0440\u0443\u0434\u043d\u044f" - ], - "SHORTDAY": [ - "\u041d\u0434", - "\u041f\u043d", - "\u0412\u0442", - "\u0421\u0440", - "\u0427\u0442", - "\u041f\u0442", - "\u0421\u0431" - ], - "SHORTMONTH": [ - "\u0441\u0456\u0447.", - "\u043b\u044e\u0442.", - "\u0431\u0435\u0440.", - "\u043a\u0432\u0456\u0442.", - "\u0442\u0440\u0430\u0432.", - "\u0447\u0435\u0440\u0432.", - "\u043b\u0438\u043f.", - "\u0441\u0435\u0440\u043f.", - "\u0432\u0435\u0440.", - "\u0436\u043e\u0432\u0442.", - "\u043b\u0438\u0441\u0442.", - "\u0433\u0440\u0443\u0434." - ], - "fullDate": "EEEE, d MMMM y '\u0440'.", - "longDate": "d MMMM y '\u0440'.", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "dd.MM.yy HH:mm", - "shortDate": "dd.MM.yy", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20b4", - "DECIMAL_SEP": ",", - "GROUP_SEP": "\u00a0", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "-", - "negSuf": "\u00a0\u00a4", - "posPre": "", - "posSuf": "\u00a0\u00a4" - } - ] - }, - "id": "uk-ua", - "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_uk.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_uk.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_uk.js deleted file mode 100644 index 6b50582..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_uk.js +++ /dev/null @@ -1,99 +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": [ - "\u0434\u043f", - "\u043f\u043f" - ], - "DAY": [ - "\u041d\u0435\u0434\u0456\u043b\u044f", - "\u041f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a", - "\u0412\u0456\u0432\u0442\u043e\u0440\u043e\u043a", - "\u0421\u0435\u0440\u0435\u0434\u0430", - "\u0427\u0435\u0442\u0432\u0435\u0440", - "\u041f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f", - "\u0421\u0443\u0431\u043e\u0442\u0430" - ], - "MONTH": [ - "\u0441\u0456\u0447\u043d\u044f", - "\u043b\u044e\u0442\u043e\u0433\u043e", - "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", - "\u043a\u0432\u0456\u0442\u043d\u044f", - "\u0442\u0440\u0430\u0432\u043d\u044f", - "\u0447\u0435\u0440\u0432\u043d\u044f", - "\u043b\u0438\u043f\u043d\u044f", - "\u0441\u0435\u0440\u043f\u043d\u044f", - "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", - "\u0436\u043e\u0432\u0442\u043d\u044f", - "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", - "\u0433\u0440\u0443\u0434\u043d\u044f" - ], - "SHORTDAY": [ - "\u041d\u0434", - "\u041f\u043d", - "\u0412\u0442", - "\u0421\u0440", - "\u0427\u0442", - "\u041f\u0442", - "\u0421\u0431" - ], - "SHORTMONTH": [ - "\u0441\u0456\u0447.", - "\u043b\u044e\u0442.", - "\u0431\u0435\u0440.", - "\u043a\u0432\u0456\u0442.", - "\u0442\u0440\u0430\u0432.", - "\u0447\u0435\u0440\u0432.", - "\u043b\u0438\u043f.", - "\u0441\u0435\u0440\u043f.", - "\u0432\u0435\u0440.", - "\u0436\u043e\u0432\u0442.", - "\u043b\u0438\u0441\u0442.", - "\u0433\u0440\u0443\u0434." - ], - "fullDate": "EEEE, d MMMM y '\u0440'.", - "longDate": "d MMMM y '\u0440'.", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "dd.MM.yy HH:mm", - "shortDate": "dd.MM.yy", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20b4", - "DECIMAL_SEP": ",", - "GROUP_SEP": "\u00a0", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "-", - "negSuf": "\u00a0\u00a4", - "posPre": "", - "posSuf": "\u00a0\u00a4" - } - ] - }, - "id": "uk", - "pluralCat": function (n) { if (n % 10 == 1 && n % 100 != 11) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) { return PLURAL_CATEGORY.FEW; } if (n % 10 == 0 || n == (n | 0) && n % 10 >= 5 && n % 10 <= 9 || n == (n | 0) && n % 100 >= 11 && n % 100 <= 14) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_ur-pk.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_ur-pk.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_ur-pk.js deleted file mode 100644 index cd64221..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_ur-pk.js +++ /dev/null @@ -1,99 +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": [ - "\u062f\u0646", - "\u0631\u0627\u062a" - ], - "DAY": [ - "\u0627\u062a\u0648\u0627\u0631", - "\u067e\u064a\u0631", - "\u0645\u0646\u06af\u0644", - "\u0628\u062f\u0647", - "\u062c\u0645\u0639\u0631\u0627\u062a", - "\u062c\u0645\u0639\u06c1", - "\u06c1\u0641\u062a\u06c1" - ], - "MONTH": [ - "\u062c\u0646\u0648\u0631\u06cc", - "\u0641\u0631\u0648\u0631\u06cc", - "\u0645\u0627\u0631\u0686", - "\u0627\u067e\u0631\u064a\u0644", - "\u0645\u0626", - "\u062c\u0648\u0646", - "\u062c\u0648\u0644\u0627\u0626", - "\u0627\u06af\u0633\u062a", - "\u0633\u062a\u0645\u0628\u0631", - "\u0627\u06a9\u062a\u0648\u0628\u0631", - "\u0646\u0648\u0645\u0628\u0631", - "\u062f\u0633\u0645\u0628\u0631" - ], - "SHORTDAY": [ - "\u0627\u062a\u0648\u0627\u0631", - "\u067e\u064a\u0631", - "\u0645\u0646\u06af\u0644", - "\u0628\u062f\u0647", - "\u062c\u0645\u0639\u0631\u0627\u062a", - "\u062c\u0645\u0639\u06c1", - "\u06c1\u0641\u062a\u06c1" - ], - "SHORTMONTH": [ - "\u062c\u0646\u0648\u0631\u06cc", - "\u0641\u0631\u0648\u0631\u06cc", - "\u0645\u0627\u0631\u0686", - "\u0627\u067e\u0631\u064a\u0644", - "\u0645\u0626", - "\u062c\u0648\u0646", - "\u062c\u0648\u0644\u0627\u0626", - "\u0627\u06af\u0633\u062a", - "\u0633\u062a\u0645\u0628\u0631", - "\u0627\u06a9\u062a\u0648\u0628\u0631", - "\u0646\u0648\u0645\u0628\u0631", - "\u062f\u0633\u0645\u0628\u0631" - ], - "fullDate": "EEEE\u060d d\u060d MMMM y", - "longDate": "d\u060d MMMM y", - "medium": "d\u060d MMM y h:mm:ss a", - "mediumDate": "d\u060d MMM y", - "mediumTime": "h:mm:ss a", - "short": "d/M/yy h:mm a", - "shortDate": "d/M/yy", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "Rs", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "\u00a4-", - "negSuf": "", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "ur-pk", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_ur.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_ur.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_ur.js deleted file mode 100644 index d09bea8..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_ur.js +++ /dev/null @@ -1,99 +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": [ - "\u062f\u0646", - "\u0631\u0627\u062a" - ], - "DAY": [ - "\u0627\u062a\u0648\u0627\u0631", - "\u067e\u064a\u0631", - "\u0645\u0646\u06af\u0644", - "\u0628\u062f\u0647", - "\u062c\u0645\u0639\u0631\u0627\u062a", - "\u062c\u0645\u0639\u06c1", - "\u06c1\u0641\u062a\u06c1" - ], - "MONTH": [ - "\u062c\u0646\u0648\u0631\u06cc", - "\u0641\u0631\u0648\u0631\u06cc", - "\u0645\u0627\u0631\u0686", - "\u0627\u067e\u0631\u064a\u0644", - "\u0645\u0626", - "\u062c\u0648\u0646", - "\u062c\u0648\u0644\u0627\u0626", - "\u0627\u06af\u0633\u062a", - "\u0633\u062a\u0645\u0628\u0631", - "\u0627\u06a9\u062a\u0648\u0628\u0631", - "\u0646\u0648\u0645\u0628\u0631", - "\u062f\u0633\u0645\u0628\u0631" - ], - "SHORTDAY": [ - "\u0627\u062a\u0648\u0627\u0631", - "\u067e\u064a\u0631", - "\u0645\u0646\u06af\u0644", - "\u0628\u062f\u0647", - "\u062c\u0645\u0639\u0631\u0627\u062a", - "\u062c\u0645\u0639\u06c1", - "\u06c1\u0641\u062a\u06c1" - ], - "SHORTMONTH": [ - "\u062c\u0646\u0648\u0631\u06cc", - "\u0641\u0631\u0648\u0631\u06cc", - "\u0645\u0627\u0631\u0686", - "\u0627\u067e\u0631\u064a\u0644", - "\u0645\u0626", - "\u062c\u0648\u0646", - "\u062c\u0648\u0644\u0627\u0626", - "\u0627\u06af\u0633\u062a", - "\u0633\u062a\u0645\u0628\u0631", - "\u0627\u06a9\u062a\u0648\u0628\u0631", - "\u0646\u0648\u0645\u0628\u0631", - "\u062f\u0633\u0645\u0628\u0631" - ], - "fullDate": "EEEE\u060d d\u060d MMMM y", - "longDate": "d\u060d MMMM y", - "medium": "d\u060d MMM y h:mm:ss a", - "mediumDate": "d\u060d MMM y", - "mediumTime": "h:mm:ss a", - "short": "d/M/yy h:mm a", - "shortDate": "d/M/yy", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "Rs", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "\u00a4-", - "negSuf": "", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "ur", - "pluralCat": function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_vi-vn.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_vi-vn.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_vi-vn.js deleted file mode 100644 index 1f4fa05..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_vi-vn.js +++ /dev/null @@ -1,99 +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" - ], - "MONTH": [ - "th\u00e1ng m\u1ed9t", - "th\u00e1ng hai", - "th\u00e1ng ba", - "th\u00e1ng t\u01b0", - "th\u00e1ng n\u0103m", - "th\u00e1ng s\u00e1u", - "th\u00e1ng b\u1ea3y", - "th\u00e1ng t\u00e1m", - "th\u00e1ng ch\u00edn", - "th\u00e1ng m\u01b0\u1eddi", - "th\u00e1ng m\u01b0\u1eddi m\u1ed9t", - "th\u00e1ng m\u01b0\u1eddi hai" - ], - "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" - ], - "fullDate": "EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y", - "longDate": "'Ng\u00e0y' dd 'th\u00e1ng' M 'n\u0103m' y", - "medium": "dd-MM-yyyy HH:mm:ss", - "mediumDate": "dd-MM-yyyy", - "mediumTime": "HH:mm:ss", - "short": "dd/MM/yyyy HH:mm", - "shortDate": "dd/MM/yyyy", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20ab", - "DECIMAL_SEP": ",", - "GROUP_SEP": ".", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "-", - "negSuf": "\u00a0\u00a4", - "posPre": "", - "posSuf": "\u00a0\u00a4" - } - ] - }, - "id": "vi-vn", - "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_vi.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_vi.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_vi.js deleted file mode 100644 index d8d478e..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_vi.js +++ /dev/null @@ -1,99 +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" - ], - "MONTH": [ - "th\u00e1ng m\u1ed9t", - "th\u00e1ng hai", - "th\u00e1ng ba", - "th\u00e1ng t\u01b0", - "th\u00e1ng n\u0103m", - "th\u00e1ng s\u00e1u", - "th\u00e1ng b\u1ea3y", - "th\u00e1ng t\u00e1m", - "th\u00e1ng ch\u00edn", - "th\u00e1ng m\u01b0\u1eddi", - "th\u00e1ng m\u01b0\u1eddi m\u1ed9t", - "th\u00e1ng m\u01b0\u1eddi hai" - ], - "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" - ], - "fullDate": "EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y", - "longDate": "'Ng\u00e0y' dd 'th\u00e1ng' M 'n\u0103m' y", - "medium": "dd-MM-yyyy HH:mm:ss", - "mediumDate": "dd-MM-yyyy", - "mediumTime": "HH:mm:ss", - "short": "dd/MM/yyyy HH:mm", - "shortDate": "dd/MM/yyyy", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20ab", - "DECIMAL_SEP": ",", - "GROUP_SEP": ".", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "-", - "negSuf": "\u00a0\u00a4", - "posPre": "", - "posSuf": "\u00a0\u00a4" - } - ] - }, - "id": "vi", - "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-cn.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-cn.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-cn.js deleted file mode 100644 index 787d1fd..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-cn.js +++ /dev/null @@ -1,99 +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": [ - "\u4e0a\u5348", - "\u4e0b\u5348" - ], - "DAY": [ - "\u661f\u671f\u65e5", - "\u661f\u671f\u4e00", - "\u661f\u671f\u4e8c", - "\u661f\u671f\u4e09", - "\u661f\u671f\u56db", - "\u661f\u671f\u4e94", - "\u661f\u671f\u516d" - ], - "MONTH": [ - "1\u6708", - "2\u6708", - "3\u6708", - "4\u6708", - "5\u6708", - "6\u6708", - "7\u6708", - "8\u6708", - "9\u6708", - "10\u6708", - "11\u6708", - "12\u6708" - ], - "SHORTDAY": [ - "\u5468\u65e5", - "\u5468\u4e00", - "\u5468\u4e8c", - "\u5468\u4e09", - "\u5468\u56db", - "\u5468\u4e94", - "\u5468\u516d" - ], - "SHORTMONTH": [ - "1\u6708", - "2\u6708", - "3\u6708", - "4\u6708", - "5\u6708", - "6\u6708", - "7\u6708", - "8\u6708", - "9\u6708", - "10\u6708", - "11\u6708", - "12\u6708" - ], - "fullDate": "y\u5e74M\u6708d\u65e5EEEE", - "longDate": "y\u5e74M\u6708d\u65e5", - "medium": "yyyy-M-d ah:mm:ss", - "mediumDate": "yyyy-M-d", - "mediumTime": "ah:mm:ss", - "short": "yy-M-d ah:mm", - "shortDate": "yy-M-d", - "shortTime": "ah:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u00a5", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "zh-cn", - "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-hans-cn.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-hans-cn.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-hans-cn.js deleted file mode 100644 index b439a08..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-hans-cn.js +++ /dev/null @@ -1,99 +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": [ - "\u4e0a\u5348", - "\u4e0b\u5348" - ], - "DAY": [ - "\u661f\u671f\u65e5", - "\u661f\u671f\u4e00", - "\u661f\u671f\u4e8c", - "\u661f\u671f\u4e09", - "\u661f\u671f\u56db", - "\u661f\u671f\u4e94", - "\u661f\u671f\u516d" - ], - "MONTH": [ - "1\u6708", - "2\u6708", - "3\u6708", - "4\u6708", - "5\u6708", - "6\u6708", - "7\u6708", - "8\u6708", - "9\u6708", - "10\u6708", - "11\u6708", - "12\u6708" - ], - "SHORTDAY": [ - "\u5468\u65e5", - "\u5468\u4e00", - "\u5468\u4e8c", - "\u5468\u4e09", - "\u5468\u56db", - "\u5468\u4e94", - "\u5468\u516d" - ], - "SHORTMONTH": [ - "1\u6708", - "2\u6708", - "3\u6708", - "4\u6708", - "5\u6708", - "6\u6708", - "7\u6708", - "8\u6708", - "9\u6708", - "10\u6708", - "11\u6708", - "12\u6708" - ], - "fullDate": "y\u5e74M\u6708d\u65e5EEEE", - "longDate": "y\u5e74M\u6708d\u65e5", - "medium": "yyyy-M-d ah:mm:ss", - "mediumDate": "yyyy-M-d", - "mediumTime": "ah:mm:ss", - "short": "yy-M-d ah:mm", - "shortDate": "yy-M-d", - "shortTime": "ah:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u00a5", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "zh-hans-cn", - "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/a20de364/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-hk.js ---------------------------------------------------------------------- diff --git a/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-hk.js b/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-hk.js deleted file mode 100644 index 0a47198..0000000 --- a/angular-seed-master/app/lib/angular/i18n/angular-locale_zh-hk.js +++ /dev/null @@ -1,99 +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": [ - "\u4e0a\u5348", - "\u4e0b\u5348" - ], - "DAY": [ - "\u661f\u671f\u65e5", - "\u661f\u671f\u4e00", - "\u661f\u671f\u4e8c", - "\u661f\u671f\u4e09", - "\u661f\u671f\u56db", - "\u661f\u671f\u4e94", - "\u661f\u671f\u516d" - ], - "MONTH": [ - "1\u6708", - "2\u6708", - "3\u6708", - "4\u6708", - "5\u6708", - "6\u6708", - "7\u6708", - "8\u6708", - "9\u6708", - "10\u6708", - "11\u6708", - "12\u6708" - ], - "SHORTDAY": [ - "\u9031\u65e5", - "\u9031\u4e00", - "\u9031\u4e8c", - "\u9031\u4e09", - "\u9031\u56db", - "\u9031\u4e94", - "\u9031\u516d" - ], - "SHORTMONTH": [ - "1\u6708", - "2\u6708", - "3\u6708", - "4\u6708", - "5\u6708", - "6\u6708", - "7\u6708", - "8\u6708", - "9\u6708", - "10\u6708", - "11\u6708", - "12\u6708" - ], - "fullDate": "y\u5e74M\u6708d\u65e5EEEE", - "longDate": "y\u5e74M\u6708d\u65e5", - "medium": "y\u5e74M\u6708d\u65e5 ahh:mm:ss", - "mediumDate": "y\u5e74M\u6708d\u65e5", - "mediumTime": "ahh:mm:ss", - "short": "yy\u5e74M\u6708d\u65e5 ah:mm", - "shortDate": "yy\u5e74M\u6708d\u65e5", - "shortTime": "ah:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "$", - "DECIMAL_SEP": ".", - "GROUP_SEP": ",", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 3, - "lgSize": 3, - "macFrac": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "(\u00a4", - "negSuf": ")", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "zh-hk", - "pluralCat": function (n) { return PLURAL_CATEGORY.OTHER;} -}); -}]); \ No newline at end of file