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.