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.
Hello.
I noticed this package uses
.jSONfiles to make (generate) translation. But our existing application uses PHP file located inlang/en/folder like following:So, is that package able to automatically translate
PHPlanguage files which are located inlang/en/repository instead ofJSON???Please Help me.