Exclude template from source translation

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Hermit
Posts: 8
Joined: Wed May 12, 2004 8:46 am
Location: Poland
Contact:

Exclude template from source translation

Post by Hermit »

Hello,

Is there any possibility to skip some phrases during source scaning ?

Here is my example:

FielbByName("fieldName")->AsString = "en_value";

then fieldName shoud be skipped and en_value shoud be replaced by silang.

Now I can either exclude whole line containing FielbByName or translate both fieldName and en_value string.

It'll be nice if I can define some template which shoud be avoided by scanner ie. FieldByName("*"), where * means 'any string'

Other options as exclude phrases after scan or exclude phrase containing string are not very usefull becouse there is many fieldnames defined in source.

Best Regards
Tomasz berg
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Unfortunately, there is no other option available for this. You will need either use Skip Options or delete the strings from Found Strings form.
Best regards,
Igor Siticov.
Hermit
Posts: 8
Joined: Wed May 12, 2004 8:46 am
Location: Poland
Contact:

Post by Hermit »

isiticov wrote:Unfortunately, there is no other option available for this.
So I propose add this feature into next relase.

Best regards
Post Reply