Hi Bruno, unfortunatly the Adobe started shipping the locale resources for pt_BR with SDK 4.0 ... having a look at the earlier releases of the SDK these only contain en_US and ja_JP. So I guess you will have to deploy them yourself or upgrade to some 4.0 SDK. (I have to admit, that I had a look at the SDK versions republished by Adobe a few months ago (all the A and B versions), so I don't know if the original Versions eventually contained the resources you were looking for.
Just as an assumption ... perhaps you could simply reference the resource bundles of a 4.x version (Don't know if this works 100%). Chris Am Freitag, 18. Mai 2012 15:25:03 UTC+2 schrieb Bruno Medeiros: > > Hi all! > > I'm not sure if it's the same problem, but I'm experiencing a very weird > problem on locale pt_BR. Besides the error messages being in French, the > behaviour of NumberValidator is different from all other locales. So I > started to try reproducing the bug in a small project and realized that the > https://repository.sonatype.org/content/groups/flexgroup/com/adobe/flex/framework/framework/3.2.0.3958/framework-3.2.0.3958-pt_BR.rb.swcreally > have messages in French!! > > Is it expected? Can you redeploy these file with the correct one or should > I fix it myself? Any tips on how to exclude this artifact and import the > correct one? > > thanks, > > On Wed, Oct 21, 2009 at 7:18 PM, Marvin Froeder <[email protected]> wrote: > >> Fix on your repo.... this is fixed by adobe on flex 4 >> >> >> On Wed, Oct 21, 2009 at 6:45 PM, Scott Langeberg <[email protected]>wrote: >> >>> >>> As followup, I was able to run >>> >>> ${FLEX_HOME}\bin\copylocale.exe en_US fr_FR >>> >>> And I do see that the resulting rpc_rb.swc has the internal structure >>> I described. (locale\pt_BR). >>> >>> I'm guessing this is all it will take to fix. >>> >>> Please let me know if this is updated, otherwise, I'll just be posting >>> fix to our local repo. >>> >>> Thanks, >>> >>> - Scott >>> >>> On Oct 21, 3:42 pm, Scott Langeberg <[email protected]> wrote: >>> > Hello, >>> > >>> > I did see previous thread on this topic, but I wasn't able to respond >>> > into that thread >>> > >>> > = I am seeing the following errors, when trying to compile with >>> > runtimeLocales (pt_BR): >>> > >>> > [ERROR] Unable to resolve resource bundle "rpc" for locale "pt_BR". >>> > [ERROR] Unable to resolve resource bundle "messaging" for locale >>> > "pt_BR". >>> > >>> > I've attached my plugin tag at bottom. However, I've noticed that the >>> > artifact may have NOT been configured properly. >>> > >>> > When I open the artifact rpc-3.2.0.3958-pt_BR.rb.swc, I can see it was >>> > compiled with internal structure (locale\en_US\rpc.properties, >>> > messaging.properties). In comparison, I can see that >>> > framework-3.2.0.3958-pt_BR.rb.swc was compile with path (locale\pt_BR >>> > \collections.properties, etc.). >>> > >>> > I'm pretty sure the internal structure of the rpc.rb.swc is causing >>> > problems. Any chance this could be looked at? :) Thanks! >>> > >>> > - Scott >>> > >>> > My pom / plugin setup: >>> > <plugin> >>> > >>> <groupId>org.sonatype.flexmojos</groupId> >>> > >>> <artifactId>flexmojos-maven-plugin</artifactId> >>> > <version>3.2.0</version> >>> > <extensions>true</extensions> >>> > <configuration> >>> > >>> <targetPlayer>10.0.0</targetPlayer> >>> > >>> <sourceFile>OperationsApplication.mxml</sourceFile> >>> > >>> > <runtimeLocales> >>> > <locale>en_US</locale> >>> > <locale>pt_BR</locale> >>> > </runtimeLocales> >>> > >>> > </configuration> >>> > </plugin> >>> >>> >> >> --~--~---------~--~----~------------~-------~--~----~ >> You received this message because you are subscribed to the Google >> Groups "Flex Mojos" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/flex-mojos?hl=en?hl=en >> >> http://blog.flex-mojos.info/ >> -~----------~----~----~----~------~----~------~--~--- >> >> > > > -- > BrunoJCM > -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
