Remove existing translations first does not truncate "locales_source" table
hass - June 2, 2007 - 13:22
| Project: | Auto locale import |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
i wondered why my translated strings count was only 61% and i know i have less then 80 untranslated strings... after some searching i found out "locales_source" table is full of outdated garbage. This may result from the 4.7.x upgrade... i don't know.
So it looks like the function behind check box "Remove existing translations first" is missing a truncate on locales_source table first.

#1
As the checkbox says, it removes outdated *translations*, not source strings. Implementing a complete cleanup tool would certainly be good.