View previous topic :: View next topic |
Author |
Message |
josecotes
Joined: 12 Feb 2016 Posts: 1
|
Posted: Fri Feb 12, 2016 4:43 pm Post subject: Export XLF without Bitmap binary-sequences |
|
|
Hi all,
Is there a way to customize the export of an XLF, so say, an extype="System.Drawing.Bitmap" is not exported?
Please see screenshot for reference:
Thanks,
Jose |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Fri Feb 12, 2016 10:00 pm Post subject: |
|
|
There are two options.
If you are not localizing the bitmaps then you can simply not scan them in the first place. Select the root node in the workspace explorer and then select Scan Filters (under the Settings tab). Remove the Bitmap scan filter. Rescan your project and the Bitmap resources will marked as unused - then use the Translation > Remove Unused menu to remove them from the workspace. This is the best option if you aren't localizing them because it will also make your Globalizer workspace smaller.
If you do want to localize the bitmaps - but just don't want to send them to your translator then you can do this by setting the Export Filter when you export the translations. Change the Include Filters type from ".*" to "System\.String" (without quotes). This will then export only the strings. _________________ Infralution Support |
|
Back to top |
|
|
|