cakephp-i18n
cakephp-i18n copied to clipboard
removing unused translations from DB table
bin/cake admad/i18n extract adds new records to the table but does not remove those no longer used in the project. It would be good to remove them, or perhaps even better, mark them as unused to avoid accidentally deleting translations.