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_gd.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gd.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gd.js
deleted file mode 100644
index e44083e..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gd.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": [
-      "m",
-      "f"
-    ],
-    "DAY": [
-      "DiD\u00f2mhnaich",
-      "DiLuain",
-      "DiM\u00e0irt",
-      "DiCiadain",
-      "DiarDaoin",
-      "DihAoine",
-      "DiSathairne"
-    ],
-    "ERANAMES": [
-      "Ro Chr\u00ecosta",
-      "An d\u00e8idh Chr\u00ecosta"
-    ],
-    "ERAS": [
-      "RC",
-      "AD"
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "dhen Fhaoilleach",
-      "dhen Ghearran",
-      "dhen Mh\u00e0rt",
-      "dhen Ghiblean",
-      "dhen Ch\u00e8itean",
-      "dhen \u00d2gmhios",
-      "dhen Iuchar",
-      "dhen L\u00f9nastal",
-      "dhen t-Sultain",
-      "dhen D\u00e0mhair",
-      "dhen t-Samhain",
-      "dhen D\u00f9bhlachd"
-    ],
-    "SHORTDAY": [
-      "DiD",
-      "DiL",
-      "DiM",
-      "DiC",
-      "Dia",
-      "Dih",
-      "DiS"
-    ],
-    "SHORTMONTH": [
-      "Faoi",
-      "Gearr",
-      "M\u00e0rt",
-      "Gibl",
-      "C\u00e8it",
-      "\u00d2gmh",
-      "Iuch",
-      "L\u00f9na",
-      "Sult",
-      "D\u00e0mh",
-      "Samh",
-      "D\u00f9bh"
-    ],
-    "STANDALONEMONTH": [
-      "Am Faoilleach",
-      "An Gearran",
-      "Am M\u00e0rt",
-      "An Giblean",
-      "An C\u00e8itean",
-      "An t-\u00d2gmhios",
-      "An t-Iuchar",
-      "An L\u00f9nastal",
-      "An t-Sultain",
-      "An D\u00e0mhair",
-      "An t-Samhain",
-      "An D\u00f9bhlachd"
-    ],
-    "WEEKENDRANGE": [
-      5,
-      6
-    ],
-    "fullDate": "EEEE, d'mh' MMMM y",
-    "longDate": "d'mh' MMMM y",
-    "medium": "d MMM y HH:mm:ss",
-    "mediumDate": "d MMM y",
-    "mediumTime": "HH:mm:ss",
-    "short": "dd/MM/y HH:mm",
-    "shortDate": "dd/MM/y",
-    "shortTime": "HH:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "\u00a3",
-    "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": "gd",
-  "localeID": "gd",
-  "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_gl-es.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gl-es.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gl-es.js
deleted file mode 100644
index 9c68a40..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gl-es.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": [
-      "domingo",
-      "luns",
-      "martes",
-      "m\u00e9rcores",
-      "xoves",
-      "venres",
-      "s\u00e1bado"
-    ],
-    "ERANAMES": [
-      "antes de Cristo",
-      "despois de Cristo"
-    ],
-    "ERAS": [
-      "a.C.",
-      "d.C."
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "xaneiro",
-      "febreiro",
-      "marzo",
-      "abril",
-      "maio",
-      "xu\u00f1o",
-      "xullo",
-      "agosto",
-      "setembro",
-      "outubro",
-      "novembro",
-      "decembro"
-    ],
-    "SHORTDAY": [
-      "dom",
-      "lun",
-      "mar",
-      "m\u00e9r",
-      "xov",
-      "ven",
-      "s\u00e1b"
-    ],
-    "SHORTMONTH": [
-      "xan",
-      "feb",
-      "mar",
-      "abr",
-      "mai",
-      "xu\u00f1",
-      "xul",
-      "ago",
-      "set",
-      "out",
-      "nov",
-      "dec"
-    ],
-    "STANDALONEMONTH": [
-      "Xaneiro",
-      "Febreiro",
-      "Marzo",
-      "Abril",
-      "Maio",
-      "Xu\u00f1o",
-      "Xullo",
-      "Agosto",
-      "Setembro",
-      "Outubro",
-      "Novembro",
-      "Decembro"
-    ],
-    "WEEKENDRANGE": [
-      5,
-      6
-    ],
-    "fullDate": "EEEE dd MMMM y",
-    "longDate": "dd MMMM y",
-    "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": "\u20ac",
-    "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": "gl-es",
-  "localeID": "gl_ES",
-  "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_gl.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gl.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gl.js
deleted file mode 100644
index 966ef01..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gl.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": [
-      "domingo",
-      "luns",
-      "martes",
-      "m\u00e9rcores",
-      "xoves",
-      "venres",
-      "s\u00e1bado"
-    ],
-    "ERANAMES": [
-      "antes de Cristo",
-      "despois de Cristo"
-    ],
-    "ERAS": [
-      "a.C.",
-      "d.C."
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "xaneiro",
-      "febreiro",
-      "marzo",
-      "abril",
-      "maio",
-      "xu\u00f1o",
-      "xullo",
-      "agosto",
-      "setembro",
-      "outubro",
-      "novembro",
-      "decembro"
-    ],
-    "SHORTDAY": [
-      "dom",
-      "lun",
-      "mar",
-      "m\u00e9r",
-      "xov",
-      "ven",
-      "s\u00e1b"
-    ],
-    "SHORTMONTH": [
-      "xan",
-      "feb",
-      "mar",
-      "abr",
-      "mai",
-      "xu\u00f1",
-      "xul",
-      "ago",
-      "set",
-      "out",
-      "nov",
-      "dec"
-    ],
-    "STANDALONEMONTH": [
-      "Xaneiro",
-      "Febreiro",
-      "Marzo",
-      "Abril",
-      "Maio",
-      "Xu\u00f1o",
-      "Xullo",
-      "Agosto",
-      "Setembro",
-      "Outubro",
-      "Novembro",
-      "Decembro"
-    ],
-    "WEEKENDRANGE": [
-      5,
-      6
-    ],
-    "fullDate": "EEEE dd MMMM y",
-    "longDate": "dd MMMM y",
-    "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": "\u20ac",
-    "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": "gl",
-  "localeID": "gl",
-  "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_gsw-ch.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw-ch.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw-ch.js
deleted file mode 100644
index bc494c8..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw-ch.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": [
-      "vorm.",
-      "nam."
-    ],
-    "DAY": [
-      "Sunntig",
-      "M\u00e4\u00e4ntig",
-      "Ziischtig",
-      "Mittwuch",
-      "Dunschtig",
-      "Friitig",
-      "Samschtig"
-    ],
-    "ERANAMES": [
-      "v. Chr.",
-      "n. Chr."
-    ],
-    "ERAS": [
-      "v. Chr.",
-      "n. Chr."
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Januar",
-      "Februar",
-      "M\u00e4rz",
-      "April",
-      "Mai",
-      "Juni",
-      "Juli",
-      "Auguscht",
-      "Sept\u00e4mber",
-      "Oktoober",
-      "Nov\u00e4mber",
-      "Dez\u00e4mber"
-    ],
-    "SHORTDAY": [
-      "Su.",
-      "M\u00e4.",
-      "Zi.",
-      "Mi.",
-      "Du.",
-      "Fr.",
-      "Sa."
-    ],
-    "SHORTMONTH": [
-      "Jan",
-      "Feb",
-      "M\u00e4r",
-      "Apr",
-      "Mai",
-      "Jun",
-      "Jul",
-      "Aug",
-      "Sep",
-      "Okt",
-      "Nov",
-      "Dez"
-    ],
-    "STANDALONEMONTH": [
-      "Januar",
-      "Februar",
-      "M\u00e4rz",
-      "April",
-      "Mai",
-      "Juni",
-      "Juli",
-      "Auguscht",
-      "Sept\u00e4mber",
-      "Oktoober",
-      "Nov\u00e4mber",
-      "Dez\u00e4mber"
-    ],
-    "WEEKENDRANGE": [
-      5,
-      6
-    ],
-    "fullDate": "EEEE, d. MMMM y",
-    "longDate": "d. MMMM y",
-    "medium": "dd.MM.y HH:mm:ss",
-    "mediumDate": "dd.MM.y",
-    "mediumTime": "HH:mm:ss",
-    "short": "dd.MM.yy HH:mm",
-    "shortDate": "dd.MM.yy",
-    "shortTime": "HH:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "CHF",
-    "DECIMAL_SEP": ".",
-    "GROUP_SEP": "\u2019",
-    "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": "gsw-ch",
-  "localeID": "gsw_CH",
-  "pluralCat": function(n, opt_precision) {  if (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_gsw-fr.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw-fr.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw-fr.js
deleted file mode 100644
index 253ae29..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw-fr.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": [
-      "vorm.",
-      "nam."
-    ],
-    "DAY": [
-      "Sunntig",
-      "M\u00e4\u00e4ntig",
-      "Ziischtig",
-      "Mittwuch",
-      "Dunschtig",
-      "Friitig",
-      "Samschtig"
-    ],
-    "ERANAMES": [
-      "v. Chr.",
-      "n. Chr."
-    ],
-    "ERAS": [
-      "v. Chr.",
-      "n. Chr."
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Januar",
-      "Februar",
-      "M\u00e4rz",
-      "April",
-      "Mai",
-      "Juni",
-      "Juli",
-      "Auguscht",
-      "Sept\u00e4mber",
-      "Oktoober",
-      "Nov\u00e4mber",
-      "Dez\u00e4mber"
-    ],
-    "SHORTDAY": [
-      "Su.",
-      "M\u00e4.",
-      "Zi.",
-      "Mi.",
-      "Du.",
-      "Fr.",
-      "Sa."
-    ],
-    "SHORTMONTH": [
-      "Jan",
-      "Feb",
-      "M\u00e4r",
-      "Apr",
-      "Mai",
-      "Jun",
-      "Jul",
-      "Aug",
-      "Sep",
-      "Okt",
-      "Nov",
-      "Dez"
-    ],
-    "STANDALONEMONTH": [
-      "Januar",
-      "Februar",
-      "M\u00e4rz",
-      "April",
-      "Mai",
-      "Juni",
-      "Juli",
-      "Auguscht",
-      "Sept\u00e4mber",
-      "Oktoober",
-      "Nov\u00e4mber",
-      "Dez\u00e4mber"
-    ],
-    "WEEKENDRANGE": [
-      5,
-      6
-    ],
-    "fullDate": "EEEE, d. MMMM y",
-    "longDate": "d. MMMM y",
-    "medium": "dd.MM.y HH:mm:ss",
-    "mediumDate": "dd.MM.y",
-    "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": "\u2019",
-    "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": "gsw-fr",
-  "localeID": "gsw_FR",
-  "pluralCat": function(n, opt_precision) {  if (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_gsw-li.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw-li.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw-li.js
deleted file mode 100644
index 615fafd..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw-li.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": [
-      "vorm.",
-      "nam."
-    ],
-    "DAY": [
-      "Sunntig",
-      "M\u00e4\u00e4ntig",
-      "Ziischtig",
-      "Mittwuch",
-      "Dunschtig",
-      "Friitig",
-      "Samschtig"
-    ],
-    "ERANAMES": [
-      "v. Chr.",
-      "n. Chr."
-    ],
-    "ERAS": [
-      "v. Chr.",
-      "n. Chr."
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Januar",
-      "Februar",
-      "M\u00e4rz",
-      "April",
-      "Mai",
-      "Juni",
-      "Juli",
-      "Auguscht",
-      "Sept\u00e4mber",
-      "Oktoober",
-      "Nov\u00e4mber",
-      "Dez\u00e4mber"
-    ],
-    "SHORTDAY": [
-      "Su.",
-      "M\u00e4.",
-      "Zi.",
-      "Mi.",
-      "Du.",
-      "Fr.",
-      "Sa."
-    ],
-    "SHORTMONTH": [
-      "Jan",
-      "Feb",
-      "M\u00e4r",
-      "Apr",
-      "Mai",
-      "Jun",
-      "Jul",
-      "Aug",
-      "Sep",
-      "Okt",
-      "Nov",
-      "Dez"
-    ],
-    "STANDALONEMONTH": [
-      "Januar",
-      "Februar",
-      "M\u00e4rz",
-      "April",
-      "Mai",
-      "Juni",
-      "Juli",
-      "Auguscht",
-      "Sept\u00e4mber",
-      "Oktoober",
-      "Nov\u00e4mber",
-      "Dez\u00e4mber"
-    ],
-    "WEEKENDRANGE": [
-      5,
-      6
-    ],
-    "fullDate": "EEEE, d. MMMM y",
-    "longDate": "d. MMMM y",
-    "medium": "dd.MM.y HH:mm:ss",
-    "mediumDate": "dd.MM.y",
-    "mediumTime": "HH:mm:ss",
-    "short": "dd.MM.yy HH:mm",
-    "shortDate": "dd.MM.yy",
-    "shortTime": "HH:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "CHF",
-    "DECIMAL_SEP": ".",
-    "GROUP_SEP": "\u2019",
-    "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": "gsw-li",
-  "localeID": "gsw_LI",
-  "pluralCat": function(n, opt_precision) {  if (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_gsw.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw.js
deleted file mode 100644
index 13c517d..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gsw.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": [
-      "vorm.",
-      "nam."
-    ],
-    "DAY": [
-      "Sunntig",
-      "M\u00e4\u00e4ntig",
-      "Ziischtig",
-      "Mittwuch",
-      "Dunschtig",
-      "Friitig",
-      "Samschtig"
-    ],
-    "ERANAMES": [
-      "v. Chr.",
-      "n. Chr."
-    ],
-    "ERAS": [
-      "v. Chr.",
-      "n. Chr."
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Januar",
-      "Februar",
-      "M\u00e4rz",
-      "April",
-      "Mai",
-      "Juni",
-      "Juli",
-      "Auguscht",
-      "Sept\u00e4mber",
-      "Oktoober",
-      "Nov\u00e4mber",
-      "Dez\u00e4mber"
-    ],
-    "SHORTDAY": [
-      "Su.",
-      "M\u00e4.",
-      "Zi.",
-      "Mi.",
-      "Du.",
-      "Fr.",
-      "Sa."
-    ],
-    "SHORTMONTH": [
-      "Jan",
-      "Feb",
-      "M\u00e4r",
-      "Apr",
-      "Mai",
-      "Jun",
-      "Jul",
-      "Aug",
-      "Sep",
-      "Okt",
-      "Nov",
-      "Dez"
-    ],
-    "STANDALONEMONTH": [
-      "Januar",
-      "Februar",
-      "M\u00e4rz",
-      "April",
-      "Mai",
-      "Juni",
-      "Juli",
-      "Auguscht",
-      "Sept\u00e4mber",
-      "Oktoober",
-      "Nov\u00e4mber",
-      "Dez\u00e4mber"
-    ],
-    "WEEKENDRANGE": [
-      5,
-      6
-    ],
-    "fullDate": "EEEE, d. MMMM y",
-    "longDate": "d. MMMM y",
-    "medium": "dd.MM.y HH:mm:ss",
-    "mediumDate": "dd.MM.y",
-    "mediumTime": "HH:mm:ss",
-    "short": "dd.MM.yy HH:mm",
-    "shortDate": "dd.MM.yy",
-    "shortTime": "HH:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "CHF",
-    "DECIMAL_SEP": ".",
-    "GROUP_SEP": "\u2019",
-    "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": "gsw",
-  "localeID": "gsw",
-  "pluralCat": function(n, opt_precision) {  if (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_gu-in.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gu-in.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gu-in.js
deleted file mode 100644
index ecc7a44..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gu-in.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": [
-      "AM",
-      "PM"
-    ],
-    "DAY": [
-      "\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0",
-      "\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0",
-      "\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0",
-      "\u0aac\u0ac1\u0aa7\u0ab5\u0abe\u0ab0",
-      "\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0",
-      "\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0",
-      "\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0"
-    ],
-    "ERANAMES": [
-      "\u0a88\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8 
\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7",
-      "\u0a87\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8"
-    ],
-    "ERAS": [
-      "\u0a88\u0ab8\u0ac1\u0aa8\u0abe \u0a9c\u0aa8\u0acd\u0aae 
\u0aaa\u0ab9\u0ac7\u0ab2\u0abe",
-      "\u0a87\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8"
-    ],
-    "FIRSTDAYOFWEEK": 6,
-    "MONTH": [
-      "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0",
-      "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0",
-      "\u0aae\u0abe\u0ab0\u0acd\u0a9a",
-      "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2",
-      "\u0aae\u0ac7",
-      "\u0a9c\u0ac2\u0aa8",
-      "\u0a9c\u0ac1\u0ab2\u0abe\u0a88",
-      "\u0a91\u0a97\u0ab8\u0acd\u0a9f",
-      "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0",
-      "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0",
-      "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0",
-      "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0"
-    ],
-    "SHORTDAY": [
-      "\u0ab0\u0ab5\u0abf",
-      "\u0ab8\u0acb\u0aae",
-      "\u0aae\u0a82\u0a97\u0ab3",
-      "\u0aac\u0ac1\u0aa7",
-      "\u0a97\u0ac1\u0ab0\u0ac1",
-      "\u0ab6\u0ac1\u0a95\u0acd\u0ab0",
-      "\u0ab6\u0aa8\u0abf"
-    ],
-    "SHORTMONTH": [
-      "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1",
-      "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1",
-      "\u0aae\u0abe\u0ab0\u0acd\u0a9a",
-      "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2",
-      "\u0aae\u0ac7",
-      "\u0a9c\u0ac2\u0aa8",
-      "\u0a9c\u0ac1\u0ab2\u0abe\u0a88",
-      "\u0a91\u0a97",
-      "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7",
-      "\u0a91\u0a95\u0acd\u0a9f\u0acb",
-      "\u0aa8\u0ab5\u0ac7",
-      "\u0aa1\u0abf\u0ab8\u0ac7"
-    ],
-    "STANDALONEMONTH": [
-      "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0",
-      "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0",
-      "\u0aae\u0abe\u0ab0\u0acd\u0a9a",
-      "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2",
-      "\u0aae\u0ac7",
-      "\u0a9c\u0ac2\u0aa8",
-      "\u0a9c\u0ac1\u0ab2\u0abe\u0a88",
-      "\u0a91\u0a97\u0ab8\u0acd\u0a9f",
-      "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0",
-      "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0",
-      "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0",
-      "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0"
-    ],
-    "WEEKENDRANGE": [
-      6,
-      6
-    ],
-    "fullDate": "EEEE, d MMMM, y",
-    "longDate": "d MMMM, y",
-    "medium": "d MMM, y hh:mm:ss a",
-    "mediumDate": "d MMM, y",
-    "mediumTime": "hh:mm:ss a",
-    "short": "d/M/yy hh:mm a",
-    "shortDate": "d/M/yy",
-    "shortTime": "hh:mm a"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "\u20b9",
-    "DECIMAL_SEP": ".",
-    "GROUP_SEP": ",",
-    "PATTERNS": [
-      {
-        "gSize": 2,
-        "lgSize": 3,
-        "maxFrac": 3,
-        "minFrac": 0,
-        "minInt": 1,
-        "negPre": "-",
-        "negSuf": "",
-        "posPre": "",
-        "posSuf": ""
-      },
-      {
-        "gSize": 2,
-        "lgSize": 3,
-        "maxFrac": 2,
-        "minFrac": 2,
-        "minInt": 1,
-        "negPre": "-\u00a4",
-        "negSuf": "",
-        "posPre": "\u00a4",
-        "posSuf": ""
-      }
-    ]
-  },
-  "id": "gu-in",
-  "localeID": "gu_IN",
-  "pluralCat": function(n, opt_precision) {  var i = n | 0;  if (i == 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_gu.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gu.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gu.js
deleted file mode 100644
index 3804acd..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gu.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": [
-      "AM",
-      "PM"
-    ],
-    "DAY": [
-      "\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0",
-      "\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0",
-      "\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0",
-      "\u0aac\u0ac1\u0aa7\u0ab5\u0abe\u0ab0",
-      "\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0",
-      "\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0",
-      "\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0"
-    ],
-    "ERANAMES": [
-      "\u0a88\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8 
\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7",
-      "\u0a87\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8"
-    ],
-    "ERAS": [
-      "\u0a88\u0ab8\u0ac1\u0aa8\u0abe \u0a9c\u0aa8\u0acd\u0aae 
\u0aaa\u0ab9\u0ac7\u0ab2\u0abe",
-      "\u0a87\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8"
-    ],
-    "FIRSTDAYOFWEEK": 6,
-    "MONTH": [
-      "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0",
-      "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0",
-      "\u0aae\u0abe\u0ab0\u0acd\u0a9a",
-      "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2",
-      "\u0aae\u0ac7",
-      "\u0a9c\u0ac2\u0aa8",
-      "\u0a9c\u0ac1\u0ab2\u0abe\u0a88",
-      "\u0a91\u0a97\u0ab8\u0acd\u0a9f",
-      "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0",
-      "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0",
-      "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0",
-      "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0"
-    ],
-    "SHORTDAY": [
-      "\u0ab0\u0ab5\u0abf",
-      "\u0ab8\u0acb\u0aae",
-      "\u0aae\u0a82\u0a97\u0ab3",
-      "\u0aac\u0ac1\u0aa7",
-      "\u0a97\u0ac1\u0ab0\u0ac1",
-      "\u0ab6\u0ac1\u0a95\u0acd\u0ab0",
-      "\u0ab6\u0aa8\u0abf"
-    ],
-    "SHORTMONTH": [
-      "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1",
-      "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1",
-      "\u0aae\u0abe\u0ab0\u0acd\u0a9a",
-      "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2",
-      "\u0aae\u0ac7",
-      "\u0a9c\u0ac2\u0aa8",
-      "\u0a9c\u0ac1\u0ab2\u0abe\u0a88",
-      "\u0a91\u0a97",
-      "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7",
-      "\u0a91\u0a95\u0acd\u0a9f\u0acb",
-      "\u0aa8\u0ab5\u0ac7",
-      "\u0aa1\u0abf\u0ab8\u0ac7"
-    ],
-    "STANDALONEMONTH": [
-      "\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0",
-      "\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0",
-      "\u0aae\u0abe\u0ab0\u0acd\u0a9a",
-      "\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2",
-      "\u0aae\u0ac7",
-      "\u0a9c\u0ac2\u0aa8",
-      "\u0a9c\u0ac1\u0ab2\u0abe\u0a88",
-      "\u0a91\u0a97\u0ab8\u0acd\u0a9f",
-      "\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0",
-      "\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0",
-      "\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0",
-      "\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0"
-    ],
-    "WEEKENDRANGE": [
-      6,
-      6
-    ],
-    "fullDate": "EEEE, d MMMM, y",
-    "longDate": "d MMMM, y",
-    "medium": "d MMM, y hh:mm:ss a",
-    "mediumDate": "d MMM, y",
-    "mediumTime": "hh:mm:ss a",
-    "short": "d/M/yy hh:mm a",
-    "shortDate": "d/M/yy",
-    "shortTime": "hh:mm a"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "\u20b9",
-    "DECIMAL_SEP": ".",
-    "GROUP_SEP": ",",
-    "PATTERNS": [
-      {
-        "gSize": 2,
-        "lgSize": 3,
-        "maxFrac": 3,
-        "minFrac": 0,
-        "minInt": 1,
-        "negPre": "-",
-        "negSuf": "",
-        "posPre": "",
-        "posSuf": ""
-      },
-      {
-        "gSize": 2,
-        "lgSize": 3,
-        "maxFrac": 2,
-        "minFrac": 2,
-        "minInt": 1,
-        "negPre": "-\u00a4",
-        "negSuf": "",
-        "posPre": "\u00a4",
-        "posSuf": ""
-      }
-    ]
-  },
-  "id": "gu",
-  "localeID": "gu",
-  "pluralCat": function(n, opt_precision) {  var i = n | 0;  if (i == 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_guz-ke.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_guz-ke.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_guz-ke.js
deleted file mode 100644
index 67ed8c6..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_guz-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": [
-      "Ma/Mo",
-      "Mambia/Mog"
-    ],
-    "DAY": [
-      "Chumapiri",
-      "Chumatato",
-      "Chumaine",
-      "Chumatano",
-      "Aramisi",
-      "Ichuma",
-      "Esabato"
-    ],
-    "ERANAMES": [
-      "Yeso ataiborwa",
-      "Yeso kaiboirwe"
-    ],
-    "ERAS": [
-      "YA",
-      "YK"
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Chanuari",
-      "Feburari",
-      "Machi",
-      "Apiriri",
-      "Mei",
-      "Juni",
-      "Chulai",
-      "Agosti",
-      "Septemba",
-      "Okitoba",
-      "Nobemba",
-      "Disemba"
-    ],
-    "SHORTDAY": [
-      "Cpr",
-      "Ctt",
-      "Cmn",
-      "Cmt",
-      "Ars",
-      "Icm",
-      "Est"
-    ],
-    "SHORTMONTH": [
-      "Can",
-      "Feb",
-      "Mac",
-      "Apr",
-      "Mei",
-      "Jun",
-      "Cul",
-      "Agt",
-      "Sep",
-      "Okt",
-      "Nob",
-      "Dis"
-    ],
-    "STANDALONEMONTH": [
-      "Chanuari",
-      "Feburari",
-      "Machi",
-      "Apiriri",
-      "Mei",
-      "Juni",
-      "Chulai",
-      "Agosti",
-      "Septemba",
-      "Okitoba",
-      "Nobemba",
-      "Disemba"
-    ],
-    "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": "guz-ke",
-  "localeID": "guz_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_guz.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_guz.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_guz.js
deleted file mode 100644
index 8c2b1e6..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_guz.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": [
-      "Ma/Mo",
-      "Mambia/Mog"
-    ],
-    "DAY": [
-      "Chumapiri",
-      "Chumatato",
-      "Chumaine",
-      "Chumatano",
-      "Aramisi",
-      "Ichuma",
-      "Esabato"
-    ],
-    "ERANAMES": [
-      "Yeso ataiborwa",
-      "Yeso kaiboirwe"
-    ],
-    "ERAS": [
-      "YA",
-      "YK"
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Chanuari",
-      "Feburari",
-      "Machi",
-      "Apiriri",
-      "Mei",
-      "Juni",
-      "Chulai",
-      "Agosti",
-      "Septemba",
-      "Okitoba",
-      "Nobemba",
-      "Disemba"
-    ],
-    "SHORTDAY": [
-      "Cpr",
-      "Ctt",
-      "Cmn",
-      "Cmt",
-      "Ars",
-      "Icm",
-      "Est"
-    ],
-    "SHORTMONTH": [
-      "Can",
-      "Feb",
-      "Mac",
-      "Apr",
-      "Mei",
-      "Jun",
-      "Cul",
-      "Agt",
-      "Sep",
-      "Okt",
-      "Nob",
-      "Dis"
-    ],
-    "STANDALONEMONTH": [
-      "Chanuari",
-      "Feburari",
-      "Machi",
-      "Apiriri",
-      "Mei",
-      "Juni",
-      "Chulai",
-      "Agosti",
-      "Septemba",
-      "Okitoba",
-      "Nobemba",
-      "Disemba"
-    ],
-    "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": "guz",
-  "localeID": "guz",
-  "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_gv-im.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gv-im.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gv-im.js
deleted file mode 100644
index 9c38f7a..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gv-im.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": [
-      "Jedoonee",
-      "Jelhein",
-      "Jemayrt",
-      "Jercean",
-      "Jerdein",
-      "Jeheiney",
-      "Jesarn"
-    ],
-    "ERANAMES": [
-      "RC",
-      "AD"
-    ],
-    "ERAS": [
-      "RC",
-      "AD"
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Jerrey-geuree",
-      "Toshiaght-arree",
-      "Mayrnt",
-      "Averil",
-      "Boaldyn",
-      "Mean-souree",
-      "Jerrey-souree",
-      "Luanistyn",
-      "Mean-fouyir",
-      "Jerrey-fouyir",
-      "Mee Houney",
-      "Mee ny Nollick"
-    ],
-    "SHORTDAY": [
-      "Jed",
-      "Jel",
-      "Jem",
-      "Jerc",
-      "Jerd",
-      "Jeh",
-      "Jes"
-    ],
-    "SHORTMONTH": [
-      "J-guer",
-      "T-arree",
-      "Mayrnt",
-      "Avrril",
-      "Boaldyn",
-      "M-souree",
-      "J-souree",
-      "Luanistyn",
-      "M-fouyir",
-      "J-fouyir",
-      "M.Houney",
-      "M.Nollick"
-    ],
-    "STANDALONEMONTH": [
-      "Jerrey-geuree",
-      "Toshiaght-arree",
-      "Mayrnt",
-      "Averil",
-      "Boaldyn",
-      "Mean-souree",
-      "Jerrey-souree",
-      "Luanistyn",
-      "Mean-fouyir",
-      "Jerrey-fouyir",
-      "Mee Houney",
-      "Mee ny Nollick"
-    ],
-    "WEEKENDRANGE": [
-      5,
-      6
-    ],
-    "fullDate": "EEEE dd MMMM y",
-    "longDate": "dd MMMM y",
-    "medium": "MMM dd, y HH:mm:ss",
-    "mediumDate": "MMM dd, y",
-    "mediumTime": "HH:mm:ss",
-    "short": "dd/MM/yy HH:mm",
-    "shortDate": "dd/MM/yy",
-    "shortTime": "HH:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "\u00a3",
-    "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": "gv-im",
-  "localeID": "gv_IM",
-  "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_gv.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gv.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gv.js
deleted file mode 100644
index fefc641..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_gv.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": [
-      "Jedoonee",
-      "Jelhein",
-      "Jemayrt",
-      "Jercean",
-      "Jerdein",
-      "Jeheiney",
-      "Jesarn"
-    ],
-    "ERANAMES": [
-      "RC",
-      "AD"
-    ],
-    "ERAS": [
-      "RC",
-      "AD"
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Jerrey-geuree",
-      "Toshiaght-arree",
-      "Mayrnt",
-      "Averil",
-      "Boaldyn",
-      "Mean-souree",
-      "Jerrey-souree",
-      "Luanistyn",
-      "Mean-fouyir",
-      "Jerrey-fouyir",
-      "Mee Houney",
-      "Mee ny Nollick"
-    ],
-    "SHORTDAY": [
-      "Jed",
-      "Jel",
-      "Jem",
-      "Jerc",
-      "Jerd",
-      "Jeh",
-      "Jes"
-    ],
-    "SHORTMONTH": [
-      "J-guer",
-      "T-arree",
-      "Mayrnt",
-      "Avrril",
-      "Boaldyn",
-      "M-souree",
-      "J-souree",
-      "Luanistyn",
-      "M-fouyir",
-      "J-fouyir",
-      "M.Houney",
-      "M.Nollick"
-    ],
-    "STANDALONEMONTH": [
-      "Jerrey-geuree",
-      "Toshiaght-arree",
-      "Mayrnt",
-      "Averil",
-      "Boaldyn",
-      "Mean-souree",
-      "Jerrey-souree",
-      "Luanistyn",
-      "Mean-fouyir",
-      "Jerrey-fouyir",
-      "Mee Houney",
-      "Mee ny Nollick"
-    ],
-    "WEEKENDRANGE": [
-      5,
-      6
-    ],
-    "fullDate": "EEEE dd MMMM y",
-    "longDate": "dd MMMM y",
-    "medium": "MMM dd, y HH:mm:ss",
-    "mediumDate": "MMM dd, y",
-    "mediumTime": "HH:mm:ss",
-    "short": "dd/MM/yy HH:mm",
-    "shortDate": "dd/MM/yy",
-    "shortTime": "HH:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "\u00a3",
-    "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": "gv",
-  "localeID": "gv",
-  "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_ha-latn-gh.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn-gh.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn-gh.js
deleted file mode 100644
index 61edae7..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn-gh.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": [
-      "Lahadi",
-      "Litinin",
-      "Talata",
-      "Laraba",
-      "Alhamis",
-      "Jumma\u02bca",
-      "Asabar"
-    ],
-    "ERANAMES": [
-      "Kafin haihuwar annab",
-      "Bayan haihuwar annab"
-    ],
-    "ERAS": [
-      "KHAI",
-      "BHAI"
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Janairu",
-      "Faburairu",
-      "Maris",
-      "Afirilu",
-      "Mayu",
-      "Yuni",
-      "Yuli",
-      "Agusta",
-      "Satumba",
-      "Oktoba",
-      "Nuwamba",
-      "Disamba"
-    ],
-    "SHORTDAY": [
-      "Lh",
-      "Li",
-      "Ta",
-      "Lr",
-      "Al",
-      "Ju",
-      "As"
-    ],
-    "SHORTMONTH": [
-      "Jan",
-      "Fab",
-      "Mar",
-      "Afi",
-      "May",
-      "Yun",
-      "Yul",
-      "Agu",
-      "Sat",
-      "Okt",
-      "Nuw",
-      "Dis"
-    ],
-    "STANDALONEMONTH": [
-      "Janairu",
-      "Faburairu",
-      "Maris",
-      "Afirilu",
-      "Mayu",
-      "Yuni",
-      "Yuli",
-      "Agusta",
-      "Satumba",
-      "Oktoba",
-      "Nuwamba",
-      "Disamba"
-    ],
-    "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/yy HH:mm",
-    "shortDate": "d/M/yy",
-    "shortTime": "HH:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "GHS",
-    "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": "ha-latn-gh",
-  "localeID": "ha_Latn_GH",
-  "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_ha-latn-ne.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn-ne.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn-ne.js
deleted file mode 100644
index 05debb8..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn-ne.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": [
-      "Lahadi",
-      "Litinin",
-      "Talata",
-      "Laraba",
-      "Alhamis",
-      "Jumma\u02bca",
-      "Asabar"
-    ],
-    "ERANAMES": [
-      "Kafin haihuwar annab",
-      "Bayan haihuwar annab"
-    ],
-    "ERAS": [
-      "KHAI",
-      "BHAI"
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Janairu",
-      "Faburairu",
-      "Maris",
-      "Afirilu",
-      "Mayu",
-      "Yuni",
-      "Yuli",
-      "Agusta",
-      "Satumba",
-      "Oktoba",
-      "Nuwamba",
-      "Disamba"
-    ],
-    "SHORTDAY": [
-      "Lh",
-      "Li",
-      "Ta",
-      "Lr",
-      "Al",
-      "Ju",
-      "As"
-    ],
-    "SHORTMONTH": [
-      "Jan",
-      "Fab",
-      "Mar",
-      "Afi",
-      "May",
-      "Yun",
-      "Yul",
-      "Agu",
-      "Sat",
-      "Okt",
-      "Nuw",
-      "Dis"
-    ],
-    "STANDALONEMONTH": [
-      "Janairu",
-      "Faburairu",
-      "Maris",
-      "Afirilu",
-      "Mayu",
-      "Yuni",
-      "Yuli",
-      "Agusta",
-      "Satumba",
-      "Oktoba",
-      "Nuwamba",
-      "Disamba"
-    ],
-    "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/yy HH:mm",
-    "shortDate": "d/M/yy",
-    "shortTime": "HH:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "CFA",
-    "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": "ha-latn-ne",
-  "localeID": "ha_Latn_NE",
-  "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_ha-latn-ng.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn-ng.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn-ng.js
deleted file mode 100644
index 2839708..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn-ng.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": [
-      "Lahadi",
-      "Litinin",
-      "Talata",
-      "Laraba",
-      "Alhamis",
-      "Jumma\u02bca",
-      "Asabar"
-    ],
-    "ERANAMES": [
-      "Kafin haihuwar annab",
-      "Bayan haihuwar annab"
-    ],
-    "ERAS": [
-      "KHAI",
-      "BHAI"
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Janairu",
-      "Faburairu",
-      "Maris",
-      "Afirilu",
-      "Mayu",
-      "Yuni",
-      "Yuli",
-      "Agusta",
-      "Satumba",
-      "Oktoba",
-      "Nuwamba",
-      "Disamba"
-    ],
-    "SHORTDAY": [
-      "Lh",
-      "Li",
-      "Ta",
-      "Lr",
-      "Al",
-      "Ju",
-      "As"
-    ],
-    "SHORTMONTH": [
-      "Jan",
-      "Fab",
-      "Mar",
-      "Afi",
-      "May",
-      "Yun",
-      "Yul",
-      "Agu",
-      "Sat",
-      "Okt",
-      "Nuw",
-      "Dis"
-    ],
-    "STANDALONEMONTH": [
-      "Janairu",
-      "Faburairu",
-      "Maris",
-      "Afirilu",
-      "Mayu",
-      "Yuni",
-      "Yuli",
-      "Agusta",
-      "Satumba",
-      "Oktoba",
-      "Nuwamba",
-      "Disamba"
-    ],
-    "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/yy HH:mm",
-    "shortDate": "d/M/yy",
-    "shortTime": "HH:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "\u20a6",
-    "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": "ha-latn-ng",
-  "localeID": "ha_Latn_NG",
-  "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_ha-latn.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn.js
deleted file mode 100644
index 92666a2..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha-latn.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": [
-      "Lahadi",
-      "Litinin",
-      "Talata",
-      "Laraba",
-      "Alhamis",
-      "Jumma\u02bca",
-      "Asabar"
-    ],
-    "ERANAMES": [
-      "Kafin haihuwar annab",
-      "Bayan haihuwar annab"
-    ],
-    "ERAS": [
-      "KHAI",
-      "BHAI"
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Janairu",
-      "Faburairu",
-      "Maris",
-      "Afirilu",
-      "Mayu",
-      "Yuni",
-      "Yuli",
-      "Agusta",
-      "Satumba",
-      "Oktoba",
-      "Nuwamba",
-      "Disamba"
-    ],
-    "SHORTDAY": [
-      "Lh",
-      "Li",
-      "Ta",
-      "Lr",
-      "Al",
-      "Ju",
-      "As"
-    ],
-    "SHORTMONTH": [
-      "Jan",
-      "Fab",
-      "Mar",
-      "Afi",
-      "May",
-      "Yun",
-      "Yul",
-      "Agu",
-      "Sat",
-      "Okt",
-      "Nuw",
-      "Dis"
-    ],
-    "STANDALONEMONTH": [
-      "Janairu",
-      "Faburairu",
-      "Maris",
-      "Afirilu",
-      "Mayu",
-      "Yuni",
-      "Yuli",
-      "Agusta",
-      "Satumba",
-      "Oktoba",
-      "Nuwamba",
-      "Disamba"
-    ],
-    "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/yy HH:mm",
-    "shortDate": "d/M/yy",
-    "shortTime": "HH:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "\u20a6",
-    "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": "ha-latn",
-  "localeID": "ha_Latn",
-  "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_ha.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha.js
deleted file mode 100644
index 1550a07..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_ha.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": [
-      "Lahadi",
-      "Litinin",
-      "Talata",
-      "Laraba",
-      "Alhamis",
-      "Jumma\u02bca",
-      "Asabar"
-    ],
-    "ERANAMES": [
-      "Kafin haihuwar annab",
-      "Bayan haihuwar annab"
-    ],
-    "ERAS": [
-      "KHAI",
-      "BHAI"
-    ],
-    "FIRSTDAYOFWEEK": 0,
-    "MONTH": [
-      "Janairu",
-      "Faburairu",
-      "Maris",
-      "Afirilu",
-      "Mayu",
-      "Yuni",
-      "Yuli",
-      "Agusta",
-      "Satumba",
-      "Oktoba",
-      "Nuwamba",
-      "Disamba"
-    ],
-    "SHORTDAY": [
-      "Lh",
-      "Li",
-      "Ta",
-      "Lr",
-      "Al",
-      "Ju",
-      "As"
-    ],
-    "SHORTMONTH": [
-      "Jan",
-      "Fab",
-      "Mar",
-      "Afi",
-      "May",
-      "Yun",
-      "Yul",
-      "Agu",
-      "Sat",
-      "Okt",
-      "Nuw",
-      "Dis"
-    ],
-    "STANDALONEMONTH": [
-      "Janairu",
-      "Faburairu",
-      "Maris",
-      "Afirilu",
-      "Mayu",
-      "Yuni",
-      "Yuli",
-      "Agusta",
-      "Satumba",
-      "Oktoba",
-      "Nuwamba",
-      "Disamba"
-    ],
-    "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/yy HH:mm",
-    "shortDate": "d/M/yy",
-    "shortTime": "HH:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "\u20a6",
-    "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": "ha",
-  "localeID": "ha",
-  "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_haw-us.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_haw-us.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_haw-us.js
deleted file mode 100644
index 2dab59b..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_haw-us.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": [
-      "AM",
-      "PM"
-    ],
-    "DAY": [
-      "L\u0101pule",
-      "Po\u02bbakahi",
-      "Po\u02bbalua",
-      "Po\u02bbakolu",
-      "Po\u02bbah\u0101",
-      "Po\u02bbalima",
-      "Po\u02bbaono"
-    ],
-    "ERANAMES": [
-      "BCE",
-      "CE"
-    ],
-    "ERAS": [
-      "BCE",
-      "CE"
-    ],
-    "FIRSTDAYOFWEEK": 6,
-    "MONTH": [
-      "Ianuali",
-      "Pepeluali",
-      "Malaki",
-      "\u02bbApelila",
-      "Mei",
-      "Iune",
-      "Iulai",
-      "\u02bbAukake",
-      "Kepakemapa",
-      "\u02bbOkakopa",
-      "Nowemapa",
-      "Kekemapa"
-    ],
-    "SHORTDAY": [
-      "LP",
-      "P1",
-      "P2",
-      "P3",
-      "P4",
-      "P5",
-      "P6"
-    ],
-    "SHORTMONTH": [
-      "Ian.",
-      "Pep.",
-      "Mal.",
-      "\u02bbAp.",
-      "Mei",
-      "Iun.",
-      "Iul.",
-      "\u02bbAu.",
-      "Kep.",
-      "\u02bbOk.",
-      "Now.",
-      "Kek."
-    ],
-    "STANDALONEMONTH": [
-      "Ianuali",
-      "Pepeluali",
-      "Malaki",
-      "\u02bbApelila",
-      "Mei",
-      "Iune",
-      "Iulai",
-      "\u02bbAukake",
-      "Kepakemapa",
-      "\u02bbOkakopa",
-      "Nowemapa",
-      "Kekemapa"
-    ],
-    "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": "d/M/yy h:mm a",
-    "shortDate": "d/M/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",
-        "negSuf": "",
-        "posPre": "\u00a4",
-        "posSuf": ""
-      }
-    ]
-  },
-  "id": "haw-us",
-  "localeID": "haw_US",
-  "pluralCat": function(n, opt_precision) {  if (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_haw.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_haw.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_haw.js
deleted file mode 100644
index c1cd77e..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_haw.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": [
-      "AM",
-      "PM"
-    ],
-    "DAY": [
-      "L\u0101pule",
-      "Po\u02bbakahi",
-      "Po\u02bbalua",
-      "Po\u02bbakolu",
-      "Po\u02bbah\u0101",
-      "Po\u02bbalima",
-      "Po\u02bbaono"
-    ],
-    "ERANAMES": [
-      "BCE",
-      "CE"
-    ],
-    "ERAS": [
-      "BCE",
-      "CE"
-    ],
-    "FIRSTDAYOFWEEK": 6,
-    "MONTH": [
-      "Ianuali",
-      "Pepeluali",
-      "Malaki",
-      "\u02bbApelila",
-      "Mei",
-      "Iune",
-      "Iulai",
-      "\u02bbAukake",
-      "Kepakemapa",
-      "\u02bbOkakopa",
-      "Nowemapa",
-      "Kekemapa"
-    ],
-    "SHORTDAY": [
-      "LP",
-      "P1",
-      "P2",
-      "P3",
-      "P4",
-      "P5",
-      "P6"
-    ],
-    "SHORTMONTH": [
-      "Ian.",
-      "Pep.",
-      "Mal.",
-      "\u02bbAp.",
-      "Mei",
-      "Iun.",
-      "Iul.",
-      "\u02bbAu.",
-      "Kep.",
-      "\u02bbOk.",
-      "Now.",
-      "Kek."
-    ],
-    "STANDALONEMONTH": [
-      "Ianuali",
-      "Pepeluali",
-      "Malaki",
-      "\u02bbApelila",
-      "Mei",
-      "Iune",
-      "Iulai",
-      "\u02bbAukake",
-      "Kepakemapa",
-      "\u02bbOkakopa",
-      "Nowemapa",
-      "Kekemapa"
-    ],
-    "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": "d/M/yy h:mm a",
-    "shortDate": "d/M/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",
-        "negSuf": "",
-        "posPre": "\u00a4",
-        "posSuf": ""
-      }
-    ]
-  },
-  "id": "haw",
-  "localeID": "haw",
-  "pluralCat": function(n, opt_precision) {  if (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_he-il.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_he-il.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_he-il.js
deleted file mode 100644
index df764ad..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_he-il.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": [
-      "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6",
-      "\u05d0\u05d7\u05d4\u05f4\u05e6"
-    ],
-    "DAY": [
-      "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df",
-      "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9",
-      "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9",
-      "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9",
-      "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9",
-      "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9",
-      "\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea"
-    ],
-    "ERANAMES": [
-      "\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e1\u05e4\u05d9\u05e8\u05d4",
-      "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"
-    ],
-    "ERAS": [
-      "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1",
-      "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"
-    ],
-    "FIRSTDAYOFWEEK": 6,
-    "MONTH": [
-      "\u05d9\u05e0\u05d5\u05d0\u05e8",
-      "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8",
-      "\u05de\u05e8\u05e5",
-      "\u05d0\u05e4\u05e8\u05d9\u05dc",
-      "\u05de\u05d0\u05d9",
-      "\u05d9\u05d5\u05e0\u05d9",
-      "\u05d9\u05d5\u05dc\u05d9",
-      "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8",
-      "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8",
-      "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8",
-      "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8",
-      "\u05d3\u05e6\u05de\u05d1\u05e8"
-    ],
-    "SHORTDAY": [
-      "\u05d9\u05d5\u05dd \u05d0\u05f3",
-      "\u05d9\u05d5\u05dd \u05d1\u05f3",
-      "\u05d9\u05d5\u05dd \u05d2\u05f3",
-      "\u05d9\u05d5\u05dd \u05d3\u05f3",
-      "\u05d9\u05d5\u05dd \u05d4\u05f3",
-      "\u05d9\u05d5\u05dd \u05d5\u05f3",
-      "\u05e9\u05d1\u05ea"
-    ],
-    "SHORTMONTH": [
-      "\u05d9\u05e0\u05d5\u05f3",
-      "\u05e4\u05d1\u05e8\u05f3",
-      "\u05de\u05e8\u05e5",
-      "\u05d0\u05e4\u05e8\u05f3",
-      "\u05de\u05d0\u05d9",
-      "\u05d9\u05d5\u05e0\u05d9",
-      "\u05d9\u05d5\u05dc\u05d9",
-      "\u05d0\u05d5\u05d2\u05f3",
-      "\u05e1\u05e4\u05d8\u05f3",
-      "\u05d0\u05d5\u05e7\u05f3",
-      "\u05e0\u05d5\u05d1\u05f3",
-      "\u05d3\u05e6\u05de\u05f3"
-    ],
-    "STANDALONEMONTH": [
-      "\u05d9\u05e0\u05d5\u05d0\u05e8",
-      "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8",
-      "\u05de\u05e8\u05e5",
-      "\u05d0\u05e4\u05e8\u05d9\u05dc",
-      "\u05de\u05d0\u05d9",
-      "\u05d9\u05d5\u05e0\u05d9",
-      "\u05d9\u05d5\u05dc\u05d9",
-      "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8",
-      "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8",
-      "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8",
-      "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8",
-      "\u05d3\u05e6\u05de\u05d1\u05e8"
-    ],
-    "WEEKENDRANGE": [
-      4,
-      5
-    ],
-    "fullDate": "EEEE, d \u05d1MMMM y",
-    "longDate": "d \u05d1MMMM y",
-    "medium": "d \u05d1MMM y H:mm:ss",
-    "mediumDate": "d \u05d1MMM y",
-    "mediumTime": "H:mm:ss",
-    "short": "d.M.y H:mm",
-    "shortDate": "d.M.y",
-    "shortTime": "H:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "\u20aa",
-    "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": "he-il",
-  "localeID": "he_IL",
-  "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;  }  
if (i == 2 && vf.v == 0) {    return PLURAL_CATEGORY.TWO;  }  if (vf.v == 0 && 
(n < 0 || n > 10) && n % 10 == 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_he.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_he.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_he.js
deleted file mode 100644
index 9978dc7..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_he.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": [
-      "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6",
-      "\u05d0\u05d7\u05d4\u05f4\u05e6"
-    ],
-    "DAY": [
-      "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df",
-      "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9",
-      "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9",
-      "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9",
-      "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9",
-      "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9",
-      "\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea"
-    ],
-    "ERANAMES": [
-      "\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e1\u05e4\u05d9\u05e8\u05d4",
-      "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"
-    ],
-    "ERAS": [
-      "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1",
-      "\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"
-    ],
-    "FIRSTDAYOFWEEK": 6,
-    "MONTH": [
-      "\u05d9\u05e0\u05d5\u05d0\u05e8",
-      "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8",
-      "\u05de\u05e8\u05e5",
-      "\u05d0\u05e4\u05e8\u05d9\u05dc",
-      "\u05de\u05d0\u05d9",
-      "\u05d9\u05d5\u05e0\u05d9",
-      "\u05d9\u05d5\u05dc\u05d9",
-      "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8",
-      "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8",
-      "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8",
-      "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8",
-      "\u05d3\u05e6\u05de\u05d1\u05e8"
-    ],
-    "SHORTDAY": [
-      "\u05d9\u05d5\u05dd \u05d0\u05f3",
-      "\u05d9\u05d5\u05dd \u05d1\u05f3",
-      "\u05d9\u05d5\u05dd \u05d2\u05f3",
-      "\u05d9\u05d5\u05dd \u05d3\u05f3",
-      "\u05d9\u05d5\u05dd \u05d4\u05f3",
-      "\u05d9\u05d5\u05dd \u05d5\u05f3",
-      "\u05e9\u05d1\u05ea"
-    ],
-    "SHORTMONTH": [
-      "\u05d9\u05e0\u05d5\u05f3",
-      "\u05e4\u05d1\u05e8\u05f3",
-      "\u05de\u05e8\u05e5",
-      "\u05d0\u05e4\u05e8\u05f3",
-      "\u05de\u05d0\u05d9",
-      "\u05d9\u05d5\u05e0\u05d9",
-      "\u05d9\u05d5\u05dc\u05d9",
-      "\u05d0\u05d5\u05d2\u05f3",
-      "\u05e1\u05e4\u05d8\u05f3",
-      "\u05d0\u05d5\u05e7\u05f3",
-      "\u05e0\u05d5\u05d1\u05f3",
-      "\u05d3\u05e6\u05de\u05f3"
-    ],
-    "STANDALONEMONTH": [
-      "\u05d9\u05e0\u05d5\u05d0\u05e8",
-      "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8",
-      "\u05de\u05e8\u05e5",
-      "\u05d0\u05e4\u05e8\u05d9\u05dc",
-      "\u05de\u05d0\u05d9",
-      "\u05d9\u05d5\u05e0\u05d9",
-      "\u05d9\u05d5\u05dc\u05d9",
-      "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8",
-      "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8",
-      "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8",
-      "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8",
-      "\u05d3\u05e6\u05de\u05d1\u05e8"
-    ],
-    "WEEKENDRANGE": [
-      4,
-      5
-    ],
-    "fullDate": "EEEE, d \u05d1MMMM y",
-    "longDate": "d \u05d1MMMM y",
-    "medium": "d \u05d1MMM y H:mm:ss",
-    "mediumDate": "d \u05d1MMM y",
-    "mediumTime": "H:mm:ss",
-    "short": "d.M.y H:mm",
-    "shortDate": "d.M.y",
-    "shortTime": "H:mm"
-  },
-  "NUMBER_FORMATS": {
-    "CURRENCY_SYM": "\u20aa",
-    "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": "he",
-  "localeID": "he",
-  "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;  }  
if (i == 2 && vf.v == 0) {    return PLURAL_CATEGORY.TWO;  }  if (vf.v == 0 && 
(n < 0 || n > 10) && n % 10 == 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_hi-in.js
----------------------------------------------------------------------
diff --git 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_hi-in.js
 
b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_hi-in.js
deleted file mode 100644
index f611700..0000000
--- 
a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/js/lib/angular/i18n/angular-locale_hi-in.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": [
-      "am",
-      "pm"
-    ],
-    "DAY": [
-      "\u0930\u0935\u093f\u0935\u093e\u0930",
-      "\u0938\u094b\u092e\u0935\u093e\u0930",
-      "\u092e\u0902\u0917\u0932\u0935\u093e\u0930",
-      "\u092c\u0941\u0927\u0935\u093e\u0930",
-      "\u0917\u0941\u0930\u0941\u0935\u093e\u0930",
-      "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930",
-      "\u0936\u0928\u093f\u0935\u093e\u0930"
-    ],
-    "ERANAMES": [
-      "\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935",
-      "\u0908\u0938\u0935\u0940 \u0938\u0928"
-    ],
-    "ERAS": [
-      "\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935",
-      "\u0908\u0938\u094d\u0935\u0940"
-    ],
-    "FIRSTDAYOFWEEK": 6,
-    "MONTH": [
-      "\u091c\u0928\u0935\u0930\u0940",
-      "\u092b\u093c\u0930\u0935\u0930\u0940",
-      "\u092e\u093e\u0930\u094d\u091a",
-      "\u0905\u092a\u094d\u0930\u0948\u0932",
-      "\u092e\u0908",
-      "\u091c\u0942\u0928",
-      "\u091c\u0941\u0932\u093e\u0908",
-      "\u0905\u0917\u0938\u094d\u0924",
-      "\u0938\u093f\u0924\u0902\u092c\u0930",
-      "\u0905\u0915\u094d\u0924\u0942\u092c\u0930",
-      "\u0928\u0935\u0902\u092c\u0930",
-      "\u0926\u093f\u0938\u0902\u092c\u0930"
-    ],
-    "SHORTDAY": [
-      "\u0930\u0935\u093f",
-      "\u0938\u094b\u092e",
-      "\u092e\u0902\u0917\u0932",
-      "\u092c\u0941\u0927",
-      "\u0917\u0941\u0930\u0941",
-      "\u0936\u0941\u0915\u094d\u0930",
-      "\u0936\u0928\u093f"
-    ],
-    "SHORTMONTH": [
-      "\u091c\u0928\u0970",
-      "\u092b\u093c\u0930\u0970",
-      "\u092e\u093e\u0930\u094d\u091a",
-      "\u0905\u092a\u094d\u0930\u0948\u0932",
-      "\u092e\u0908",
-      "\u091c\u0942\u0928",
-      "\u091c\u0941\u0932\u0970",
-      "\u0905\u0917\u0970",
-      "\u0938\u093f\u0924\u0970",
-      "\u0905\u0915\u094d\u0924\u0942\u0970",
-      "\u0928\u0935\u0970",
-      "\u0926\u093f\u0938\u0970"
-    ],
-    "STANDALONEMONTH": [
-      "\u091c\u0928\u0935\u0930\u0940",
-      "\u092b\u093c\u0930\u0935\u0930\u0940",
-      "\u092e\u093e\u0930\u094d\u091a",
-      "\u0905\u092a\u094d\u0930\u0948\u0932",
-      "\u092e\u0908",
-      "\u091c\u0942\u0928",
-      "\u091c\u0941\u0932\u093e\u0908",
-      "\u0905\u0917\u0938\u094d\u0924",
-      "\u0938\u093f\u0924\u0902\u092c\u0930",
-      "\u0905\u0915\u094d\u0924\u0942\u092c\u0930",
-      "\u0928\u0935\u0902\u092c\u0930",
-      "\u0926\u093f\u0938\u0902\u092c\u0930"
-    ],
-    "WEEKENDRANGE": [
-      6,
-      6
-    ],
-    "fullDate": "EEEE, d MMMM y",
-    "longDate": "d MMMM y",
-    "medium": "dd/MM/y h:mm:ss a",
-    "mediumDate": "dd/MM/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,
-        "maxFrac": 3,
-        "minFrac": 0,
-        "minInt": 1,
-        "negPre": "-",
-        "negSuf": "",
-        "posPre": "",
-        "posSuf": ""
-      },
-      {
-        "gSize": 2,
-        "lgSize": 3,
-        "maxFrac": 2,
-        "minFrac": 2,
-        "minInt": 1,
-        "negPre": "-\u00a4",
-        "negSuf": "",
-        "posPre": "\u00a4",
-        "posSuf": ""
-      }
-    ]
-  },
-  "id": "hi-in",
-  "localeID": "hi_IN",
-  "pluralCat": function(n, opt_precision) {  var i = n | 0;  if (i == 0 || n 
== 1) {    return PLURAL_CATEGORY.ONE;  }  return PLURAL_CATEGORY.OTHER;}
-});
-}]);

Reply via email to