DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17127>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17127

[PATCH] I18nTransformer support for multiple catalogues





------- Additional Comments From [EMAIL PROTECTED]  2003-02-18 09:40 -------
Found another probably 'unintended feature' in the current I18nTransformer: if
i18n:text was used inside i18n:translate but no parameters were specified, the
text was completely removed (no translation, no default value). This behaviour
is inconsistent with previous versions of the I18nTransformer.

There was an explicit test to see if there are any parameters:
if (indexedParams.size() > 0 && tr_text_recorder != null) {
but I think the code inside the if works as well in case there are no
parameters, thus I removed that test.

Attached a new patch for the I18nTransformer.java, this replaces the older patch.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to