yavsc/web/Scripts/globalize/cultures/globalize.culture.ka-GE.js

77 lines
2.3 KiB
JavaScript

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

/*
* Globalize Culture ka-GE
*
* http://github.com/jquery/globalize
*
* Copyright Software Freedom Conservancy, Inc.
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* This file was generated by the Globalize Culture Generator
* Translation: bugs found in this file need to be fixed in the generator
*/
(function( window, undefined ) {
var Globalize;
if ( typeof require !== "undefined" &&
typeof exports !== "undefined" &&
typeof module !== "undefined" ) {
// Assume CommonJS
Globalize = require( "globalize" );
} else {
// Global variable
Globalize = window.Globalize;
}
Globalize.addCultureInfo( "ka-GE", "default", {
name: "ka-GE",
englishName: "Georgian (Georgia)",
nativeName: "ქართული (საქართველო)",
language: "ka",
numberFormat: {
",": " ",
".": ",",
percent: {
",": " ",
".": ","
},
currency: {
pattern: ["-n $","n $"],
",": " ",
".": ",",
symbol: "Lari"
}
},
calendars: {
standard: {
"/": ".",
firstDay: 1,
days: {
names: ["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"],
namesAbbr: ["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"],
namesShort: ["კ","ო","ს","ო","ხ","პ","შ"]
},
months: {
names: ["იანვარი","თებერვალი","მარტი","აპრილი","მაისი","ივნისი","ივლისი","აგვისტო","სექტემბერი","ოქტომბერი","ნოემბერი","დეკემბერი",""],
namesAbbr: ["იან","თებ","მარ","აპრ","მაის","ივნ","ივლ","აგვ","სექ","ოქტ","ნოემ","დეკ",""]
},
AM: null,
PM: null,
patterns: {
d: "dd.MM.yyyy",
D: "yyyy 'წლის' dd MM, dddd",
t: "H:mm",
T: "H:mm:ss",
f: "yyyy 'წლის' dd MM, dddd H:mm",
F: "yyyy 'წლის' dd MM, dddd H:mm:ss",
M: "dd MM",
Y: "MMMM yyyy"
}
}
}
});
}( this ));