From 6c30601ad8db0629fa4e7e4a22fd9448d33513f9 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 12 Aug 2011 03:25:41 -0700 Subject: feat(i18n): add i18n/locale rule set files --- i18n/locale/angular-locale_es.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 i18n/locale/angular-locale_es.js (limited to 'i18n/locale/angular-locale_es.js') diff --git a/i18n/locale/angular-locale_es.js b/i18n/locale/angular-locale_es.js new file mode 100644 index 00000000..6eacd393 --- /dev/null +++ b/i18n/locale/angular-locale_es.js @@ -0,0 +1,3 @@ +angular.service("$locale", function() { +return {"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"},"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":"\u00A4 ","posSuf":"","negPre":"\u00A4 -","negSuf":"","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"id":"es"}; +}); \ No newline at end of file -- cgit v1.2.3