Releases: WeDesignIt/laravel-translations-import
Releases · WeDesignIt/laravel-translations-import
v1.1.0
v1.0.0
- Complete rewrite of the package, based on Barryvdh's Translation Manager.
- Added new command:
translations:export
. This command allows exporting translations from the database back into language files. - Added new command:
translations:find
. This command finds translations in your files and imports them if they do not exist in the database. - Added new command:
translations:clean
. This command removes all translations from the database where all locales are considered empty. - Added new command:
translations:nuke
. This command removes all translations from the database.