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
+3
View File
@@ -15,6 +15,9 @@ var AllLanguages = map[string]*LocaleInfo{
"es": {
Content: es,
},
"fr": {
Content: fr,
},
"it": {
Content: it,
},