feat(admin-ui): Add French translations (#5031)
* feat(admin-ui): add fr translations * chore: register french in available languages * chore: apply suggestions --------- Co-authored-by: Geoffroy Empain <geoffroy@charlie-bravo.be>
This commit is contained in:
1919
packages/admin-ui/ui/public/locales/fr/translation.json
Normal file
1919
packages/admin-ui/ui/public/locales/fr/translation.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -8,6 +8,10 @@ export const supportedLanguages = [
|
||||
locale: "en",
|
||||
name: "English",
|
||||
},
|
||||
{
|
||||
locale: "fr",
|
||||
name: "Français",
|
||||
},
|
||||
]
|
||||
|
||||
void i18n
|
||||
|
||||
Reference in New Issue
Block a user