MohmmedAshraf / laravel-translations

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

Open Kenneth-Inkum opened 5 months ago

Kenneth-Inkum commented 5 months ago

{ "example" : "example}

becomes

{ "0.example" : "example"}

after running php artisan translations:import and then later publishing from the UI.

etopian commented 2 months ago

Key should be something like module.key so it should have a prefix.