Refresh
This commit is contained in:
10
config/lang.php
Executable file
10
config/lang.php
Executable 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'
|
||||
];
|
||||
Reference in New Issue
Block a user