[ 
https://issues.apache.org/jira/browse/DERBY-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564874#action_12564874
 ] 

Myrna van Lunteren commented on DERBY-3375:
-------------------------------------------

Similar is true for messages_fr.properties:
--------------
(par ex., select tablename dans sys.systables avec CAST(tablename as 
VARCHAR(128)) = ''T1'')
   should be:
(par ex., select tablename fromsys.systables where CAST(tablename as 
VARCHAR(128)) = ''T1'')
--------------
and italian:
--------------
(ad es. select nometabella from sys.systables where CAST(nometabella as 
VARCHAR(128)) = ''T1'')
  should be: 
(ad es. select tablename from sys.systables where CAST(tablename as 
VARCHAR(128)) = ''T1'')
--------------

Also, to be consistent, maybe all languages should have a period behind the 
"T1")


> 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
>            Assignee: Dyre Tjeldvoll
>            Priority: Minor
>             Fix For: 10.4.0.0
>
>         Attachments: derby-3375.diff
>
>
> 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.

Reply via email to