i18n(fr): Add french translations

This commit is contained in:
Vincent VATELOT
2024-12-10 16:09:06 +01:00
parent 009674b231
commit 41406a8596
5 changed files with 187 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export const i18n = {
defaultLocale: 'en',
locales: ['en', 'es', 'zh-Hans', 'ja'],
locales: ['en', 'es', 'zh-Hans', 'ja', 'fr'],
} as const
export type Locale = typeof i18n['locales'][number]