Posted by hass on June 2, 2007 at 1:22pm
Jump to:
| Project: | Auto locale import |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
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.
Comments
#1
As the checkbox says, it removes outdated *translations*, not source strings. Implementing a complete cleanup tool would certainly be good.
#2