Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0012944
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 01. General setupmajoralways2010-04-12 20:252010-05-06 00:00
ReportervmromanosView Statuspublic 
Assigned Toalostale 
PriorityimmediateResolutionno change requiredFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version2.40MP13
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_12
OS VersionDebian 5.0Database version8.3.8Ant version1.7.0
Product Version2.40MP12SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0012944: trl attribute in language XML files is always set to "Y"

DescriptionThe 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 Reproduce1- 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 SolutionThe trl attribute must work as before
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on defect 00109142.40MP13 closedalostale Export translation does not work 
depends on backport 00132132.40MP13 closedalostale trl attribute in language XML files is always set to "Y" 
blocks defect 0012925 closedvmromanos Report trial balance (PDF) is not translated at all 
blocks backport 0013123 closedvmromanos Report trial balance (PDF) is not translated at all 

-  Notes
(0026747)
dmitry_mezentsev (developer)
2010-04-28 10:20

Changed this issue to OBN course it is blocking OBN fix - 0012925.
(0026926)
adrianromero (manager)
2010-05-04 16:57

Set to inmediate because it blocks an obnetwork issue near to expire
(0026951)
alostale (manager)
2010-05-05 08:57

This is not a 2.50 issue, fixed backport in 2.40

- Issue History
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 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 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
Powered by Mantis Bugtracker