This commit is contained in:
Richard Dern
2022-01-12 00:35:37 +01:00
commit 400e3d01f1
1363 changed files with 57778 additions and 0 deletions

10
config/lang.php Executable file
View File

@@ -0,0 +1,10 @@
<?php
/**
* This array contains available translations for Cyca.
* Key is the language code, value is the translated lang name
*/
return [
'en' => 'English',
'fr' => 'Français'
];