You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Valentin Valchev (JIRA)" <ji...@apache.org> on 2010/03/15 16:24:27 UTC

[jira] Updated: (FELIX-2204) Localization causes a problem in WebConsole configuration

     [ https://issues.apache.org/jira/browse/FELIX-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentin Valchev updated FELIX-2204:
------------------------------------

    Attachment: localization_config_titles.patch

The provided localization_config_titles.patch is a simple fix for the problem. It uses the resource bundle to obtain the plugin titles.

This patch *works*. It uses English - which is the default locale for resource keys. Always English because all other information in the metatype provider are in English.

However there might be a better solution - to provide localization of the whole meta data. Unfortunately we will not be able to cache the OCD anymore, but instead create a new OCD depending on the requested locale.

The better solution is more complete and mature, but .. I've personally didn't saw a single localized metatyping information.

So my suggestion is to create a new issue for localization of metatyping and if someone adds a comment, that really need this, we can add it. Meanwhile I can commit the simple solution. What do you think?



> Localization causes a problem in WebConsole configuration
> ---------------------------------------------------------
>
>                 Key: FELIX-2204
>                 URL: https://issues.apache.org/jira/browse/FELIX-2204
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>            Reporter: Valentin Valchev
>         Attachments: localization_config_titles.patch
>
>
> After implementing FELIX-2203 when opening the apache web console configuration, the titles are shown with their resource names, not their real names.

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