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
Decided to merge all 3 PRs into one as they are all related to JSON export:
When using along with https://github.com/xiCO2k/laravel-vue-i18n which generates "php_*.json" files along for every locale, I can ignore those files, but the ignored files are still by default used for locales.
For example:
If I have two locales, "et" and "ru", by default import is also trying to find locales for ignored files, and locales "php_et" and "php_ru" which do not exist.
Decided to merge all 3 PRs into one as they are all related to JSON export:
For example: If I have two locales, "et" and "ru", by default import is also trying to find locales for ignored files, and locales "php_et" and "php_ru" which do not exist.