thiagocordeiro/laravel-translator

php array as output format instead of json

sabat24 opened this issue · 2 comments

I wonder if is there any reason to use json format as output by your package instead of php array?

In older Laravel versions array had a different behaviour for translations (I guess), anyway this lib is quite flexible to add different translation repositories, basically it requires a new implementation of Translator\Translator\TranslationRepository, and a small change to 'translation_repository' => CustomTranslationRepository::class on config.php and the new repository will be used.

Feel free to create a PR with this changes ;)

@sabat24 please check the answer above to see if it fits your needs, if it's not the case please re-open the issue and we can move-on this discussion