aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_lt-lt.js
diff options
context:
space:
mode:
authorChirayu Krishnappa2013-03-18 15:54:18 -0700
committerChirayu Krishnappa2013-03-20 15:50:07 -0700
commit0c72708a2bb123d2772f5c6b8cb6adc61f197a72 (patch)
treec0aea4bbeeff58cf5a55226dce26c7e7e1c58635 /src/ngLocale/angular-locale_lt-lt.js
parentfec2909f3a5e97bfabbb65d957e0d20d1a588e40 (diff)
downloadangular.js-0c72708a2bb123d2772f5c6b8cb6adc61f197a72.tar.bz2
chore($ngLocale): generate ngLocale files from the Closure code (includes datetimesymbolsext.js)
Diffstat (limited to 'src/ngLocale/angular-locale_lt-lt.js')
-rw-r--r--src/ngLocale/angular-locale_lt-lt.js96
1 files changed, 95 insertions, 1 deletions
diff --git a/src/ngLocale/angular-locale_lt-lt.js b/src/ngLocale/angular-locale_lt-lt.js
index a39c36d6..de9f14bf 100644
--- a/src/ngLocale/angular-locale_lt-lt.js
+++ b/src/ngLocale/angular-locale_lt-lt.js
@@ -1,4 +1,98 @@
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":"Lt"},"pluralCat":function (n) { if (n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;},"DATETIME_FORMATS":{"MONTH":["sausio","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis"],"SHORTMONTH":["Saus.","Vas","Kov.","Bal.","Geg.","Bir.","Liep.","Rugp.","Rugs.","Spal.","Lapkr.","Gruod."],"DAY":["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],"SHORTDAY":["Sk","Pr","An","Tr","Kt","Pn","Št"],"AMPMS":["priešpiet","popiet"],"medium":"y MMM d HH:mm:ss","short":"yyyy-MM-dd HH:mm","fullDate":"y 'm'. MMMM d 'd'., EEEE","longDate":"y 'm'. MMMM d 'd'.","mediumDate":"y MMM d","shortDate":"yyyy-MM-dd","mediumTime":"HH:mm:ss","shortTime":"HH:mm"},"id":"lt-lt"});
+$provide.value("$locale", {
+ "DATETIME_FORMATS": {
+ "AMPMS": {
+ "0": "priešpiet",
+ "1": "popiet"
+ },
+ "DAY": {
+ "0": "sekmadienis",
+ "1": "pirmadienis",
+ "2": "antradienis",
+ "3": "trečiadienis",
+ "4": "ketvirtadienis",
+ "5": "penktadienis",
+ "6": "šeštadienis"
+ },
+ "MONTH": {
+ "0": "sausio",
+ "1": "vasaris",
+ "2": "kovas",
+ "3": "balandis",
+ "4": "gegužė",
+ "5": "birželis",
+ "6": "liepa",
+ "7": "rugpjūtis",
+ "8": "rugsėjis",
+ "9": "spalis",
+ "10": "lapkritis",
+ "11": "gruodis"
+ },
+ "SHORTDAY": {
+ "0": "Sk",
+ "1": "Pr",
+ "2": "An",
+ "3": "Tr",
+ "4": "Kt",
+ "5": "Pn",
+ "6": "Št"
+ },
+ "SHORTMONTH": {
+ "0": "Saus.",
+ "1": "Vas",
+ "2": "Kov.",
+ "3": "Bal.",
+ "4": "Geg.",
+ "5": "Bir.",
+ "6": "Liep.",
+ "7": "Rugp.",
+ "8": "Rugs.",
+ "9": "Spal.",
+ "10": "Lapkr.",
+ "11": "Gruod."
+ },
+ "fullDate": "y 'm'. MMMM d 'd'., EEEE",
+ "longDate": "y 'm'. MMMM d 'd'.",
+ "medium": "y MMM d HH:mm:ss",
+ "mediumDate": "y MMM d",
+ "mediumTime": "HH:mm:ss",
+ "short": "yyyy-MM-dd HH:mm",
+ "shortDate": "yyyy-MM-dd",
+ "shortTime": "HH:mm"
+ },
+ "NUMBER_FORMATS": {
+ "CURRENCY_SYM": "Lt",
+ "DECIMAL_SEP": ",",
+ "GROUP_SEP": " ",
+ "PATTERNS": {
+ "0": {
+ "gSize": 3,
+ "lgSize": 3,
+ "macFrac": 0,
+ "maxFrac": 3,
+ "minFrac": 0,
+ "minInt": 1,
+ "negPre": "-",
+ "negSuf": "",
+ "posPre": "",
+ "posSuf": ""
+ },
+ "1": {
+ "gSize": 3,
+ "lgSize": 3,
+ "macFrac": 0,
+ "maxFrac": 2,
+ "minFrac": 2,
+ "minInt": 1,
+ "negPre": "-",
+ "negSuf": " \u00A4",
+ "posPre": "",
+ "posSuf": " \u00A4"
+ }
+ }
+ },
+ "id": "lt-lt",
+ "pluralCat": function (n) { if (n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.ONE; } if (n == (n | 0) && n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) { return PLURAL_CATEGORY.FEW; } return PLURAL_CATEGORY.OTHER;}
+});
}]); \ No newline at end of file