lucker6666 / pseudolocalization-tool

Automatically exported from code.google.com/p/pseudolocalization-tool
Apache License 2.0
0 stars 0 forks source link

Improve localizable text detection in HtmlPreserver #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
HtmlPreserver currently assumes all HTML tags and their attributes are 
non-localizable.  However, tags like <input type="submit" value=" Submit "/> 
have localizable text in attributes.

Fixing this will probably require some table of tag/attributes that should be 
considered localizable, and may complicate generating the non-localizable text 
fragments.

Original issue reported on code.google.com by jat@google.com on 14 Jun 2011 at 9:36

GoogleCodeExporter commented 9 years ago
Committed at r12.

Original comment by jat@google.com on 3 Nov 2011 at 7:01