Laravel Translations UI package provides a user-friendly interface for managing translations in your Laravel application. It simplifies tasks such as adding, editing, deleting, and exporting translations. The package also includes a handy search feature and the ability to invite collaborators for easy translation management
MIT License
648
stars
91
forks
source link
Keys from JSON import file gets prefixed with 0. #120
{ "example" : "example}
becomes
{ "0.example" : "example"}
after running php artisan translations:import and then later publishing from the UI.