computerline1z / okapi

Automatically exported from code.google.com/p/okapi
0 stars 0 forks source link

TMXWriter can't generate files with srclang *all* #342

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Although TMXWriter can write out a header with a source locale of "*all*", 
there is no way to specify the source locale of an individual TU when using 
writeTUFull, so every TU ends up with xml:lang="*all*".

This commit[1] adds a second version of writeTUFull which accepts a source 
locale argument.

What version of the product are you using? On what operating system?
0.21

Please provide any additional information below.

[1] 
https://code.google.com/r/seanflanigan-okapi/source/detail?r=e3e9558550935b40b01
31ce4caf76508d968382f&name=tmx-srclang-all

Original issue reported on code.google.com by sean.flanigan@gmail.com on 3 Jun 2013 at 7:09

GoogleCodeExporter commented 9 years ago
The fix has been pushed
https://code.google.com/p/okapi/source/detail?r=563adde345744def234777748bd6767d
84764855&name=dev

Original comment by yves.sav...@gmail.com on 3 Jun 2013 at 11:29