diff options
author | Keith Wood <kbwood.au@gmail.com> | 2009-04-26 02:38:44 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2009-04-26 02:38:44 +0000 |
commit | 068fd93e89df4ced3c268ef2e423153b24f24d6b (patch) | |
tree | ff9626a93b427d178d5e9a7d37e1dee2bed77ce5 /ui | |
parent | 8d8645c2a545c421d10060f2844dd4211b9a632d (diff) | |
download | jquery-ui-068fd93e89df4ced3c268ef2e423153b24f24d6b.tar.gz jquery-ui-068fd93e89df4ced3c268ef2e423153b24f24d6b.zip |
Datepicker: Added Azerbaijani localisation
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/ui.datepicker-az.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ui/i18n/ui.datepicker-az.js b/ui/i18n/ui.datepicker-az.js new file mode 100644 index 000000000..9b1a6f9ea --- /dev/null +++ b/ui/i18n/ui.datepicker-az.js @@ -0,0 +1,22 @@ +/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
+/* Written by Jamil Najafov (necefov33@gmail.com). */
+jQuery(function($) {
+ $.datepicker.regional['az'] = {
+ closeText: 'Bağla',
+ prevText: '<Geri',
+ nextText: 'İrəli>',
+ currentText: 'Bugün',
+ monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun',
+ 'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'],
+ monthNamesShort: ['Yan','Fev','Mar','Apr','May','İyun',
+ 'İyul','Avq','Sen','Okt','Noy','Dek'],
+ dayNames: ['Bazar','Bazar ertəsi','Çərşənbə axşamı','Çərşənbə','Cümə axşamı','Cümə','Şənbə'],
+ dayNamesShort: ['B','Be','Ça','Ç','Ca','C','Ş'],
+ dayNamesMin: ['B','B','Ç','С','Ç','C','Ş'],
+ dateFormat: 'dd.mm.yy',
+ firstDay: 1,
+ isRTL: false,
+ showMonthAfterYear: false,
+ yearSuffix: ''};
+ $.datepicker.setDefaults($.datepicker.regional['az']);
+});
\ No newline at end of file |