Page 1 of 1

mark nontranslateable strings

Posted: Tue Oct 10, 2006 5:55 am
by moelski
Hi @all!

I want to ask you if there is a solution to mark a hard coded string so that the TsiLang Expert don´t show it in his list if you use Source -> With Form ...

This could be an easy way to reduce the amount of hard coded strings in the SIB file.
Example ... We have a detailed debug logging for our application. This logging uses a lot of hard coded strings. But they don´t have to be translated. If I could mark them ahead translating they won´t appear in the list of TSI Lang Expert. And this will make translation much easier...

Posted: Tue Oct 10, 2006 7:35 am
by isiticov
Hi,

There are "ignore tags" available. Please take a look at http://www.tsilang.com/delphiglobalizat ... faq.html#6 and in user's guide for them. In short:
1. To mark line for ignoral- use {TSI:IGNORE} in this line
2. To start block of ignored lines - use {TSI:IGNORE ON}
3. To stop ignored block - use {TSI:IGNORE OFF}

Posted: Tue Oct 10, 2006 9:22 am
by moelski
Hi !

What should I say ... Perfect :D

Thx alot