รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Georgian localisation for calendars datepicker for jQuery.
|
||||
Andrei Gorbushkin. */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.ka = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<უკან',
|
||||
prevStatus: 'წინა თვე',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: 'წინა წელი',
|
||||
nextText: 'წინ>',
|
||||
nextStatus: 'შემდეგი თვე',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: 'შემდეგი წელი',
|
||||
currentText: 'მიმდინარე',
|
||||
currentStatus: 'მიმდინარე თვე',
|
||||
todayText: 'დღეს',
|
||||
todayStatus: 'მიმდინარე დღე',
|
||||
clearText: 'გასუფთავება',
|
||||
clearStatus: 'მიმდინარე თარიღის წაშლა',
|
||||
closeText: 'არის',
|
||||
closeStatus: 'დახურვა უცვლილებოდ',
|
||||
yearStatus: 'სხვა წელი',
|
||||
monthStatus: 'სხვა თვე',
|
||||
weekText: 'კვ',
|
||||
weekStatus: 'წლის კვირა',
|
||||
dayStatus: 'აირჩიეთ DD, M d',
|
||||
defaultStatus: 'აიღჩიეთ თარიღი',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ka);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user