auto-translate
auto-translate copied to clipboard
IS this package able to translate "PHP" language file which are located in "lang/en/" folder instead of "JSON" ???
Hello.
I noticed this package uses .jSON files to make (generate) translation. But our existing application uses PHP file located in lang/en/ folder like following:
lang/en/
- account.php
- auth.php
- business.php
- etc...
So, is that package able to automatically translate PHP language files which are located in lang/en/ repository instead of JSON ???
Please Help me.