color in gtxml
Bug #924979 reported by
Daniel Mustieles
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PyG3T |
Fix Committed
|
Undecided
|
Ask Hjorth Larsen |
Bug Description
it would be greatful if gtxml could highlight mismatched tags with, for example, a red color.
Some strings have several tags, and sometimes there are 1-character differences between the original and the translated tag, so it's difficult to see where is the typo. Hightlighting the mismatched tag in the translated string could help translator to see and fix it quickly.
I hope you agree with this idea :)
Cheers
To post a comment you must log in.
I think this is possible if I parse the error message from the xml parser and grab the info on where in the string the error is. Then the surrounding characters can be highlighted.