Adding french language (#86)

This commit is contained in:
ZwF
2024-01-24 00:35:45 +01:00
committed by GitHub
parent d7366dcfb0
commit d5cbb01c4c
3 changed files with 230 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
$languages = [
"en" => "English",
"pt" => "Português",
"fr" => "Français",
]
?>