Skip to content

Commit

Permalink
feat(locales): add Czech locale (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdenner committed May 11, 2020
1 parent aad1555 commit 97e3839
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/locales/cs-CZ.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"todayButton": "Dnes",
"nextMonth": "Příští měsíc",
"previousMonth": "Minulý měsíc",
"nextYear": "Příští rok",
"previousYear": "Minulý rok",
"weekdays": [
"Neděle",
"Pondělí",
"Úterý",
"Středa",
"Čtvrtek",
"Pátek",
"Sobota"
],
"months": [
"Leden",
"Únor",
"Březen",
"Duben",
"Květen",
"Červen",
"Červenec",
"Srpen",
"Září",
"Říjen",
"Listopad",
"Prosinec"
]
}
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type Locale = {

export type LocaleOptions =
| 'ca-ES'
| 'cs-CZ'
| 'de-DE'
| 'en-US'
| 'es-ES'
Expand Down

1 comment on commit 97e3839

@vercel
Copy link

@vercel vercel bot commented on 97e3839 May 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.