[
https://issues.apache.org/jira/browse/DERBY-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569998#action_12569998
]
Andrew McIntyre commented on DERBY-3375:
----------------------------------------
If translators supply diffs to the original files, there will never be an issue
merging the diff into the original file. And Subversion does a very good job of
merging committed changes into local files, especially if the changes are
orthogonal, so I don't think there's really much of an issue with sending the
XML to translators.
svn up -r ORIGINAL messages.xml
patch -p0 < translator.diff
svn up
svn commit
> 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.