feat: Czech locale (#439)
This commit is contained in:
parent
25b0ad2f19
commit
0f438b80cd
2 changed files with 264 additions and 0 deletions
|
@ -33,6 +33,11 @@ const locales: LocaleObject[] = [
|
|||
file: 'fr-FR.json',
|
||||
name: 'Français',
|
||||
},
|
||||
{
|
||||
code: 'cs-CZ',
|
||||
file: 'cs-CZ.json',
|
||||
name: 'Česky',
|
||||
},
|
||||
].sort((a, b) => a.code.localeCompare(b.code))
|
||||
|
||||
const datetimeFormats = Object.keys(locales).reduce((acc, key) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue