Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0012944 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 01. General setup | major | always | 2010-04-12 20:25 | 2010-05-06 00:00 | |||
Reporter | vmromanos | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | immediate | Resolution | no change required | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | 2.40MP13 | |||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_12 | |||
OS Version | Debian 5.0 | Database version | 8.3.8 | Ant version | 1.7.0 | |||
Product Version | 2.40MP12 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0012944: trl attribute in language XML files is always set to "Y" | |||||||
Description | The XML structure of the language files is: <row id="101" trl="Y"> <value column="MsgText" original="zero">cero</value> <value column="MsgTip" original=""/> </row> Where the trl attribute indicates whether the string is translated or not. In previous versions of Openbravo 2.40, this attribute was properly set to the right value, however right now it's always set as "Y". This bug does not allow the translator to properly identify which strings are remaining to be translated and it makes almost impossible to manage translations from a localizer point of view. Note: I have just checked it in Openbravo 2.40 | |||||||
Steps To Reproduce | 1- First of all you will need to apply the patch available in 0010914 to fix an issue that is blocking this one 2- Import the Spanish language (available at https://dev.openbravo.com/websvn/localization/translations/es_ES/branches/2.40/ [^]) using the normal procedure described at http://wiki.openbravo.com/wiki/Translating_Openbravo [^] 3- Export the language. 4- Run a diff in each of the XML files between the old version and the exported one and you will see that there are lots of trl changed to "Y". Example for the AD_MESSAGE table: < <row id="1000200002" trl="Y"> --- > <row id="1000200002" trl="N"> 21919c21919 < <row id="1000200003" trl="Y"> --- > <row id="1000200003" trl="N"> 5- If you open the new version of the file, and you find one of these rows, you will realize that they're not translated into Spanish and they have the trl="Y". Example: <row id="1000200002" trl="Y"> <value column="MsgText" original="Order line">Order line</value> <value column="MsgTip" original=""/> </row> | |||||||
Proposed Solution | The trl attribute must work as before | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||||||||||||||||
|
![]() |
|
(0026747) dmitry_mezentsev (viewer) 2010-04-28 10:20 |
Changed this issue to OBN course it is blocking OBN fix - 0012925. |
(0026926) adrianromero (viewer) 2010-05-04 16:57 |
Set to inmediate because it blocks an obnetwork issue near to expire |
(0026951) alostale (viewer) 2010-05-05 08:57 |
This is not a 2.50 issue, fixed backport in 2.40 |
![]() |
|||
Date Modified | Username | Field | Change |
2010-04-12 20:25 | vmromanos | New Issue | |
2010-04-12 20:25 | vmromanos | Assigned To | => adrianromero |
2010-04-12 20:25 | vmromanos | OBNetwork customer | => No |
2010-04-12 20:25 | vmromanos | Relationship added | depends on 0010914 |
2010-04-12 20:26 | vmromanos | Relationship added | blocks 0012925 |
2010-04-26 16:37 | dalsasua | Relationship added | blocks 0013123 |
2010-04-28 10:20 | dmitry_mezentsev | OBNetwork customer | No => Yes |
2010-04-28 10:20 | dmitry_mezentsev | Note Added: 0026747 | |
2010-05-04 13:33 | adrianromero | Status | new => scheduled |
2010-05-04 13:33 | adrianromero | fix_in_branch | => pi |
2010-05-04 13:35 | adrianromero | Target Version | => 2.40MP13 |
2010-05-04 13:35 | adrianromero | fix_in_branch | pi => |
2010-05-04 13:37 | adrianromero | Issue cloned | 0013213 |
2010-05-04 13:37 | adrianromero | Relationship added | depends on 0013213 |
2010-05-04 16:57 | adrianromero | Note Added: 0026926 | |
2010-05-04 16:57 | adrianromero | Assigned To | adrianromero => alostale |
2010-05-04 16:57 | adrianromero | Priority | normal => immediate |
2010-05-05 08:57 | alostale | Note Added: 0026951 | |
2010-05-05 08:57 | alostale | Status | scheduled => closed |
2010-05-05 08:57 | alostale | Resolution | open => no change required |
2010-05-06 00:00 | anonymous | sf_bug_id | 0 => 2997334 |
Copyright © 2000 - 2009 MantisBT Group |