META-INF.resources.bower_components.globalize-languages.ii.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-globalize Show documentation
Show all versions of jwebmp-globalize Show documentation
The JWebSwing implementation for a full Globalization
The newest version!
(function ($) {
var cultures = Globalize.cultures,
en = cultures.en,
standard = en.calendars.standard,
culture = cultures["ii"] = $.extend(true, {}, en, {
name: "ii",
englishName: "Yi",
nativeName: "ꆈꌠꁱꂷ",
language: "ii",
numberFormat: {
groupSizes: [3, 0],
percent: {
pattern: ["-n%", "n%"],
groupSizes: [3, 0]
},
currency: {
pattern: ["$-n", "$n"],
symbol: "¥"
}
},
calendars: {
standard: $.extend(true, {}, standard, {
firstDay: 1,
days: {
names: ["ꑭꆏꑍ", "ꆏꊂ꒔", "ꆏꊂꑍ", "ꆏꊂꌕ", "ꆏꊂꇖ", "ꆏꊂꉬ", "ꆏꊂꃘ"],
namesAbbr: ["ꑭꆏ", "ꆏ꒔", "ꆏꑍ", "ꆏꌕ", "ꆏꇖ", "ꆏꉬ", "ꆏꃘ"],
namesShort: ["ꆏ", "꒔", "ꑍ", "ꌕ", "ꇖ", "ꉬ", "ꃘ"]
},
months: {
names: ["ꋍꆪ", "ꑍꆪ", "ꌕꆪ", "ꇖꆪ", "ꉬꆪ", "ꃘꆪ", "ꏃꆪ", "ꉆꆪ", "ꈬꆪ", "ꊰꆪ", "ꊯꊪꆪ", "ꊰꑋꆪ", ""],
namesAbbr: ["ꋍꆪ", "ꑍꆪ", "ꌕꆪ", "ꇖꆪ", "ꉬꆪ", "ꃘꆪ", "ꏃꆪ", "ꉆꆪ", "ꈬꆪ", "ꊰꆪ", "ꊯꊪꆪ", "ꊰꑋꆪ", ""]
},
AM: ["ꂵꆪꈌꈐ", "ꂵꆪꈌꈐ", "ꂵꆪꈌꈐ"],
PM: ["ꂵꆪꈌꉈ", "ꂵꆪꈌꉈ", "ꂵꆪꈌꉈ"],
eras: [{"name": "ꇬꑼ", "start": null, "offset": 0}],
patterns: {
d: "yyyy/M/d",
D: "yyyy'ꈎ' M'ꆪ' d'ꑍ'",
t: "tt h:mm",
T: "H:mm:ss",
f: "yyyy'ꈎ' M'ꆪ' d'ꑍ' tt h:mm",
F: "yyyy'ꈎ' M'ꆪ' d'ꑍ' H:mm:ss",
M: "M'ꆪ' d'ꑍ'",
Y: "yyyy'ꈎ' M'ꆪ'"
}
})
}
}, cultures["ii"]);
culture.calendar = culture.calendars.standard;
})(jQuery);