-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(locales): add Slovak locale (#692)
* Add Slovak locale * Add new locale into storybook data.ts Co-authored-by: juraj.langa <[email protected]>
- Loading branch information
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ export type LocaleOptions = | |
| 'pt-BR' | ||
| 'ro-RO' | ||
| 'ru-RU' | ||
| 'sk-SK' | ||
| 'sv-SE' | ||
| 'tr-TR' | ||
| 'zh-CN'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ const locale = <const>[ | |
'pt-BR', | ||
'ro-RO', | ||
'ru-RU', | ||
'sk-SK', | ||
'sv-SE', | ||
'tr-TR', | ||
'zh-CN', | ||
|
a58a8a6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: