feat(locale): add French translation

This commit is contained in:
brieucdlf
2025-09-21 12:49:57 +02:00
committed by mayswind
parent 118558d25b
commit f2536749f6
16 changed files with 2357 additions and 12 deletions
+8
View File
@@ -1,6 +1,7 @@
import de from './de.json';
import en from './en.json';
import es from './es.json';
import fr from './fr.json';
import it from './it.json';
import ja from './ja.json';
import nl from './nl.json';
@@ -51,6 +52,13 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
textDirection: 'ltr',
content: es
},
'fr': {
name: "French",
displayName: "Français",
alternativeLanguageTag: "fr-FR",
textDirection: "ltr",
content: fr,
},
'it': {
name: 'Italian',
displayName: 'Italiano',