You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Okomin (JIRA)" <ji...@apache.org> on 2006/08/29 12:20:26 UTC

[jira] Created: (HARMONY-1321) [classlib][internationalization]Internationalization of the text module

[classlib][internationalization]Internationalization of the text module
-----------------------------------------------------------------------

                 Key: HARMONY-1321
                 URL: http://issues.apache.org/jira/browse/HARMONY-1321
             Project: Harmony
          Issue Type: Sub-task
          Components: Classlib
            Reporter: Ilya Okomin
            Priority: Trivial


[text] module should be internationalized with the scheme suggested in HARMONY-1308 issue. 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1321) [classlib][internationalization]Internationalization of the text module

Posted by "Ilya Okomin (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1321?page=comments#action_12438070 ] 
            
Ilya Okomin commented on HARMONY-1321:
--------------------------------------

Thanks Tim,
Patch was applied as expected.


> [classlib][internationalization]Internationalization of the text module
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-1321
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1321
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>         Assigned To: Tim Ellison
>            Priority: Trivial
>         Attachments: text.diff
>
>
> [text] module should be internationalized with the scheme suggested in HARMONY-1308 issue. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1321) [classlib][internationalization]Internationalization of the text module

Posted by "Ilya Okomin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1321?page=all ]

Ilya Okomin updated HARMONY-1321:
---------------------------------

    Attachment: text.diff

Please, try this patch.
Notes:
1. Some classes used o.a.h.luni.util.Msg class to get formatted messages, all these messages were replaced with o.a.h.text.internal.nls.Messages.getString(..) calls. 
2. message "text.04=Unterminated quote" corresponds to the "K0019=Unterminated quote {0}" in luni ExternalMessages.properties. If you take a look at the usage of this message - it is used without parameters and "{0}" substring for replacement is not used, I've deleted it from the text.04 message.

> [classlib][internationalization]Internationalization of the text module
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-1321
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1321
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>            Priority: Trivial
>         Attachments: text.diff
>
>
> [text] module should be internationalized with the scheme suggested in HARMONY-1308 issue. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-1321) [classlib][internationalization]Internationalization of the text module

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1321?page=all ]

Tim Ellison resolved HARMONY-1321.
----------------------------------

    Resolution: Fixed

Thanks Ilya.

Patch applied to TEXT module at repo revision r450026.

Please check that it was applied as you expected.


> [classlib][internationalization]Internationalization of the text module
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-1321
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1321
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>         Assigned To: Tim Ellison
>            Priority: Trivial
>         Attachments: text.diff
>
>
> [text] module should be internationalized with the scheme suggested in HARMONY-1308 issue. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-1321) [classlib][internationalization]Internationalization of the text module

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1321?page=all ]

Tim Ellison closed HARMONY-1321.
--------------------------------


Verified by Ilya.


> [classlib][internationalization]Internationalization of the text module
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-1321
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1321
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>         Assigned To: Tim Ellison
>            Priority: Trivial
>         Attachments: text.diff
>
>
> [text] module should be internationalized with the scheme suggested in HARMONY-1308 issue. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1321) [classlib][internationalization]Internationalization of the text module

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1321?page=all ]

Tim Ellison reassigned HARMONY-1321:
------------------------------------

    Assignee: Tim Ellison

> [classlib][internationalization]Internationalization of the text module
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-1321
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1321
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>         Assigned To: Tim Ellison
>            Priority: Trivial
>         Attachments: text.diff
>
>
> [text] module should be internationalized with the scheme suggested in HARMONY-1308 issue. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1321) [classlib][internationalization]Internationalization of the text module

Posted by "Ilya Okomin (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1321?page=comments#action_12433114 ] 
            
Ilya Okomin commented on HARMONY-1321:
--------------------------------------

I'm going to investigate this issue.

> [classlib][internationalization]Internationalization of the text module
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-1321
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1321
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>            Priority: Trivial
>
> [text] module should be internationalized with the scheme suggested in HARMONY-1308 issue. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira