parent
331f517d75
commit
31d9308043
3 changed files with 533 additions and 1 deletions
|
@ -97,6 +97,11 @@ const locales: LocaleObjectData[] = [
|
|||
file: 'id-ID.json',
|
||||
name: 'Indonesia',
|
||||
},
|
||||
{
|
||||
code: 'fi-FI',
|
||||
file: 'fi-FI.json',
|
||||
name: 'Suomea',
|
||||
},
|
||||
].sort((a, b) => a.code.localeCompare(b.code))
|
||||
|
||||
const datetimeFormats = Object.values(locales).reduce((acc, data) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue