Open Adek01 opened 4 years ago
Hello @Adek01
You should create new sub-directory in resources/lang
, eg 'fr' for French. You may copy existing ru
or en
directories.
https://github.com/et-nik/gameap/tree/develop/resources/lang
Then you should add language files. Example you may copy auth.php to your lang directory and edit files.
Edit the second part in language files. Examples (from auth.php)
...
'sign_in' => 'Login',
'sign_up' => 'Registrierung',
...
...
'sign_in' => '登入',
'sign_up' => '注册',
...
You can skip some phrases. If elements doesn't exists, the panel will replace them with English. Let me know if you have any questions.
What language do you want to add?
Thanks for information, The language what i prefer to add is Hungarian. Maybe today i'll make the translate :)
Appreciating a PR if you could make one.
Hi et-nik! Can u explain me how to add a new language for webpanel? (settings) I'll send for you too!