mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Rename Czech locale from cz to cs as per ISO 639-1
This commit is contained in:
parent
c09da9cb1c
commit
aba222ff41
3 changed files with 11 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* Czech initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Pavel Župa (pavel.zupa@gmail.com). */
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['cz'] = {
|
||||
$.datepicker.regional['cs'] = {
|
||||
closeText: 'zavřít',
|
||||
prevText: 'předchozí',
|
||||
nextText: 'další',
|
||||
|
|
@ -19,5 +19,5 @@ jQuery(function($){
|
|||
isRTL: false,
|
||||
showMonthAfterYear: false,
|
||||
yearSuffix: ''};
|
||||
$.datepicker.setDefaults($.datepicker.regional['cz']);
|
||||
$.datepicker.setDefaults($.datepicker.regional['cs']);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue