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_sl.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 i18n/locale/angular-locale_sl.js (limited to 'i18n/locale/angular-locale_sl.js') diff --git a/i18n/locale/angular-locale_sl.js b/i18n/locale/angular-locale_sl.js new file mode 100644 index 00000000..9476e13b --- /dev/null +++ b/i18n/locale/angular-locale_sl.js @@ -0,0 +1,3 @@ +angular.service("$locale", function() { +return {"DATETIME_FORMATS":{"MONTH":["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"],"SHORTMONTH":["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],"DAY":["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"],"SHORTDAY":["ned","pon","tor","sre","čet","pet","sob"],"AMPMS":["dop.","pop."],"medium":"d. MMM yyyy HH:mm:ss","short":"d. MM. yy HH:mm","fullDate":"EEEE, dd. MMMM y","longDate":"dd. MMMM y","mediumDate":"d. MMM yyyy","shortDate":"d. 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":"","posSuf":" \u00A4","negPre":"-","negSuf":" \u00A4","gSize":3,"lgSize":3,"maxFrac":2}],"CURRENCY_SYM":"€"},"id":"sl"}; +}); \ No newline at end of file -- cgit v1.2.3