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

incosistent output file #124

Open adityadees opened 4 months ago

adityadees commented 4 months ago
image
  1. create a new language and publish will give the output on lang/xxx.json
  2. try to add new language on en and then on other language try to translate it then publish, it will store inside lang/xxx/en.json

if I check on db the issue is comming to here this my new translation I've created

image

all grup is en and translation_file_id is 1

but actualy my file is

here as you can see the group should be en,es,id and should have diff translation_file_id

image