devaslanphp / auto-translate

Automatically generate translation JSON files for your Laravel project
MIT License
61 stars 10 forks source link

IS this package able to translate "PHP" language file which are located in "lang/en/" folder instead of "JSON" ??? #4

Open chegmarco1989 opened 1 year ago

chegmarco1989 commented 1 year ago

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.