mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02: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,5 +1,5 @@
|
|||
---
|
||||
cz:
|
||||
cs:
|
||||
activerecord:
|
||||
attributes:
|
||||
note:
|
|
@ -228,11 +228,11 @@ Feature: Show done
|
|||
| all done actions page for context "@pc" | fr |
|
||||
| all done actions page for project "test project"| fr |
|
||||
| all done actions page for tag "starred" | fr |
|
||||
| done actions page | cz |
|
||||
| all done actions page | cz |
|
||||
| done actions page for context "@pc" | cz |
|
||||
| done actions page for project "test project" | cz |
|
||||
| done actions page for tag "starred" | cz |
|
||||
| all done actions page for context "@pc" | cz |
|
||||
| all done actions page for project "test project"| cz |
|
||||
| all done actions page for tag "starred" | cz |
|
||||
| done actions page | cs |
|
||||
| all done actions page | cs |
|
||||
| done actions page for context "@pc" | cs |
|
||||
| done actions page for project "test project" | cs |
|
||||
| done actions page for tag "starred" | cs |
|
||||
| all done actions page for context "@pc" | cs |
|
||||
| all done actions page for project "test project"| cs |
|
||||
| all done actions page for tag "starred" | cs |
|
||||
|
|
|
@ -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