Skip to content

Commit

Permalink
Merge pull request #1113 from tiredpixel/tp-cs-date-capitals
Browse files Browse the repository at this point in the history
cs capitalise date abbr_month_names, day_names, month_names
  • Loading branch information
pama authored Dec 15, 2023
2 parents f15abae + 34afbce commit 6eee3b6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Fix empty `am` and `pm` keys to make dates/times in the 12-hour time format distinguishable in every locale #1105
- Update following locales:
- Afrikaans (af): Fix translation of May #1110
- Czech (cs): Capitalise date day and month names for consistency #1113
- Traditional Chinese (zh-HK, zh-TW, zh-YUE): Use traditional "week" character in `date.abbr_day_names` #1112
- Italian (it): Fix translation for `second` prompt #1111
- Bosnian (bs): am/pm
Expand Down
62 changes: 31 additions & 31 deletions rails/locale/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,44 +18,44 @@ cs:
- So
abbr_month_names:
-
- led
- úno
- bře
- dub
- kvě
- čvn
- čvc
- srp
- zář
- říj
- lis
- pro
- Led
- Úno
- Bře
- Dub
- Kvě
- Čvn
- Čvc
- Srp
- Zář
- Říj
- Lis
- Pro
day_names:
- neděle
- pondělí
- úterý
- středa
- čtvrtek
- pátek
- sobota
- Neděle
- Pondělí
- Úterý
- Středa
- Čtvrtek
- Pátek
- Sobota
formats:
default: "%d. %m. %Y"
long: "%d. %B %Y"
short: "%d %b"
month_names:
-
- leden
- únor
- březen
- duben
- květen
- červen
- červenec
- srpen
- září
- říjen
- listopad
- prosinec
- Leden
- Únor
- Březen
- Duben
- Květen
- Červen
- Červenec
- Srpen
- Září
- Říjen
- Listopad
- Prosinec
order:
- :day
- :month
Expand Down

0 comments on commit 6eee3b6

Please sign in to comment.