diff options
| author | Misko Hevery | 2011-11-14 14:59:24 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:20 -0800 |
| commit | 94e1a07b28629c19c51ed41fc8181b985741ffa1 (patch) | |
| tree | faa6fb7cf6af456e458ad2f866996926ea749486 /i18n/locale/angular-locale_eu-es.js | |
| parent | ac73e8877e557e191f09e2f86cd3a118cc8a5d8e (diff) | |
| download | angular.js-94e1a07b28629c19c51ed41fc8181b985741ffa1.tar.bz2 | |
doc(rename): NG_LOCALE -> ngLocale
Diffstat (limited to 'i18n/locale/angular-locale_eu-es.js')
| -rw-r--r-- | i18n/locale/angular-locale_eu-es.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/locale/angular-locale_eu-es.js b/i18n/locale/angular-locale_eu-es.js index 05ce7fe4..c8ebd197 100644 --- a/i18n/locale/angular-locale_eu-es.js +++ b/i18n/locale/angular-locale_eu-es.js @@ -1,6 +1,6 @@ window.angular = window.angular || {}; angular.module = angular.module || {}; -angular.module.NG_LOCALE = ["$provide", function($provide) { +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":["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"],"SHORTMONTH":["urt","ots","mar","api","mai","eka","uzt","abu","ira","urr","aza","abe"],"DAY":["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"],"SHORTDAY":["ig","al","as","az","og","or","lr"],"AMPMS":["AM","PM"],"medium":"y MMM d HH:mm:ss","short":"yyyy-MM-dd HH:mm","fullDate":"EEEE, y'eko' MMMM'ren' dd'a'","longDate":"y'eko' MMM'ren' dd'a'","mediumDate":"y MMM d","shortDate":"yyyy-MM-dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"eu-es"}); -}];
\ No newline at end of file +}]; |
