Easy way to send PHP language array files to translation? -


i'm using laravel php framework, , else have language files php files big array in them.

does know friendly way of getting these files translators? there editor or service maybe?

what google proposed:

https://github.com/barryvdh/laravel-translation-manager

it can import php translation files , has neat interface easy editing of translations.

simply install package through composer, , translate away!


Comments

Popular posts from this blog

Regex find and replace between <div class="customclass"> and </div> tag -

jpa - Passing entitymanager from reflection method -