We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad1555 commit 97e3839Copy full SHA for 97e3839
src/locales/cs-CZ.json
@@ -0,0 +1,30 @@
1
+{
2
+ "todayButton": "Dnes",
3
+ "nextMonth": "Příští měsíc",
4
+ "previousMonth": "Minulý měsíc",
5
+ "nextYear": "Příští rok",
6
+ "previousYear": "Minulý rok",
7
+ "weekdays": [
8
+ "Neděle",
9
+ "Pondělí",
10
+ "Úterý",
11
+ "Středa",
12
+ "Čtvrtek",
13
+ "Pátek",
14
+ "Sobota"
15
+ ],
16
+ "months": [
17
+ "Leden",
18
+ "Únor",
19
+ "Březen",
20
+ "Duben",
21
+ "Květen",
22
+ "Červen",
23
+ "Červenec",
24
+ "Srpen",
25
+ "Září",
26
+ "Říjen",
27
+ "Listopad",
28
+ "Prosinec"
29
+ ]
30
+}
src/types/index.ts
@@ -14,6 +14,7 @@ export type Locale = {
export type LocaleOptions =
| 'ca-ES'
+ | 'cs-CZ'
| 'de-DE'
| 'en-US'
| 'es-ES'
0 commit comments