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

The package does not see files like "en.json" #26

Closed nafanyka closed 1 year ago

nafanyka commented 1 year ago

When importing translation files, the package does not add translations that are located at the root of the translations folder. For example, lang/en.json

rabol commented 1 year ago

Same issue here

MohmmedAshraf commented 1 year ago

Hi @nafanyka I've tried this multiple times and it working correctly, Please inform me if you are still experiencing any issues.

flarpy commented 6 months ago

lang image

Very happy to find this package as I was just about to write something very similar. Looks good so far but I think I'm misunderstanding how to import files. If I import from this structure es.json and fr.json are not parsed or saved in the db. Is this expected behaviour?