Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
30 changes: 30 additions & 0 deletions src/locales/sk-Sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"todayButton": "Dnes",
"nextMonth": "Budúci mesiac",
"previousMonth": "Minulý mesiac",
"nextYear": "Budúci rok",
"previousYear": "Minulý rok",
"weekdays": [
"Nedeľa",
"Pondelok",
"Utorok",
"Streda",
"Štvrtok",
"Piatok",
"Sobota"
],
"months": [
"Január",
"Február",
"Marec",
"Apríl",
"Máj",
"Jún",
"Júl",
"August",
"September",
"Október",
"November",
"December"
]
}
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export type LocaleOptions =
| 'pt-BR'
| 'ro-RO'
| 'ru-RU'
| 'sk-SK'
| 'sv-SE'
| 'tr-TR'
| 'zh-CN';
Expand Down
1 change: 1 addition & 0 deletions stories/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const locale = <const>[
'pt-BR',
'ro-RO',
'ru-RU',
'sk-SK',
'sv-SE',
'tr-TR',
'zh-CN',
Expand Down