diff options
| author | Chirayu Krishnappa | 2013-03-08 15:42:03 -0800 | 
|---|---|---|
| committer | Chirayu Krishnappa | 2013-03-08 15:46:59 -0800 | 
| commit | 96b13bbee17819fb28c9a4e1e22e426b1b07a554 (patch) | |
| tree | bc50c3f308940505b542bf4219042b020dd654ca /src/ngLocale/angular-locale_nl-sx.js | |
| parent | a248d5a32d0ec40de599add92eb5ecfbae66391b (diff) | |
| download | angular.js-96b13bbee17819fb28c9a4e1e22e426b1b07a554.tar.bz2 | |
chore($ngLocale):  Generate ngLocale files from the Closure code.
Diffstat (limited to 'src/ngLocale/angular-locale_nl-sx.js')
| -rw-r--r-- | src/ngLocale/angular-locale_nl-sx.js | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/ngLocale/angular-locale_nl-sx.js b/src/ngLocale/angular-locale_nl-sx.js new file mode 100644 index 00000000..601d33ee --- /dev/null +++ b/src/ngLocale/angular-locale_nl-sx.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":"\u00A4 ","posSuf":"","negPre":"\u00A4 ","negSuf":"-","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":["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],"SHORTMONTH":["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],"DAY":["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],"SHORTDAY":["zo","ma","di","wo","do","vr","za"],"AMPMS":["AM","PM"],"medium":"d MMM y HH:mm:ss","short":"dd-MM-yy HH:mm","fullDate":"EEEE d MMMM y","longDate":"d MMMM y","mediumDate":"d MMM y","shortDate":"dd-MM-yy","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"nl-sx"}); +}]);
\ No newline at end of file | 
