feat: french translation (#300)
Co-authored-by: Abel Derderian <derderian@abel.fr>
This commit is contained in:
parent
c53107f694
commit
ecb61a7a30
2 changed files with 209 additions and 0 deletions
|
@ -28,6 +28,11 @@ const locales: LocaleObject[] = [
|
|||
file: 'es-ES.json',
|
||||
name: 'Español',
|
||||
},
|
||||
{
|
||||
code: 'fr-FR',
|
||||
file: 'fr-FR.json',
|
||||
name: 'Français',
|
||||
},
|
||||
].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