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