Closed GoogleCodeExporter closed 9 years ago
The entries with a name ending with ".Name" are intentionally set as
non-translatable in the default ResX configuration. From our current experience
such entries usually correspond to non-translatable parts of a form.
You can modify the default configuration by creating a new one: Open Rainbow.
Go to "Tools > Filter Configurations"
Select the default ResX entry
Click o Create and provide a name for your configuration (e.g. myResX)
Remove the ITS element that set the ".Name" to translate='no'
Click OK
Your configuration file will be saved in the directory set in "Custom
configurations"
You can copy that file (a .fprm file) in the directory where your ResX files
are and use:
tikal -x myfile.resx -fc okf_xml@myResX
to extract the file using the configuration. You will need to also use that
same configuration when merging back the translated XLIFF file.
Original comment by yves.sav...@gmail.com
on 15 Feb 2012 at 11:59
That worked perfectly. Thank you for the quick response and detailed steps!
Original comment by loricre...@gmail.com
on 15 Feb 2012 at 6:38
Original issue reported on code.google.com by
loricre...@gmail.com
on 15 Feb 2012 at 1:01Attachments: