BASIC : Make LocalizableString really localizable, and locale aware
-------------------------------------------------------------------

                 Key: LABS-178
                 URL: https://issues.apache.org/jira/browse/LABS-178
             Project: Labs
          Issue Type: Task
            Reporter: Simone Gianni
            Assignee: Simone Gianni


Currently they only format the message with parameters. They should convert the 
message to a key, search for the key in proper property files, report missing 
keys, if a translation is found use it.

Also, localizable strings must be used wherever (view, webview) strings or 
messages going out to the user are involved.

Regarding location of bundles, following a strategy similar to Settings (or 
even reusing it) could be a good choice, offering both per-package localization 
bundles and global override. To report missing keys, a "log file" already in 
bundle format may be used by the developer to cut-paste keys to proper bundle 
file, and also provide "delta" when new keys are added.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to