http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lkt-us.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lkt-us.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lkt-us.js deleted file mode 100644 index 8f0f754..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lkt-us.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "AM", - "PM" - ], - "DAY": [ - "A\u014bp\u00e9tuwak\u021fa\u014b", - "A\u014bp\u00e9tuwa\u014b\u017ei", - "A\u014bp\u00e9tunu\u014bpa", - "A\u014bp\u00e9tuyamni", - "A\u014bp\u00e9tutopa", - "A\u014bp\u00e9tuzapta\u014b", - "Ow\u00e1\u014bgyu\u017ea\u017eapi" - ], - "ERANAMES": [ - "BCE", - "CE" - ], - "ERAS": [ - "BCE", - "CE" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "Wi\u00f3the\u021fika W\u00ed", - "Thiy\u00f3\u021feyu\u014bka W\u00ed", - "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", - "P\u021fe\u017e\u00edt\u021fo W\u00ed", - "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", - "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", - "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", - "Was\u00fat\u021fu\u014b W\u00ed", - "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", - "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", - "Wan\u00edyetu W\u00ed", - "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" - ], - "SHORTDAY": [ - "A\u014bp\u00e9tuwak\u021fa\u014b", - "A\u014bp\u00e9tuwa\u014b\u017ei", - "A\u014bp\u00e9tunu\u014bpa", - "A\u014bp\u00e9tuyamni", - "A\u014bp\u00e9tutopa", - "A\u014bp\u00e9tuzapta\u014b", - "Ow\u00e1\u014bgyu\u017ea\u017eapi" - ], - "SHORTMONTH": [ - "Wi\u00f3the\u021fika W\u00ed", - "Thiy\u00f3\u021feyu\u014bka W\u00ed", - "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", - "P\u021fe\u017e\u00edt\u021fo W\u00ed", - "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", - "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", - "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", - "Was\u00fat\u021fu\u014b W\u00ed", - "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", - "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", - "Wan\u00edyetu W\u00ed", - "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" - ], - "STANDALONEMONTH": [ - "Wi\u00f3the\u021fika W\u00ed", - "Thiy\u00f3\u021feyu\u014bka W\u00ed", - "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", - "P\u021fe\u017e\u00edt\u021fo W\u00ed", - "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", - "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", - "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", - "Was\u00fat\u021fu\u014b W\u00ed", - "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", - "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", - "Wan\u00edyetu W\u00ed", - "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" - ], - "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": "$", - "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\u00a0", - "negSuf": "", - "posPre": "\u00a4\u00a0", - "posSuf": "" - } - ] - }, - "id": "lkt-us", - "localeID": "lkt_US", - "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]);
http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lkt.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lkt.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lkt.js deleted file mode 100644 index 7b66c44..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lkt.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "AM", - "PM" - ], - "DAY": [ - "A\u014bp\u00e9tuwak\u021fa\u014b", - "A\u014bp\u00e9tuwa\u014b\u017ei", - "A\u014bp\u00e9tunu\u014bpa", - "A\u014bp\u00e9tuyamni", - "A\u014bp\u00e9tutopa", - "A\u014bp\u00e9tuzapta\u014b", - "Ow\u00e1\u014bgyu\u017ea\u017eapi" - ], - "ERANAMES": [ - "BCE", - "CE" - ], - "ERAS": [ - "BCE", - "CE" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "Wi\u00f3the\u021fika W\u00ed", - "Thiy\u00f3\u021feyu\u014bka W\u00ed", - "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", - "P\u021fe\u017e\u00edt\u021fo W\u00ed", - "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", - "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", - "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", - "Was\u00fat\u021fu\u014b W\u00ed", - "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", - "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", - "Wan\u00edyetu W\u00ed", - "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" - ], - "SHORTDAY": [ - "A\u014bp\u00e9tuwak\u021fa\u014b", - "A\u014bp\u00e9tuwa\u014b\u017ei", - "A\u014bp\u00e9tunu\u014bpa", - "A\u014bp\u00e9tuyamni", - "A\u014bp\u00e9tutopa", - "A\u014bp\u00e9tuzapta\u014b", - "Ow\u00e1\u014bgyu\u017ea\u017eapi" - ], - "SHORTMONTH": [ - "Wi\u00f3the\u021fika W\u00ed", - "Thiy\u00f3\u021feyu\u014bka W\u00ed", - "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", - "P\u021fe\u017e\u00edt\u021fo W\u00ed", - "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", - "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", - "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", - "Was\u00fat\u021fu\u014b W\u00ed", - "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", - "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", - "Wan\u00edyetu W\u00ed", - "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" - ], - "STANDALONEMONTH": [ - "Wi\u00f3the\u021fika W\u00ed", - "Thiy\u00f3\u021feyu\u014bka W\u00ed", - "I\u0161t\u00e1wi\u010dhayaza\u014b W\u00ed", - "P\u021fe\u017e\u00edt\u021fo W\u00ed", - "\u010cha\u014bw\u00e1pet\u021fo W\u00ed", - "W\u00edpazuk\u021fa-wa\u0161t\u00e9 W\u00ed", - "\u010cha\u014bp\u021f\u00e1sapa W\u00ed", - "Was\u00fat\u021fu\u014b W\u00ed", - "\u010cha\u014bw\u00e1pe\u01e7i W\u00ed", - "\u010cha\u014bw\u00e1pe-kasn\u00e1 W\u00ed", - "Wan\u00edyetu W\u00ed", - "T\u021fah\u00e9kap\u0161u\u014b W\u00ed" - ], - "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": "$", - "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\u00a0", - "negSuf": "", - "posPre": "\u00a4\u00a0", - "posSuf": "" - } - ] - }, - "id": "lkt", - "localeID": "lkt", - "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-ao.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-ao.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-ao.js deleted file mode 100644 index a3bc109..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-ao.js +++ /dev/null @@ -1,125 +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": [ - "nt\u0254\u0301ng\u0254\u0301", - "mp\u00f3kwa" - ], - "DAY": [ - "eyenga", - "mok\u0254l\u0254 mwa yambo", - "mok\u0254l\u0254 mwa m\u00edbal\u00e9", - "mok\u0254l\u0254 mwa m\u00eds\u00e1to", - "mok\u0254l\u0254 ya m\u00edn\u00e9i", - "mok\u0254l\u0254 ya m\u00edt\u00e1no", - "mp\u0254\u0301s\u0254" - ], - "ERANAMES": [ - "Yambo ya Y\u00e9zu Kr\u00eds", - "Nsima ya Y\u00e9zu Kr\u00eds" - ], - "ERAS": [ - "lib\u00f3so ya", - "nsima ya Y" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "s\u00e1nz\u00e1 ya yambo", - "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", - "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", - "s\u00e1nz\u00e1 ya m\u00ednei", - "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", - "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", - "s\u00e1nz\u00e1 ya nsambo", - "s\u00e1nz\u00e1 ya mwambe", - "s\u00e1nz\u00e1 ya libwa", - "s\u00e1nz\u00e1 ya z\u00f3mi", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" - ], - "SHORTDAY": [ - "eye", - "ybo", - "mbl", - "mst", - "min", - "mtn", - "mps" - ], - "SHORTMONTH": [ - "yan", - "fbl", - "msi", - "apl", - "mai", - "yun", - "yul", - "agt", - "stb", - "\u0254tb", - "nvb", - "dsb" - ], - "STANDALONEMONTH": [ - "s\u00e1nz\u00e1 ya yambo", - "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", - "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", - "s\u00e1nz\u00e1 ya m\u00ednei", - "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", - "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", - "s\u00e1nz\u00e1 ya nsambo", - "s\u00e1nz\u00e1 ya mwambe", - "s\u00e1nz\u00e1 ya libwa", - "s\u00e1nz\u00e1 ya z\u00f3mi", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE d MMMM y", - "longDate": "d MMMM y", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "d/M/y HH:mm", - "shortDate": "d/M/y", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "Kz", - "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": "ln-ao", - "localeID": "ln_AO", - "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cd.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cd.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cd.js deleted file mode 100644 index d46aa94..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cd.js +++ /dev/null @@ -1,125 +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": [ - "nt\u0254\u0301ng\u0254\u0301", - "mp\u00f3kwa" - ], - "DAY": [ - "eyenga", - "mok\u0254l\u0254 mwa yambo", - "mok\u0254l\u0254 mwa m\u00edbal\u00e9", - "mok\u0254l\u0254 mwa m\u00eds\u00e1to", - "mok\u0254l\u0254 ya m\u00edn\u00e9i", - "mok\u0254l\u0254 ya m\u00edt\u00e1no", - "mp\u0254\u0301s\u0254" - ], - "ERANAMES": [ - "Yambo ya Y\u00e9zu Kr\u00eds", - "Nsima ya Y\u00e9zu Kr\u00eds" - ], - "ERAS": [ - "lib\u00f3so ya", - "nsima ya Y" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "s\u00e1nz\u00e1 ya yambo", - "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", - "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", - "s\u00e1nz\u00e1 ya m\u00ednei", - "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", - "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", - "s\u00e1nz\u00e1 ya nsambo", - "s\u00e1nz\u00e1 ya mwambe", - "s\u00e1nz\u00e1 ya libwa", - "s\u00e1nz\u00e1 ya z\u00f3mi", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" - ], - "SHORTDAY": [ - "eye", - "ybo", - "mbl", - "mst", - "min", - "mtn", - "mps" - ], - "SHORTMONTH": [ - "yan", - "fbl", - "msi", - "apl", - "mai", - "yun", - "yul", - "agt", - "stb", - "\u0254tb", - "nvb", - "dsb" - ], - "STANDALONEMONTH": [ - "s\u00e1nz\u00e1 ya yambo", - "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", - "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", - "s\u00e1nz\u00e1 ya m\u00ednei", - "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", - "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", - "s\u00e1nz\u00e1 ya nsambo", - "s\u00e1nz\u00e1 ya mwambe", - "s\u00e1nz\u00e1 ya libwa", - "s\u00e1nz\u00e1 ya z\u00f3mi", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE d MMMM y", - "longDate": "d MMMM y", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "d/M/y HH:mm", - "shortDate": "d/M/y", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "FrCD", - "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": "ln-cd", - "localeID": "ln_CD", - "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cf.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cf.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cf.js deleted file mode 100644 index 8a2d999..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cf.js +++ /dev/null @@ -1,125 +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": [ - "nt\u0254\u0301ng\u0254\u0301", - "mp\u00f3kwa" - ], - "DAY": [ - "eyenga", - "mok\u0254l\u0254 mwa yambo", - "mok\u0254l\u0254 mwa m\u00edbal\u00e9", - "mok\u0254l\u0254 mwa m\u00eds\u00e1to", - "mok\u0254l\u0254 ya m\u00edn\u00e9i", - "mok\u0254l\u0254 ya m\u00edt\u00e1no", - "mp\u0254\u0301s\u0254" - ], - "ERANAMES": [ - "Yambo ya Y\u00e9zu Kr\u00eds", - "Nsima ya Y\u00e9zu Kr\u00eds" - ], - "ERAS": [ - "lib\u00f3so ya", - "nsima ya Y" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "s\u00e1nz\u00e1 ya yambo", - "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", - "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", - "s\u00e1nz\u00e1 ya m\u00ednei", - "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", - "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", - "s\u00e1nz\u00e1 ya nsambo", - "s\u00e1nz\u00e1 ya mwambe", - "s\u00e1nz\u00e1 ya libwa", - "s\u00e1nz\u00e1 ya z\u00f3mi", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" - ], - "SHORTDAY": [ - "eye", - "ybo", - "mbl", - "mst", - "min", - "mtn", - "mps" - ], - "SHORTMONTH": [ - "yan", - "fbl", - "msi", - "apl", - "mai", - "yun", - "yul", - "agt", - "stb", - "\u0254tb", - "nvb", - "dsb" - ], - "STANDALONEMONTH": [ - "s\u00e1nz\u00e1 ya yambo", - "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", - "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", - "s\u00e1nz\u00e1 ya m\u00ednei", - "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", - "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", - "s\u00e1nz\u00e1 ya nsambo", - "s\u00e1nz\u00e1 ya mwambe", - "s\u00e1nz\u00e1 ya libwa", - "s\u00e1nz\u00e1 ya z\u00f3mi", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE d MMMM y", - "longDate": "d MMMM y", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "d/M/y HH:mm", - "shortDate": "d/M/y", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "FCFA", - "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": "ln-cf", - "localeID": "ln_CF", - "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cg.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cg.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cg.js deleted file mode 100644 index fd47f4a..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln-cg.js +++ /dev/null @@ -1,125 +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": [ - "nt\u0254\u0301ng\u0254\u0301", - "mp\u00f3kwa" - ], - "DAY": [ - "eyenga", - "mok\u0254l\u0254 mwa yambo", - "mok\u0254l\u0254 mwa m\u00edbal\u00e9", - "mok\u0254l\u0254 mwa m\u00eds\u00e1to", - "mok\u0254l\u0254 ya m\u00edn\u00e9i", - "mok\u0254l\u0254 ya m\u00edt\u00e1no", - "mp\u0254\u0301s\u0254" - ], - "ERANAMES": [ - "Yambo ya Y\u00e9zu Kr\u00eds", - "Nsima ya Y\u00e9zu Kr\u00eds" - ], - "ERAS": [ - "lib\u00f3so ya", - "nsima ya Y" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "s\u00e1nz\u00e1 ya yambo", - "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", - "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", - "s\u00e1nz\u00e1 ya m\u00ednei", - "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", - "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", - "s\u00e1nz\u00e1 ya nsambo", - "s\u00e1nz\u00e1 ya mwambe", - "s\u00e1nz\u00e1 ya libwa", - "s\u00e1nz\u00e1 ya z\u00f3mi", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" - ], - "SHORTDAY": [ - "eye", - "ybo", - "mbl", - "mst", - "min", - "mtn", - "mps" - ], - "SHORTMONTH": [ - "yan", - "fbl", - "msi", - "apl", - "mai", - "yun", - "yul", - "agt", - "stb", - "\u0254tb", - "nvb", - "dsb" - ], - "STANDALONEMONTH": [ - "s\u00e1nz\u00e1 ya yambo", - "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", - "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", - "s\u00e1nz\u00e1 ya m\u00ednei", - "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", - "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", - "s\u00e1nz\u00e1 ya nsambo", - "s\u00e1nz\u00e1 ya mwambe", - "s\u00e1nz\u00e1 ya libwa", - "s\u00e1nz\u00e1 ya z\u00f3mi", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE d MMMM y", - "longDate": "d MMMM y", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "d/M/y HH:mm", - "shortDate": "d/M/y", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "FCFA", - "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": "ln-cg", - "localeID": "ln_CG", - "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln.js deleted file mode 100644 index 63ad366..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ln.js +++ /dev/null @@ -1,125 +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": [ - "nt\u0254\u0301ng\u0254\u0301", - "mp\u00f3kwa" - ], - "DAY": [ - "eyenga", - "mok\u0254l\u0254 mwa yambo", - "mok\u0254l\u0254 mwa m\u00edbal\u00e9", - "mok\u0254l\u0254 mwa m\u00eds\u00e1to", - "mok\u0254l\u0254 ya m\u00edn\u00e9i", - "mok\u0254l\u0254 ya m\u00edt\u00e1no", - "mp\u0254\u0301s\u0254" - ], - "ERANAMES": [ - "Yambo ya Y\u00e9zu Kr\u00eds", - "Nsima ya Y\u00e9zu Kr\u00eds" - ], - "ERAS": [ - "lib\u00f3so ya", - "nsima ya Y" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "s\u00e1nz\u00e1 ya yambo", - "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", - "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", - "s\u00e1nz\u00e1 ya m\u00ednei", - "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", - "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", - "s\u00e1nz\u00e1 ya nsambo", - "s\u00e1nz\u00e1 ya mwambe", - "s\u00e1nz\u00e1 ya libwa", - "s\u00e1nz\u00e1 ya z\u00f3mi", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" - ], - "SHORTDAY": [ - "eye", - "ybo", - "mbl", - "mst", - "min", - "mtn", - "mps" - ], - "SHORTMONTH": [ - "yan", - "fbl", - "msi", - "apl", - "mai", - "yun", - "yul", - "agt", - "stb", - "\u0254tb", - "nvb", - "dsb" - ], - "STANDALONEMONTH": [ - "s\u00e1nz\u00e1 ya yambo", - "s\u00e1nz\u00e1 ya m\u00edbal\u00e9", - "s\u00e1nz\u00e1 ya m\u00eds\u00e1to", - "s\u00e1nz\u00e1 ya m\u00ednei", - "s\u00e1nz\u00e1 ya m\u00edt\u00e1no", - "s\u00e1nz\u00e1 ya mot\u00f3b\u00e1", - "s\u00e1nz\u00e1 ya nsambo", - "s\u00e1nz\u00e1 ya mwambe", - "s\u00e1nz\u00e1 ya libwa", - "s\u00e1nz\u00e1 ya z\u00f3mi", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u0254\u030ck\u0254\u0301", - "s\u00e1nz\u00e1 ya z\u00f3mi na m\u00edbal\u00e9" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE d MMMM y", - "longDate": "d MMMM y", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "d/M/y HH:mm", - "shortDate": "d/M/y", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "FrCD", - "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": "ln", - "localeID": "ln", - "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lo-la.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lo-la.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lo-la.js deleted file mode 100644 index 1709269..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lo-la.js +++ /dev/null @@ -1,125 +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": [ - "\u0e81\u0ec8\u0ead\u0e99\u0e97\u0ec8\u0ebd\u0e87", - "\u0eab\u0ebc\u0eb1\u0e87\u0e97\u0ec8\u0ebd\u0e87" - ], - "DAY": [ - "\u0ea7\u0eb1\u0e99\u0ead\u0eb2\u0e97\u0eb4\u0e94", - "\u0ea7\u0eb1\u0e99\u0e88\u0eb1\u0e99", - "\u0ea7\u0eb1\u0e99\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", - "\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94", - "\u0ea7\u0eb1\u0e99\u0e9e\u0eb0\u0eab\u0eb1\u0e94", - "\u0ea7\u0eb1\u0e99\u0eaa\u0eb8\u0e81", - "\u0ea7\u0eb1\u0e99\u0ec0\u0eaa\u0ebb\u0eb2" - ], - "ERANAMES": [ - "\u0e81\u0ec8\u0ead\u0e99\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94", - "\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94" - ], - "ERAS": [ - "\u0e81\u0ec8\u0ead\u0e99 \u0e84.\u0eaa.", - "\u0e84.\u0eaa." - ], - "FIRSTDAYOFWEEK": 6, - "MONTH": [ - "\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99", - "\u0e81\u0eb8\u0ea1\u0e9e\u0eb2", - "\u0ea1\u0eb5\u0e99\u0eb2", - "\u0ec0\u0ea1\u0eaa\u0eb2", - "\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2", - "\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2", - "\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94", - "\u0eaa\u0eb4\u0e87\u0eab\u0eb2", - "\u0e81\u0eb1\u0e99\u0e8d\u0eb2", - "\u0e95\u0eb8\u0ea5\u0eb2", - "\u0e9e\u0eb0\u0e88\u0eb4\u0e81", - "\u0e97\u0eb1\u0e99\u0ea7\u0eb2" - ], - "SHORTDAY": [ - "\u0ea7\u0eb1\u0e99\u0ead\u0eb2\u0e97\u0eb4\u0e94", - "\u0ea7\u0eb1\u0e99\u0e88\u0eb1\u0e99", - "\u0ea7\u0eb1\u0e99\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", - "\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94", - "\u0ea7\u0eb1\u0e99\u0e9e\u0eb0\u0eab\u0eb1\u0e94", - "\u0ea7\u0eb1\u0e99\u0eaa\u0eb8\u0e81", - "\u0ea7\u0eb1\u0e99\u0ec0\u0eaa\u0ebb\u0eb2" - ], - "SHORTMONTH": [ - "\u0ea1.\u0e81.", - "\u0e81.\u0e9e.", - "\u0ea1.\u0e99.", - "\u0ea1.\u0eaa.", - "\u0e9e.\u0e9e.", - "\u0ea1\u0eb4.\u0e96.", - "\u0e81.\u0ea5.", - "\u0eaa.\u0eab.", - "\u0e81.\u0e8d.", - "\u0e95.\u0ea5.", - "\u0e9e.\u0e88.", - "\u0e97.\u0ea7." - ], - "STANDALONEMONTH": [ - "\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99", - "\u0e81\u0eb8\u0ea1\u0e9e\u0eb2", - "\u0ea1\u0eb5\u0e99\u0eb2", - "\u0ec0\u0ea1\u0eaa\u0eb2", - "\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2", - "\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2", - "\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94", - "\u0eaa\u0eb4\u0e87\u0eab\u0eb2", - "\u0e81\u0eb1\u0e99\u0e8d\u0eb2", - "\u0e95\u0eb8\u0ea5\u0eb2", - "\u0e9e\u0eb0\u0e88\u0eb4\u0e81", - "\u0e97\u0eb1\u0e99\u0ea7\u0eb2" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE \u0e97\u0eb5 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/y H:mm", - "shortDate": "d/M/y", - "shortTime": "H:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20ad", - "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": "lo-la", - "localeID": "lo_LA", - "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lo.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lo.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lo.js deleted file mode 100644 index 9d27393..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lo.js +++ /dev/null @@ -1,125 +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": [ - "\u0e81\u0ec8\u0ead\u0e99\u0e97\u0ec8\u0ebd\u0e87", - "\u0eab\u0ebc\u0eb1\u0e87\u0e97\u0ec8\u0ebd\u0e87" - ], - "DAY": [ - "\u0ea7\u0eb1\u0e99\u0ead\u0eb2\u0e97\u0eb4\u0e94", - "\u0ea7\u0eb1\u0e99\u0e88\u0eb1\u0e99", - "\u0ea7\u0eb1\u0e99\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", - "\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94", - "\u0ea7\u0eb1\u0e99\u0e9e\u0eb0\u0eab\u0eb1\u0e94", - "\u0ea7\u0eb1\u0e99\u0eaa\u0eb8\u0e81", - "\u0ea7\u0eb1\u0e99\u0ec0\u0eaa\u0ebb\u0eb2" - ], - "ERANAMES": [ - "\u0e81\u0ec8\u0ead\u0e99\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94", - "\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94" - ], - "ERAS": [ - "\u0e81\u0ec8\u0ead\u0e99 \u0e84.\u0eaa.", - "\u0e84.\u0eaa." - ], - "FIRSTDAYOFWEEK": 6, - "MONTH": [ - "\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99", - "\u0e81\u0eb8\u0ea1\u0e9e\u0eb2", - "\u0ea1\u0eb5\u0e99\u0eb2", - "\u0ec0\u0ea1\u0eaa\u0eb2", - "\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2", - "\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2", - "\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94", - "\u0eaa\u0eb4\u0e87\u0eab\u0eb2", - "\u0e81\u0eb1\u0e99\u0e8d\u0eb2", - "\u0e95\u0eb8\u0ea5\u0eb2", - "\u0e9e\u0eb0\u0e88\u0eb4\u0e81", - "\u0e97\u0eb1\u0e99\u0ea7\u0eb2" - ], - "SHORTDAY": [ - "\u0ea7\u0eb1\u0e99\u0ead\u0eb2\u0e97\u0eb4\u0e94", - "\u0ea7\u0eb1\u0e99\u0e88\u0eb1\u0e99", - "\u0ea7\u0eb1\u0e99\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99", - "\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94", - "\u0ea7\u0eb1\u0e99\u0e9e\u0eb0\u0eab\u0eb1\u0e94", - "\u0ea7\u0eb1\u0e99\u0eaa\u0eb8\u0e81", - "\u0ea7\u0eb1\u0e99\u0ec0\u0eaa\u0ebb\u0eb2" - ], - "SHORTMONTH": [ - "\u0ea1.\u0e81.", - "\u0e81.\u0e9e.", - "\u0ea1.\u0e99.", - "\u0ea1.\u0eaa.", - "\u0e9e.\u0e9e.", - "\u0ea1\u0eb4.\u0e96.", - "\u0e81.\u0ea5.", - "\u0eaa.\u0eab.", - "\u0e81.\u0e8d.", - "\u0e95.\u0ea5.", - "\u0e9e.\u0e88.", - "\u0e97.\u0ea7." - ], - "STANDALONEMONTH": [ - "\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99", - "\u0e81\u0eb8\u0ea1\u0e9e\u0eb2", - "\u0ea1\u0eb5\u0e99\u0eb2", - "\u0ec0\u0ea1\u0eaa\u0eb2", - "\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2", - "\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2", - "\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94", - "\u0eaa\u0eb4\u0e87\u0eab\u0eb2", - "\u0e81\u0eb1\u0e99\u0e8d\u0eb2", - "\u0e95\u0eb8\u0ea5\u0eb2", - "\u0e9e\u0eb0\u0e88\u0eb4\u0e81", - "\u0e97\u0eb1\u0e99\u0ea7\u0eb2" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE \u0e97\u0eb5 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/y H:mm", - "shortDate": "d/M/y", - "shortTime": "H:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20ad", - "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": "lo", - "localeID": "lo", - "pluralCat": function(n, opt_precision) { return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lt-lt.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lt-lt.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lt-lt.js deleted file mode 100644 index cd4d0e9..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lt-lt.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "prie\u0161piet", - "popiet" - ], - "DAY": [ - "sekmadienis", - "pirmadienis", - "antradienis", - "tre\u010diadienis", - "ketvirtadienis", - "penktadienis", - "\u0161e\u0161tadienis" - ], - "ERANAMES": [ - "prie\u0161 Krist\u0173", - "po Kristaus" - ], - "ERAS": [ - "pr. Kr.", - "po Kr." - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "sausio", - "vasario", - "kovo", - "baland\u017eio", - "gegu\u017e\u0117s", - "bir\u017eelio", - "liepos", - "rugpj\u016b\u010dio", - "rugs\u0117jo", - "spalio", - "lapkri\u010dio", - "gruod\u017eio" - ], - "SHORTDAY": [ - "sk", - "pr", - "an", - "tr", - "kt", - "pn", - "\u0161t" - ], - "SHORTMONTH": [ - "saus.", - "vas.", - "kov.", - "bal.", - "geg.", - "bir\u017e.", - "liep.", - "rugp.", - "rugs.", - "spal.", - "lapkr.", - "gruod." - ], - "STANDALONEMONTH": [ - "sausis", - "vasaris", - "kovas", - "balandis", - "gegu\u017e\u0117", - "bir\u017eelis", - "liepa", - "rugpj\u016btis", - "rugs\u0117jis", - "spalis", - "lapkritis", - "gruodis" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "y 'm'. MMMM d 'd'., EEEE", - "longDate": "y 'm'. MMMM d 'd'.", - "medium": "y-MM-dd HH:mm:ss", - "mediumDate": "y-MM-dd", - "mediumTime": "HH:mm:ss", - "short": "y-MM-dd HH:mm", - "shortDate": "y-MM-dd", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20ac", - "DECIMAL_SEP": ",", - "GROUP_SEP": "\u00a0", - "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": "lt-lt", - "localeID": "lt_LT", - "pluralCat": function(n, opt_precision) { var vf = getVF(n, opt_precision); if (n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.ONE; } if (n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.FEW; } if (vf.f != 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lt.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lt.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lt.js deleted file mode 100644 index 24cb315..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lt.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "prie\u0161piet", - "popiet" - ], - "DAY": [ - "sekmadienis", - "pirmadienis", - "antradienis", - "tre\u010diadienis", - "ketvirtadienis", - "penktadienis", - "\u0161e\u0161tadienis" - ], - "ERANAMES": [ - "prie\u0161 Krist\u0173", - "po Kristaus" - ], - "ERAS": [ - "pr. Kr.", - "po Kr." - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "sausio", - "vasario", - "kovo", - "baland\u017eio", - "gegu\u017e\u0117s", - "bir\u017eelio", - "liepos", - "rugpj\u016b\u010dio", - "rugs\u0117jo", - "spalio", - "lapkri\u010dio", - "gruod\u017eio" - ], - "SHORTDAY": [ - "sk", - "pr", - "an", - "tr", - "kt", - "pn", - "\u0161t" - ], - "SHORTMONTH": [ - "saus.", - "vas.", - "kov.", - "bal.", - "geg.", - "bir\u017e.", - "liep.", - "rugp.", - "rugs.", - "spal.", - "lapkr.", - "gruod." - ], - "STANDALONEMONTH": [ - "sausis", - "vasaris", - "kovas", - "balandis", - "gegu\u017e\u0117", - "bir\u017eelis", - "liepa", - "rugpj\u016btis", - "rugs\u0117jis", - "spalis", - "lapkritis", - "gruodis" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "y 'm'. MMMM d 'd'., EEEE", - "longDate": "y 'm'. MMMM d 'd'.", - "medium": "y-MM-dd HH:mm:ss", - "mediumDate": "y-MM-dd", - "mediumTime": "HH:mm:ss", - "short": "y-MM-dd HH:mm", - "shortDate": "y-MM-dd", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20ac", - "DECIMAL_SEP": ",", - "GROUP_SEP": "\u00a0", - "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": "lt", - "localeID": "lt", - "pluralCat": function(n, opt_precision) { var vf = getVF(n, opt_precision); if (n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.ONE; } if (n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.FEW; } if (vf.f != 0) { return PLURAL_CATEGORY.MANY; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lu-cd.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lu-cd.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lu-cd.js deleted file mode 100644 index a274e9d..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lu-cd.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "Dinda", - "Dilolo" - ], - "DAY": [ - "Lumingu", - "Nkodya", - "Nd\u00e0ay\u00e0", - "Ndang\u00f9", - "Nj\u00f2wa", - "Ng\u00f2vya", - "Lubingu" - ], - "ERANAMES": [ - "Kumpala kwa Yezu Kli", - "Kunyima kwa Yezu Kli" - ], - "ERAS": [ - "kmp. Y.K.", - "kny. Y. K." - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "Ciongo", - "L\u00f9ishi", - "Lus\u00f2lo", - "M\u00f9uy\u00e0", - "Lum\u00f9ng\u00f9l\u00f9", - "Lufuimi", - "Kab\u00e0l\u00e0sh\u00ecp\u00f9", - "L\u00f9sh\u00eck\u00e0", - "Lutongolo", - "Lung\u00f9di", - "Kasw\u00e8k\u00e8s\u00e8", - "Cisw\u00e0" - ], - "SHORTDAY": [ - "Lum", - "Nko", - "Ndy", - "Ndg", - "Njw", - "Ngv", - "Lub" - ], - "SHORTMONTH": [ - "Cio", - "Lui", - "Lus", - "Muu", - "Lum", - "Luf", - "Kab", - "Lush", - "Lut", - "Lun", - "Kas", - "Cis" - ], - "STANDALONEMONTH": [ - "Ciongo", - "L\u00f9ishi", - "Lus\u00f2lo", - "M\u00f9uy\u00e0", - "Lum\u00f9ng\u00f9l\u00f9", - "Lufuimi", - "Kab\u00e0l\u00e0sh\u00ecp\u00f9", - "L\u00f9sh\u00eck\u00e0", - "Lutongolo", - "Lung\u00f9di", - "Kasw\u00e8k\u00e8s\u00e8", - "Cisw\u00e0" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE d MMMM y", - "longDate": "d MMMM y", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "d/M/y HH:mm", - "shortDate": "d/M/y", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "FrCD", - "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": "\u00a4", - "posPre": "", - "posSuf": "\u00a4" - } - ] - }, - "id": "lu-cd", - "localeID": "lu_CD", - "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lu.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lu.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lu.js deleted file mode 100644 index efbfd6a..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lu.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "Dinda", - "Dilolo" - ], - "DAY": [ - "Lumingu", - "Nkodya", - "Nd\u00e0ay\u00e0", - "Ndang\u00f9", - "Nj\u00f2wa", - "Ng\u00f2vya", - "Lubingu" - ], - "ERANAMES": [ - "Kumpala kwa Yezu Kli", - "Kunyima kwa Yezu Kli" - ], - "ERAS": [ - "kmp. Y.K.", - "kny. Y. K." - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "Ciongo", - "L\u00f9ishi", - "Lus\u00f2lo", - "M\u00f9uy\u00e0", - "Lum\u00f9ng\u00f9l\u00f9", - "Lufuimi", - "Kab\u00e0l\u00e0sh\u00ecp\u00f9", - "L\u00f9sh\u00eck\u00e0", - "Lutongolo", - "Lung\u00f9di", - "Kasw\u00e8k\u00e8s\u00e8", - "Cisw\u00e0" - ], - "SHORTDAY": [ - "Lum", - "Nko", - "Ndy", - "Ndg", - "Njw", - "Ngv", - "Lub" - ], - "SHORTMONTH": [ - "Cio", - "Lui", - "Lus", - "Muu", - "Lum", - "Luf", - "Kab", - "Lush", - "Lut", - "Lun", - "Kas", - "Cis" - ], - "STANDALONEMONTH": [ - "Ciongo", - "L\u00f9ishi", - "Lus\u00f2lo", - "M\u00f9uy\u00e0", - "Lum\u00f9ng\u00f9l\u00f9", - "Lufuimi", - "Kab\u00e0l\u00e0sh\u00ecp\u00f9", - "L\u00f9sh\u00eck\u00e0", - "Lutongolo", - "Lung\u00f9di", - "Kasw\u00e8k\u00e8s\u00e8", - "Cisw\u00e0" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE d MMMM y", - "longDate": "d MMMM y", - "medium": "d MMM y HH:mm:ss", - "mediumDate": "d MMM y", - "mediumTime": "HH:mm:ss", - "short": "d/M/y HH:mm", - "shortDate": "d/M/y", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "FrCD", - "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": "\u00a4", - "posPre": "", - "posSuf": "\u00a4" - } - ] - }, - "id": "lu", - "localeID": "lu", - "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luo-ke.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luo-ke.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luo-ke.js deleted file mode 100644 index 2bb386f..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luo-ke.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "OD", - "OT" - ], - "DAY": [ - "Jumapil", - "Wuok Tich", - "Tich Ariyo", - "Tich Adek", - "Tich Ang\u2019wen", - "Tich Abich", - "Ngeso" - ], - "ERANAMES": [ - "Kapok Kristo obiro", - "Ka Kristo osebiro" - ], - "ERAS": [ - "BC", - "AD" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "Dwe mar Achiel", - "Dwe mar Ariyo", - "Dwe mar Adek", - "Dwe mar Ang\u2019wen", - "Dwe mar Abich", - "Dwe mar Auchiel", - "Dwe mar Abiriyo", - "Dwe mar Aboro", - "Dwe mar Ochiko", - "Dwe mar Apar", - "Dwe mar gi achiel", - "Dwe mar Apar gi ariyo" - ], - "SHORTDAY": [ - "JMP", - "WUT", - "TAR", - "TAD", - "TAN", - "TAB", - "NGS" - ], - "SHORTMONTH": [ - "DAC", - "DAR", - "DAD", - "DAN", - "DAH", - "DAU", - "DAO", - "DAB", - "DOC", - "DAP", - "DGI", - "DAG" - ], - "STANDALONEMONTH": [ - "Dwe mar Achiel", - "Dwe mar Ariyo", - "Dwe mar Adek", - "Dwe mar Ang\u2019wen", - "Dwe mar Abich", - "Dwe mar Auchiel", - "Dwe mar Abiriyo", - "Dwe mar Aboro", - "Dwe mar Ochiko", - "Dwe mar Apar", - "Dwe mar gi achiel", - "Dwe mar Apar gi ariyo" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "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/y h:mm a", - "shortDate": "dd/MM/y", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "Ksh", - "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": "\u00a4", - "posPre": "", - "posSuf": "\u00a4" - } - ] - }, - "id": "luo-ke", - "localeID": "luo_KE", - "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luo.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luo.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luo.js deleted file mode 100644 index 8ca950b..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luo.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "OD", - "OT" - ], - "DAY": [ - "Jumapil", - "Wuok Tich", - "Tich Ariyo", - "Tich Adek", - "Tich Ang\u2019wen", - "Tich Abich", - "Ngeso" - ], - "ERANAMES": [ - "Kapok Kristo obiro", - "Ka Kristo osebiro" - ], - "ERAS": [ - "BC", - "AD" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "Dwe mar Achiel", - "Dwe mar Ariyo", - "Dwe mar Adek", - "Dwe mar Ang\u2019wen", - "Dwe mar Abich", - "Dwe mar Auchiel", - "Dwe mar Abiriyo", - "Dwe mar Aboro", - "Dwe mar Ochiko", - "Dwe mar Apar", - "Dwe mar gi achiel", - "Dwe mar Apar gi ariyo" - ], - "SHORTDAY": [ - "JMP", - "WUT", - "TAR", - "TAD", - "TAN", - "TAB", - "NGS" - ], - "SHORTMONTH": [ - "DAC", - "DAR", - "DAD", - "DAN", - "DAH", - "DAU", - "DAO", - "DAB", - "DOC", - "DAP", - "DGI", - "DAG" - ], - "STANDALONEMONTH": [ - "Dwe mar Achiel", - "Dwe mar Ariyo", - "Dwe mar Adek", - "Dwe mar Ang\u2019wen", - "Dwe mar Abich", - "Dwe mar Auchiel", - "Dwe mar Abiriyo", - "Dwe mar Aboro", - "Dwe mar Ochiko", - "Dwe mar Apar", - "Dwe mar gi achiel", - "Dwe mar Apar gi ariyo" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "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/y h:mm a", - "shortDate": "dd/MM/y", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "Ksh", - "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": "\u00a4", - "posPre": "", - "posSuf": "\u00a4" - } - ] - }, - "id": "luo", - "localeID": "luo", - "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luy-ke.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luy-ke.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luy-ke.js deleted file mode 100644 index 7747423..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luy-ke.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "a.m.", - "p.m." - ], - "DAY": [ - "Jumapiri", - "Jumatatu", - "Jumanne", - "Jumatano", - "Murwa wa Kanne", - "Murwa wa Katano", - "Jumamosi" - ], - "ERANAMES": [ - "Imberi ya Kuuza Kwa", - "Muhiga Kuvita Kuuza" - ], - "ERAS": [ - "BC", - "AD" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "Januari", - "Februari", - "Machi", - "Aprili", - "Mei", - "Juni", - "Julai", - "Agosti", - "Septemba", - "Oktoba", - "Novemba", - "Desemba" - ], - "SHORTDAY": [ - "J2", - "J3", - "J4", - "J5", - "Al", - "Ij", - "J1" - ], - "SHORTMONTH": [ - "Jan", - "Feb", - "Mar", - "Apr", - "Mei", - "Jun", - "Jul", - "Ago", - "Sep", - "Okt", - "Nov", - "Des" - ], - "STANDALONEMONTH": [ - "Januari", - "Februari", - "Machi", - "Aprili", - "Mei", - "Juni", - "Julai", - "Agosti", - "Septemba", - "Oktoba", - "Novemba", - "Desemba" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "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/y h:mm a", - "shortDate": "dd/MM/y", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "Ksh", - "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-\u00a0", - "negSuf": "", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "luy-ke", - "localeID": "luy_KE", - "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luy.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luy.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luy.js deleted file mode 100644 index 23a74ab..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_luy.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "a.m.", - "p.m." - ], - "DAY": [ - "Jumapiri", - "Jumatatu", - "Jumanne", - "Jumatano", - "Murwa wa Kanne", - "Murwa wa Katano", - "Jumamosi" - ], - "ERANAMES": [ - "Imberi ya Kuuza Kwa", - "Muhiga Kuvita Kuuza" - ], - "ERAS": [ - "BC", - "AD" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "Januari", - "Februari", - "Machi", - "Aprili", - "Mei", - "Juni", - "Julai", - "Agosti", - "Septemba", - "Oktoba", - "Novemba", - "Desemba" - ], - "SHORTDAY": [ - "J2", - "J3", - "J4", - "J5", - "Al", - "Ij", - "J1" - ], - "SHORTMONTH": [ - "Jan", - "Feb", - "Mar", - "Apr", - "Mei", - "Jun", - "Jul", - "Ago", - "Sep", - "Okt", - "Nov", - "Des" - ], - "STANDALONEMONTH": [ - "Januari", - "Februari", - "Machi", - "Aprili", - "Mei", - "Juni", - "Julai", - "Agosti", - "Septemba", - "Oktoba", - "Novemba", - "Desemba" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "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/y h:mm a", - "shortDate": "dd/MM/y", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "Ksh", - "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-\u00a0", - "negSuf": "", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "luy", - "localeID": "luy", - "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lv-lv.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lv-lv.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lv-lv.js deleted file mode 100644 index 55d42b4..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lv-lv.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "priek\u0161pusdien\u0101", - "p\u0113cpusdien\u0101" - ], - "DAY": [ - "sv\u0113tdiena", - "pirmdiena", - "otrdiena", - "tre\u0161diena", - "ceturtdiena", - "piektdiena", - "sestdiena" - ], - "ERANAMES": [ - "pirms m\u016bsu \u0113ras", - "m\u016bsu \u0113r\u0101" - ], - "ERAS": [ - "p.m.\u0113.", - "m.\u0113." - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "janv\u0101ris", - "febru\u0101ris", - "marts", - "apr\u012blis", - "maijs", - "j\u016bnijs", - "j\u016blijs", - "augusts", - "septembris", - "oktobris", - "novembris", - "decembris" - ], - "SHORTDAY": [ - "Sv", - "Pr", - "Ot", - "Tr", - "Ce", - "Pk", - "Se" - ], - "SHORTMONTH": [ - "janv.", - "febr.", - "marts", - "apr.", - "maijs", - "j\u016bn.", - "j\u016bl.", - "aug.", - "sept.", - "okt.", - "nov.", - "dec." - ], - "STANDALONEMONTH": [ - "Janv\u0101ris", - "Febru\u0101ris", - "Marts", - "Apr\u012blis", - "Maijs", - "J\u016bnijs", - "J\u016blijs", - "Augusts", - "Septembris", - "Oktobris", - "Novembris", - "Decembris" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE, y. 'gada' d. MMMM", - "longDate": "y. 'gada' d. MMMM", - "medium": "y. 'gada' d. MMM HH:mm:ss", - "mediumDate": "y. 'gada' d. MMM", - "mediumTime": "HH:mm:ss", - "short": "dd.MM.yy HH:mm", - "shortDate": "dd.MM.yy", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20ac", - "DECIMAL_SEP": ",", - "GROUP_SEP": "\u00a0", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 0, - "lgSize": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "-\u00a4", - "negSuf": "", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "lv-lv", - "localeID": "lv_LV", - "pluralCat": function(n, opt_precision) { var vf = getVF(n, opt_precision); if (n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19 || vf.v == 2 && vf.f % 100 >= 11 && vf.f % 100 <= 19) { return PLURAL_CATEGORY.ZERO; } if (n % 10 == 1 && n % 100 != 11 || vf.v == 2 && vf.f % 10 == 1 && vf.f % 100 != 11 || vf.v != 2 && vf.f % 10 == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lv.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lv.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lv.js deleted file mode 100644 index 5394baf..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_lv.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "priek\u0161pusdien\u0101", - "p\u0113cpusdien\u0101" - ], - "DAY": [ - "sv\u0113tdiena", - "pirmdiena", - "otrdiena", - "tre\u0161diena", - "ceturtdiena", - "piektdiena", - "sestdiena" - ], - "ERANAMES": [ - "pirms m\u016bsu \u0113ras", - "m\u016bsu \u0113r\u0101" - ], - "ERAS": [ - "p.m.\u0113.", - "m.\u0113." - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "janv\u0101ris", - "febru\u0101ris", - "marts", - "apr\u012blis", - "maijs", - "j\u016bnijs", - "j\u016blijs", - "augusts", - "septembris", - "oktobris", - "novembris", - "decembris" - ], - "SHORTDAY": [ - "Sv", - "Pr", - "Ot", - "Tr", - "Ce", - "Pk", - "Se" - ], - "SHORTMONTH": [ - "janv.", - "febr.", - "marts", - "apr.", - "maijs", - "j\u016bn.", - "j\u016bl.", - "aug.", - "sept.", - "okt.", - "nov.", - "dec." - ], - "STANDALONEMONTH": [ - "Janv\u0101ris", - "Febru\u0101ris", - "Marts", - "Apr\u012blis", - "Maijs", - "J\u016bnijs", - "J\u016blijs", - "Augusts", - "Septembris", - "Oktobris", - "Novembris", - "Decembris" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "fullDate": "EEEE, y. 'gada' d. MMMM", - "longDate": "y. 'gada' d. MMMM", - "medium": "y. 'gada' d. MMM HH:mm:ss", - "mediumDate": "y. 'gada' d. MMM", - "mediumTime": "HH:mm:ss", - "short": "dd.MM.yy HH:mm", - "shortDate": "dd.MM.yy", - "shortTime": "HH:mm" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "\u20ac", - "DECIMAL_SEP": ",", - "GROUP_SEP": "\u00a0", - "PATTERNS": [ - { - "gSize": 3, - "lgSize": 3, - "maxFrac": 3, - "minFrac": 0, - "minInt": 1, - "negPre": "-", - "negSuf": "", - "posPre": "", - "posSuf": "" - }, - { - "gSize": 0, - "lgSize": 0, - "maxFrac": 2, - "minFrac": 2, - "minInt": 1, - "negPre": "-\u00a4", - "negSuf": "", - "posPre": "\u00a4", - "posSuf": "" - } - ] - }, - "id": "lv", - "localeID": "lv", - "pluralCat": function(n, opt_precision) { var vf = getVF(n, opt_precision); if (n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19 || vf.v == 2 && vf.f % 100 >= 11 && vf.f % 100 <= 19) { return PLURAL_CATEGORY.ZERO; } if (n % 10 == 1 && n % 100 != 11 || vf.v == 2 && vf.f % 10 == 1 && vf.f % 100 != 11 || vf.v != 2 && vf.f % 10 == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_mas-ke.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_mas-ke.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_mas-ke.js deleted file mode 100644 index 4b5be41..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_mas-ke.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "\u0190nkak\u025bny\u00e1", - "\u0190nd\u00e1m\u00e2" - ], - "DAY": [ - "Jumap\u00edl\u00ed", - "Jumat\u00e1tu", - "Jumane", - "Jumat\u00e1n\u0254", - "Ala\u00e1misi", - "Jum\u00e1a", - "Jumam\u00f3si" - ], - "ERANAMES": [ - "Me\u00edn\u014d Y\u025b\u0301s\u0289", - "E\u00edn\u014d Y\u025b\u0301s\u0289" - ], - "ERAS": [ - "MY", - "EY" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "Oladal\u0289\u0301", - "Ar\u00e1t", - "\u0186\u025bn\u0268\u0301\u0254\u0268\u014b\u0254k", - "Olodoy\u00ed\u00f3r\u00ed\u00ea ink\u00f3k\u00fa\u00e2", - "Oloil\u00e9p\u016bny\u012b\u0113 ink\u00f3k\u00fa\u00e2", - "K\u00faj\u00fa\u0254r\u0254k", - "M\u00f3rus\u00e1sin", - "\u0186l\u0254\u0301\u0268\u0301b\u0254\u0301r\u00e1r\u025b", - "K\u00fash\u00een", - "Olg\u00edsan", - "P\u0289sh\u0289\u0301ka", - "Nt\u0289\u0301\u014b\u0289\u0301s" - ], - "SHORTDAY": [ - "Jpi", - "Jtt", - "Jnn", - "Jtn", - "Alh", - "Iju", - "Jmo" - ], - "SHORTMONTH": [ - "Dal", - "Ar\u00e1", - "\u0186\u025bn", - "Doy", - "L\u00e9p", - "Rok", - "S\u00e1s", - "B\u0254\u0301r", - "K\u00fas", - "G\u00eds", - "Sh\u0289\u0301", - "Nt\u0289\u0301" - ], - "STANDALONEMONTH": [ - "Oladal\u0289\u0301", - "Ar\u00e1t", - "\u0186\u025bn\u0268\u0301\u0254\u0268\u014b\u0254k", - "Olodoy\u00ed\u00f3r\u00ed\u00ea ink\u00f3k\u00fa\u00e2", - "Oloil\u00e9p\u016bny\u012b\u0113 ink\u00f3k\u00fa\u00e2", - "K\u00faj\u00fa\u0254r\u0254k", - "M\u00f3rus\u00e1sin", - "\u0186l\u0254\u0301\u0268\u0301b\u0254\u0301r\u00e1r\u025b", - "K\u00fash\u00een", - "Olg\u00edsan", - "P\u0289sh\u0289\u0301ka", - "Nt\u0289\u0301\u014b\u0289\u0301s" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "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/y h:mm a", - "shortDate": "dd/MM/y", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "Ksh", - "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": "mas-ke", - "localeID": "mas_KE", - "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]); http://git-wip-us.apache.org/repos/asf/struts/blob/7a350b02/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_mas-tz.js ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_mas-tz.js b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_mas-tz.js deleted file mode 100644 index bf88154..0000000 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_mas-tz.js +++ /dev/null @@ -1,143 +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"}; -function getDecimals(n) { - n = n + ''; - var i = n.indexOf('.'); - return (i == -1) ? 0 : n.length - i - 1; -} - -function getVF(n, opt_precision) { - var v = opt_precision; - - if (undefined === v) { - v = Math.min(getDecimals(n), 3); - } - - var base = Math.pow(10, v); - var f = ((n * base) | 0) % base; - return {v: v, f: f}; -} - -$provide.value("$locale", { - "DATETIME_FORMATS": { - "AMPMS": [ - "\u0190nkak\u025bny\u00e1", - "\u0190nd\u00e1m\u00e2" - ], - "DAY": [ - "Jumap\u00edl\u00ed", - "Jumat\u00e1tu", - "Jumane", - "Jumat\u00e1n\u0254", - "Ala\u00e1misi", - "Jum\u00e1a", - "Jumam\u00f3si" - ], - "ERANAMES": [ - "Me\u00edn\u014d Y\u025b\u0301s\u0289", - "E\u00edn\u014d Y\u025b\u0301s\u0289" - ], - "ERAS": [ - "MY", - "EY" - ], - "FIRSTDAYOFWEEK": 0, - "MONTH": [ - "Oladal\u0289\u0301", - "Ar\u00e1t", - "\u0186\u025bn\u0268\u0301\u0254\u0268\u014b\u0254k", - "Olodoy\u00ed\u00f3r\u00ed\u00ea ink\u00f3k\u00fa\u00e2", - "Oloil\u00e9p\u016bny\u012b\u0113 ink\u00f3k\u00fa\u00e2", - "K\u00faj\u00fa\u0254r\u0254k", - "M\u00f3rus\u00e1sin", - "\u0186l\u0254\u0301\u0268\u0301b\u0254\u0301r\u00e1r\u025b", - "K\u00fash\u00een", - "Olg\u00edsan", - "P\u0289sh\u0289\u0301ka", - "Nt\u0289\u0301\u014b\u0289\u0301s" - ], - "SHORTDAY": [ - "Jpi", - "Jtt", - "Jnn", - "Jtn", - "Alh", - "Iju", - "Jmo" - ], - "SHORTMONTH": [ - "Dal", - "Ar\u00e1", - "\u0186\u025bn", - "Doy", - "L\u00e9p", - "Rok", - "S\u00e1s", - "B\u0254\u0301r", - "K\u00fas", - "G\u00eds", - "Sh\u0289\u0301", - "Nt\u0289\u0301" - ], - "STANDALONEMONTH": [ - "Oladal\u0289\u0301", - "Ar\u00e1t", - "\u0186\u025bn\u0268\u0301\u0254\u0268\u014b\u0254k", - "Olodoy\u00ed\u00f3r\u00ed\u00ea ink\u00f3k\u00fa\u00e2", - "Oloil\u00e9p\u016bny\u012b\u0113 ink\u00f3k\u00fa\u00e2", - "K\u00faj\u00fa\u0254r\u0254k", - "M\u00f3rus\u00e1sin", - "\u0186l\u0254\u0301\u0268\u0301b\u0254\u0301r\u00e1r\u025b", - "K\u00fash\u00een", - "Olg\u00edsan", - "P\u0289sh\u0289\u0301ka", - "Nt\u0289\u0301\u014b\u0289\u0301s" - ], - "WEEKENDRANGE": [ - 5, - 6 - ], - "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/y h:mm a", - "shortDate": "dd/MM/y", - "shortTime": "h:mm a" - }, - "NUMBER_FORMATS": { - "CURRENCY_SYM": "TSh", - "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": "mas-tz", - "localeID": "mas_TZ", - "pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} -}); -}]);