lexik/translation-bundle
Symfony bundle to manage translations in a database: import from xliff/yml/php, edit via a web GUI, track missing domain translations, add new keys, and export back to files. Database loader overrides file-based translations.
This Symfony bundle allows you to:
The idea is to:
The bundle overrides the translator service and provides a DatabaseLoader. Database translations content is loaded last so it overrides content from xliff, yml and php translations files. You can also export translations from the database into files in case you need to get translations files with the same content as the database.
For installation and configuration refer to Resources/doc/index.md
Here is a little screen shot of the edition page :)

The project provides a Makefile for common tasks (tests, static analysis, code style). See docs/development.md for:
.php-cs-fixer.cache) are listed in .gitignore and are not committed; you can remove them locally if needed.How can I help you explore Laravel packages today?