You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Erik de Bruin (JIRA)" <ji...@apache.org> on 2012/08/08 14:56:20 UTC

[jira] [Created] (FLEX-33162) InstallApacheFlex: proposed update to the localisation scheme

Erik de Bruin created FLEX-33162:
------------------------------------

             Summary: InstallApacheFlex: proposed update to the localisation scheme
                 Key: FLEX-33162
                 URL: https://issues.apache.org/jira/browse/FLEX-33162
             Project: Apache Flex
          Issue Type: Improvement
          Components: Installation & Packaging
            Reporter: Erik de Bruin
            Priority: Trivial


The InstallApacheFlex application might like to use this update to it's localisation scheme. The current version requires the creation of a local variable, a 'read-only' property getter and a 'getString' line for every string you want to make localisable (beside the obvious addition of that strings to each of the locales). The suggested patch takes away the requirement for these first 3 steps and dynamically creates the required properties on the ViewResourceConstants singleton at runtime. It also contains minor changes (some strings were not localised etc.).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FLEX-33162) InstallApacheFlex: proposed update to the localisation scheme

Posted by "Erik de Bruin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLEX-33162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik de Bruin updated FLEX-33162:
---------------------------------

    Attachment: InstallApacheFlex_Patch_FLEX-33162_2012-08-08.txt
    
> InstallApacheFlex: proposed update to the localisation scheme
> -------------------------------------------------------------
>
>                 Key: FLEX-33162
>                 URL: https://issues.apache.org/jira/browse/FLEX-33162
>             Project: Apache Flex
>          Issue Type: Improvement
>          Components: Installation & Packaging
>            Reporter: Erik de Bruin
>            Priority: Trivial
>              Labels: InstallApacheFlex, installation
>         Attachments: InstallApacheFlex_Patch_FLEX-33162_2012-08-08.txt
>
>
> The InstallApacheFlex application might like to use this update to it's localisation scheme. The current version requires the creation of a local variable, a 'read-only' property getter and a 'getString' line for every string you want to make localisable (beside the obvious addition of that strings to each of the locales). The suggested patch takes away the requirement for these first 3 steps and dynamically creates the required properties on the ViewResourceConstants singleton at runtime. It also contains minor changes (some strings were not localised etc.).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira