aboutsummaryrefslogtreecommitdiffstats
path: root/i18n/locale/angular-locale_ca.js
diff options
context:
space:
mode:
authorIgor Minar2011-08-12 03:25:41 -0700
committerIgor Minar2011-08-14 23:44:21 -0700
commit6c30601ad8db0629fa4e7e4a22fd9448d33513f9 (patch)
tree63f2ce2968bc57eb21990b13641f33d750770c89 /i18n/locale/angular-locale_ca.js
parent37b5c5cfe9df70fa2a2c6c681a903b7c356aec74 (diff)
downloadangular.js-6c30601ad8db0629fa4e7e4a22fd9448d33513f9.tar.bz2
feat(i18n): add i18n/locale rule set files
Diffstat (limited to 'i18n/locale/angular-locale_ca.js')
-rw-r--r--i18n/locale/angular-locale_ca.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/locale/angular-locale_ca.js b/i18n/locale/angular-locale_ca.js
new file mode 100644
index 00000000..f162a3bf
--- /dev/null
+++ b/i18n/locale/angular-locale_ca.js
@@ -0,0 +1,3 @@
+angular.service("$locale", function() {
+return {"DATETIME_FORMATS":{"MONTH":["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"],"SHORTMONTH":["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],"DAY":["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],"SHORTDAY":["dg.","dl.","dt.","dc.","dj.","dv.","ds."],"AMPMS":["a.m.","p.m."],"medium":"dd/MM/yyyy H:mm:ss","short":"dd/MM/yy H:mm","fullDate":"EEEE d MMMM 'de' y","longDate":"d MMMM 'de' y","mediumDate":"dd/MM/yyyy","shortDate":"dd/MM/yy","mediumTime":"H:mm:ss","shortTime":"H: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":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"id":"ca"};
+}); \ No newline at end of file