[
https://issues.apache.org/jira/browse/FLEX-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211835#comment-13211835
]
Justin Mclean commented on FLEX-16:
-----------------------------------
To make it easier to review here is the list of changes from the en_US local:
Changes in ./frameworks/locale/en_US/metadata.properties
Changes in
./frameworks/projects/advancedgrids/bundles/en_US/datamanagement.properties
Changes in ./frameworks/projects/advancedgrids/bundles/en_US/olap.properties
41c41
< finalizingMessage=Finalizing...Please wait.
---
> finalizingMessage=Finalising...Please wait.
Changes in
./frameworks/projects/airframework/bundles/en_US/aircontrols.properties
45c45
< fileSystemDataGrid_dateFormatString=M/D/YYYY L:NN A
---
> fileSystemDataGrid_dateFormatString=D/M/YYYY L:NN A
Changes in ./frameworks/projects/charts/bundles/en_US/charts.properties
Changes in
./frameworks/projects/flash-integration/bundles/en_US/empty.properties
Changes in ./frameworks/projects/framework/bundles/en_US/collections.properties
Changes in ./frameworks/projects/framework/bundles/en_US/controls.properties
Changes in ./frameworks/projects/framework/bundles/en_US/core.properties
Changes in ./frameworks/projects/framework/bundles/en_US/effects.properties
Changes in ./frameworks/projects/framework/bundles/en_US/formatters.properties
36c36
< areaCodeFormat=(###)
---
> areaCodeFormat=(##)
38,39c38,39
< phoneNumberFormat=(###) ###-####
< validPatternChars=+()#- .
---
> phoneNumberFormat=(##) #### ####
> validPatternChars=+()# .
42c42
< zipCodeFormat=#####
---
> zipCodeFormat=####
Changes in ./frameworks/projects/framework/bundles/en_US/logging.properties
Changes in ./frameworks/projects/framework/bundles/en_US/modules.properties
Changes in
./frameworks/projects/framework/bundles/en_US/SharedResources.properties
28c28
< dateFormat=MM/DD/YYYY
---
> dateFormat=DD/MM/YYYY
Changes in ./frameworks/projects/framework/bundles/en_US/skins.properties
Changes in ./frameworks/projects/framework/bundles/en_US/states.properties
24c24
< alreadyParented=Cannot add a child that is already parented.
---
> alreadyParented=Cannot add a child that already has a parent.
Changes in ./frameworks/projects/framework/bundles/en_US/styles.properties
Changes in ./frameworks/projects/framework/bundles/en_US/utils.properties
Changes in ./frameworks/projects/framework/bundles/en_US/validators.properties
100,107c100,107
< invalidCharErrorEV=Your e-mail address contains invalid characters.
< invalidDomainErrorEV=The domain in your e-mail address is incorrectly
formatted.
< invalidIPDomainError=The IP domain in your e-mail address is incorrectly
formatted.
< invalidPeriodsInDomainError=The domain in your e-mail address has consecutive
periods.
< missingAtSignError=An at sign (@) is missing in your e-mail address.
< missingPeriodInDomainError=The domain in your e-mail address is missing a
period.
< missingUsernameError=The username in your e-mail address is missing.
< tooManyAtSignsError=Your e-mail address contains too many @ characters.
---
> invalidCharErrorEV=Your email address contains invalid characters.
> invalidDomainErrorEV=The domain in your email address is incorrectly
> formatted.
> invalidIPDomainError=The IP domain in your email address is incorrectly
> formatted.
> invalidPeriodsInDomainError=The domain in your email address has consecutive
> periods.
> missingAtSignError=An at sign (@) is missing in your email address.
> missingPeriodInDomainError=The domain in your email address is missing a
> period.
> missingUsernameError=The user name in your email address is missing.
> tooManyAtSignsError=Your email address contains too many @ characters.
116c116
< invalidCharErrorPNV=Your telephone number contains invalid characters.
---
> invalidCharErrorPNV=Your phone number contains invalid characters.
118c118
< wrongLengthErrorPNV=Your telephone number must contain at least {0} digits.
---
> wrongLengthErrorPNV=Your phone number must contain at least {0} digits.
Changes in ./frameworks/projects/mx/bundles/en_US/containers.properties
Changes in ./frameworks/projects/playerglobal/bundles/en_US/empty.properties
Changes in ./frameworks/projects/rpc/bundles/en_US/messaging.properties
32c32
< noURLSpecified = No url was specified for the channel.
---
> noURLSpecified = No URL was specified for the channel.
63,65c63,65
< lsoStorageNotAllowed = The message store cannot initialize because local
storage is not allowed. Please ensure that local storage is enabled for the
Flash Player and that sufficient storage space is configured.
< messageQueueNotInitialized = The message store has not been initialized.
< messageQueueFailedInitialize = Message store initialization failed.
---
> lsoStorageNotAllowed = The message store cannot initialise because local
> storage is not allowed. Please ensure that local storage is enabled for the
> Flash Player and that sufficient storage space is configured.
> messageQueueNotInitialized = The message store has not been initialised.
> messageQueueFailedInitialize = Message store initialisation failed.
89c89
< securityError = Security error accessing url
---
> securityError = Security error accessing URL
Changes in ./frameworks/projects/rpc/bundles/en_US/rpc.properties
Changes in ./frameworks/projects/spark/bundles/en_US/components.properties
Changes in ./frameworks/projects/spark/bundles/en_US/layout.properties
24c24
< basicLayoutNotVirtualized=BasicLayout doesn't support virtualization.
---
> basicLayoutNotVirtualized=BasicLayout doesn't support virtualisation.
28c28
< constraintLayoutNotVirtualized=ConstraintLayout doesn't support
virtualization.
---
> constraintLayoutNotVirtualized=ConstraintLayout doesn't support
> virtualisation.
Changes in ./frameworks/projects/spark/bundles/en_US/osmf.properties
Changes in ./frameworks/projects/spark/bundles/en_US/sparkEffects.properties
Changes in ./frameworks/projects/spark/bundles/en_US/textLayout.properties
This was generated by the script:
#!/bin/sh
AUFILES=`find . -name "*.properties" | grep "en_AU"`
for FILE in $AUFILES
do
USFILE=`echo $FILE | sed s/en_AU/en_US/`
echo "Changes in $USFILE"
diff -w $USFILE $FILE
done
> Missing en_AU locale for Flex SDK framework
> -------------------------------------------
>
> Key: FLEX-16
> URL: https://issues.apache.org/jira/browse/FLEX-16
> Project: Apache Flex
> Issue Type: Improvement
> Reporter: Justin Mclean
> Assignee: Bertrand Delacretaz
> Priority: Minor
> Attachments: en_AU.tar, en_AU.txt, en_GB.zip
>
>
> Flex SDK has only has an en_US english locale, there are many other english
> locales that could be supported with minor changes to the existing
> .properties files.
--
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