| Summary: | I find many translated values are equal to original value. | ||
|---|---|---|---|
| Product: | [Technology] Babel | Reporter: | Satoru Yoshida <ramat> |
| Component: | translations | Assignee: | Babel server inbox <babel.server-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | trivial | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Satoru Yoshida
I update the SQL to reproduce. For example, datatools 1.8 SELECT t.`value`, f.`name` FROM (translations t inner join strings s ON t.`string_id` = s.`string_id` AND t.`value` = s.`value` AND t.`language_id` = 8 // Japanese AND t.`possibly_incorrect` =1 AND t.`is_active` = 1 AND s.`is_active` = 1 AND ) inner join files f ON f.`file_id` = s.`file_id` AND f.`project_id` = 'datatools' AND f.`version` = '1.8' AND f.`is_active` = 1 order by 1,2 I will try to replace the texts to translated texts . Target: next Babel language pack release. |