Cleanup translations
Categories
Component ID
2166669
Component name
Cleanup translations
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
788
Component created
Component changed
Component body
The database tables used for string translations are ever-growing as entries are never removed. Old strings from removed modules, corrected typos in strings or obsolete strings bloat the tables. Translators do not know which string is actually used when they are using the translation UI. Also the bloated tables slow down the translation lookup queries.
This module syncs the strings in the database with those defined in code and allows to remove outdated strings from the database.
