mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
added czech locale (integrations page not yet translated)
This commit is contained in:
parent
9f4e38717a
commit
7e9cbfeb9d
2 changed files with 968 additions and 0 deletions
23
public/javascripts/i18n/jquery.ui.datepicker-cz.js
vendored
Normal file
23
public/javascripts/i18n/jquery.ui.datepicker-cz.js
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/* German initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Milian Wolff (mail@milianw.de). */
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['cz'] = {
|
||||
closeText: 'zavřít',
|
||||
prevText: 'předchozí',
|
||||
nextText: 'další',
|
||||
currentText: 'dnes',
|
||||
monthNames: ['Leden','Únor','Březen','Duben','Květen','Červen',
|
||||
'Červenec','Srpen','Září','Říjen','Listopad','Prosinec'],
|
||||
monthNamesShort: ['Led','Úno','Bře','Dub','Kvě','Čvn',
|
||||
'Čec','Srp','Zář','Říj','Lis','Pro'],
|
||||
dayNames: ['Neděle','Pondělí','Úterý','Středa','Čtvrtek','Pátek','Sobota'],
|
||||
dayNamesShort: ['Ne','Po','Út','St','Čt','Pá','So'],
|
||||
dayNamesMin: ['Ne','Po','Út','St','Čt','Pá','So'],
|
||||
weekHeader: 'č.',
|
||||
dateFormat: 'dd.mm.yy',
|
||||
firstDay: 1,
|
||||
isRTL: false,
|
||||
showMonthAfterYear: false,
|
||||
yearSuffix: ''};
|
||||
$.datepicker.setDefaults($.datepicker.regional['cz']);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue