Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cs capitalise date abbr_month_names, day_names, month_names #1113

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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