aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/i18n/jquery.ui.datepicker-kk.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--themes/default/js/ui/i18n/jquery.ui.datepicker-kk.js (renamed from themes/default/js/ui/i18n/jquery.ui.datepicker-kz.js)8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/js/ui/i18n/jquery.ui.datepicker-kz.js b/themes/default/js/ui/i18n/jquery.ui.datepicker-kk.js
index f1f897b00..dcd6a65df 100644
--- a/themes/default/js/ui/i18n/jquery.ui.datepicker-kz.js
+++ b/themes/default/js/ui/i18n/jquery.ui.datepicker-kk.js
@@ -1,10 +1,10 @@
/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */
jQuery(function($){
- $.datepicker.regional['kz'] = {
+ $.datepicker.regional['kk'] = {
closeText: 'Жабу',
- prevText: '<Алдыңғы',
- nextText: 'Келесі>',
+ prevText: '<Алдыңғы',
+ nextText: 'Келесі>',
currentText: 'Бүгін',
monthNames: ['Қаңтар','Ақпан','Наурыз','Сәуір','Мамыр','Маусым',
'Шілде','Тамыз','Қыркүйек','Қазан','Қараша','Желтоқсан'],
@@ -19,5 +19,5 @@ jQuery(function($){
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
- $.datepicker.setDefaults($.datepicker.regional['kz']);
+ $.datepicker.setDefaults($.datepicker.regional['kk']);
});