[
https://issues.apache.org/jira/browse/DERBY-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570200#action_12570200
]
dyret edited comment on DERBY-3375 at 2/19/08 5:10 AM:
----------------------------------------------------------------
I would have thought that this would work the way Andrew indicates... but I
have not tried it.
What if new error messages are added like this:
<msg>
<name>ABCDE.x</name>
<text lang="en">Some error with arg '{0}'.</text>
<arg>SomeArg</arg>
<!-- <text lang="de_DE">Uncomment, and add translated text
here</text> --->
<!-- <text lang="fr">Uncomment, and add translated text
here</text> --->
<!-- <text lang="it">Uncomment, and add translated text
here</text> --->
...
<!-- <text lang="cn_TW">Uncomment, and add translated text
here</text> --->
</msg>
Then no translation would have to add any lines, only modify exiting ones. And,
at least in theory, no two translations would need to touch the same lines...
was (Author: dyret):
I would have thought that this would work the way Andrew indicates... but I
have not tried it.
What if new error messages are added like this:
<msg>
<name>ABCDE.x</name>
<text lang="en">Some error with arg '{0}'.</text>
<arg>SomeArg</arg>
<!-- <text lang="de_DE"></text> --->
<!-- <text lang="fr">Uncomment, and add translated text
here</text> --->
<!-- <text lang="it">Uncomment, and add translated text
here</text> --->
...
<!-- <text lang="cn_TW">Uncomment, and add translated text
here</text> --->
</msg>
Then no translation would have to add any lines, only modify exiting ones. And,
at least in theory, no two translations would need to touch the same lines...
> Localize new error messages added in 10.3
> -----------------------------------------
>
> Key: DERBY-3375
> URL: https://issues.apache.org/jira/browse/DERBY-3375
> Project: Derby
> Issue Type: Improvement
> Components: Localization
> Affects Versions: 10.3.2.1
> Reporter: Dyre Tjeldvoll
> Priority: Minor
> Fix For: 10.4.0.0
>
> Attachments: CheckMessages.java, checkMessages.sql, derby-3375.diff,
> drda_messages.zip, engine_messages.zip
>
>
> New error messages added in 10.3 have not been localized. Should translate
> these into as many languages as possible.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.