aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-11-01 18:16:04 -0400
committerScott González <scott.gonzalez@gmail.com>2011-11-01 18:16:04 -0400
commitf11dab34cce80f027c74cf604394c05d32c38255 (patch)
treea57613157ee7dc0baeba89ec5fd5414d4048bff7 /ui/i18n
parent183d6a00df531b13c638944796b5bc52ca19ecb4 (diff)
downloadjquery-ui-f11dab34cce80f027c74cf604394c05d32c38255.tar.gz
jquery-ui-f11dab34cce80f027c74cf604394c05d32c38255.zip
Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan language code.
Diffstat (limited to 'ui/i18n')
-rw-r--r--ui/i18n/jquery.ui.datepicker-kk.js (renamed from ui/i18n/jquery.ui.datepicker-kz.js)4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-kz.js b/ui/i18n/jquery.ui.datepicker-kk.js
index 658c21275..dcd6a65df 100644
--- a/ui/i18n/jquery.ui.datepicker-kz.js
+++ b/ui/i18n/jquery.ui.datepicker-kk.js
@@ -1,7 +1,7 @@
/* 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: '&#x3C;Алдыңғы',
nextText: 'Келесі&#x3E;',
@@ -19,5 +19,5 @@ jQuery(function($){
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
- $.datepicker.setDefaults($.datepicker.regional['kz']);
+ $.datepicker.setDefaults($.datepicker.regional['kk']);
});