Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DCE6E907 for ; Thu, 27 Dec 2012 15:34:13 +0000 (UTC) Received: (qmail 16365 invoked by uid 500); 27 Dec 2012 15:34:12 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 16287 invoked by uid 500); 27 Dec 2012 15:34:12 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 16279 invoked by uid 99); 27 Dec 2012 15:34:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 15:34:12 +0000 Date: Thu, 27 Dec 2012 15:34:12 +0000 (UTC) From: "Roland Zwaga (JIRA)" To: flex-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33330) An easier way of managing the locales for the InstallApache application MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13539986#comment-13539986 ] Roland Zwaga commented on FLEX-33330: ------------------------------------- The application does use the ResourceManager, in the RuntimeLocale.as file all of the locales are created at runtime instead of using a compiled external resource bundle. I can't remember exactly why it was done this way, I believe this way was faster. It was discussed on the list a while ago IIRC... > An easier way of managing the locales for the InstallApache application > ----------------------------------------------------------------------- > > Key: FLEX-33330 > URL: https://issues.apache.org/jira/browse/FLEX-33330 > Project: Apache Flex > Issue Type: Improvement > Components: InstallApacheFlex > Reporter: Roland Zwaga > Priority: Minor > Labels: InstallApacheFlex, utility > Fix For: InstallApacheFlex 1.1 > > Attachments: ApacheFlexInstallerLocaleEditor.zip > > > Right now updating the translation for an existing locale, or creating a new locale for the InstallApache application involves quite a bit of copy/pasting. While the list of locales grows this problem will grow with it, IMHO. > To try and combat this complexity I've created a small AIR application which is capable of loading, parsing and editing the RuntimeLocale.as (which contains all of the locale data) file of the InstallApache project. > I'll attach both an FXP export of the FlashBuilder project as well as an AIR installer for the application. > Should folks find the app useful I'll be happy to donate the code to Apache Flex. > A huge credit goes out to Michael Schmalle who created the asblocks library (https://github.com/teotigraphix/as3-commons-asblocks) which takes care of the parsing and editing of actionscript source files. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira