Please add new directive {TSI:IGNORE LINE}

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
David
Posts: 7
Joined: Tue Oct 12, 2004 9:07 am

Please add new directive {TSI:IGNORE LINE}

Post by David »

I know there is already directive for excluding line from translation. But limitation for this is that directive must be placed on the same line.
This can be problem if the source line is too long. Than I can't see directive.
My suggestion is introduce new directive in the following form:

{TSI:IGNORE LINE}
S :='This string is excluded from translation'.

which exclude one following line code. It could be very useful, because usually you have one line strings.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

OK
David
Posts: 7
Joined: Tue Oct 12, 2004 9:07 am

Post by David »

Thanks Igor for your answer.

For completeness please, if possible, add also directive
{TSI:TRANSLATE LINE}
which is complementary to {TSI:IGNORE LINE}.
It is very useful, if you have ignore mode as default. This directive translates one line behind {TSI:TRANSLATE LINE} directive regardless of {TSI:IGNORE ON} or {TSI:IGNORE OFF} directives.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

OK, Will try ;)
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

New tags:
{TSI:IGNORE NEXT}
{TSI:TRANSLATE NEXT}

introduced and will be available in forthcoming release.
David
Posts: 7
Joined: Tue Oct 12, 2004 9:07 am

Post by David »

It is great Igor, thanks.
Post Reply