WWBN / AVideo-Encoder

Encoder Server for AVideo Platform Open-Source
https://platform.avideo.com
GNU Affero General Public License v3.0
152 stars 189 forks source link

encoder translation #490

Open KrzysioMisio opened 1 year ago

KrzysioMisio commented 1 year ago

Hi Daniel, can you create a directory 'locale' . Without this directory I can't upload the language files and function.php file and the Encoder translation won't work. I can only suggest changes to existing files or create new files

DanielnetoDotCom commented 1 year ago

Still missing the locale.json.php file

KrzysioMisio commented 1 year ago

Is the file /locale/index.php needed ?? if yes then you need to add in file view/index.php $files_arr = array_diff($scan_arr, array('.','..', 'function.php', 'locale.json.php')); index.php to ignore it

DanielnetoDotCom commented 1 year ago

Not really needed, but it is good when you want to get what you need to translate.

can you please send a pull request?