Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006819Openbravo ERPA. Platformpublic2009-01-09 16:332017-09-15 11:37
shuehner 
platform 
lowminorhave not tried
closedfixed 
5
pi 
3.0PR17Q4 
Core
No
0006819: Translation code at compilation does currently care about if a string does have a translation. But it should not care about this
The translation code at compilation time should only do two things:

- Insert missing string into ad_textinterfaces
- Mark rows in ad_textinterfaces as used/unused

Currently it partly bases this decision about if an entry in ad_textintefaces_trl (the really translated string) exists or not.

This fact (translated strings exists) should not affect this decision.
Review the decision when/how strings are inserted into ad_textinterfaces without checking the fact if a translated string exist in ad_textinterfaces_trl or not.
No tags attached.
related to feature request 0006837 closed shuehner Translation code used at compile time could/should be cleanup up after latest translation changes. 
blocks feature request 0007236 acknowledged shuehner Tracking issue: Cleanup for 3.00 
Issue History
2009-01-09 16:33shuehnerNew Issue
2009-01-09 16:33shuehnerAssigned To => pheenan
2009-01-09 16:33shuehnersf_bug_id0 => 2495956
2009-01-09 16:33shuehnerRegression testing => No
2009-01-09 16:35shuehnerNote Added: 0012044
2009-01-09 16:35shuehnerIssue Monitored: shuehner
2009-01-10 17:51shuehnerRelationship addedrelated to 0006837
2009-01-10 17:53shuehnerNote Edited: 0012044
2009-01-30 20:02shuehnerRelationship addedblocks 0007236
2009-03-24 11:28AinhoaPagolaAssigned Topheenan => alostale
2017-04-10 14:39alostaleAssigned Toalostale => platform
2017-09-15 11:37shuehnerNote Added: 0099065
2017-09-15 11:37shuehnerStatusnew => closed
2017-09-15 11:37shuehnerResolutionopen => fixed
2017-09-15 11:37shuehnerFixed in Version => 3.0PR17Q4

Notes
(0012044)
shuehner   
2009-01-09 16:35   
(edited on: 2009-01-10 17:53)
During this "src-trl/src/org/openbravo/translate/Translate.java" could/should be cleanup up to not fetch/pass around the translated string at all.

(0099065)
shuehner   
2017-09-15 11:37   
Indirectly fixed by 36755 reimplementing Translate part completely with the this problem.