diff options
| author | Chirayu Krishnappa | 2013-03-08 15:42:03 -0800 |
|---|---|---|
| committer | Chirayu Krishnappa | 2013-03-08 17:00:03 -0800 |
| commit | fc7970fdf0b822fec9323aa8e0e668fd29add8aa (patch) | |
| tree | 35e869d882387400bfc4f794bf3fc3e4a895ad63 /src/ngLocale/angular-locale_es-ic.js | |
| parent | 65957e99bafb6c4728a73cae7af6c4ebaa69131c (diff) | |
| download | angular.js-fc7970fdf0b822fec9323aa8e0e668fd29add8aa.tar.bz2 | |
chore($ngLocale): Generate ngLocale files from the Closure code.
Diffstat (limited to 'src/ngLocale/angular-locale_es-ic.js')
| -rw-r--r-- | src/ngLocale/angular-locale_es-ic.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ngLocale/angular-locale_es-ic.js b/src/ngLocale/angular-locale_es-ic.js new file mode 100644 index 00000000..a619e9e9 --- /dev/null +++ b/src/ngLocale/angular-locale_es-ic.js @@ -0,0 +1,4 @@ +angular.module("ngLocale", [], ["$provide", function($provide) { +var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; +$provide.value("$locale", {"NUMBER_FORMATS":{"DECIMAL_SEP":",","GROUP_SEP":".","PATTERNS":[{"minInt":1,"minFrac":0,"macFrac":0,"posPre":"","posSuf":"","negPre":"-","negSuf":"","gSize":3,"lgSize":3,"maxFrac":3},{"minInt":1,"minFrac":2,"macFrac":0,"posPre":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"pluralCat":function (n) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],"SHORTMONTH":["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"],"DAY":["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],"SHORTDAY":["dom","lun","mar","mié","jue","vie","sáb"],"AMPMS":["a.m.","p.m."],"medium":"dd/MM/yyyy HH:mm:ss","short":"dd/MM/yy HH:mm","fullDate":"EEEE, d 'de' MMMM 'de' y","longDate":"d 'de' MMMM 'de' y","mediumDate":"dd/MM/yyyy","shortDate":"dd/MM/yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"es-ic"}); +}]);
\ No newline at end of file |
