diff options
author | Eike Rathke <erack@redhat.com> | 2012-01-13 22:56:56 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-01-13 22:56:56 +0100 |
commit | 12eb7da661635a64272e32204f246d0a5c299ccd (patch) | |
tree | 82e3923efd4726ab395f4d6583accda12e8f0ccf /i18npool | |
parent | 92bf1c3f605f837214013d25396b3d3a34005e9c (diff) |
changed [pt-PT] default date format to DD-MM-AAAA (was DD-MM-AA)
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/pt_PT.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/localedata/data/pt_PT.xml b/i18npool/source/localedata/data/pt_PT.xml index 31cfe04ed310..ee4a982822a5 100644 --- a/i18npool/source/localedata/data/pt_PT.xml +++ b/i18npool/source/localedata/data/pt_PT.xml @@ -54,10 +54,10 @@ <FormatElement msgid="DateFormatskey6" default="false" type="medium" usage="DATE" formatindex="37"> <FormatCode>QQ "de" AA</FormatCode> </FormatElement> - <FormatElement msgid="DateFormatskey7" default="false" type="medium" usage="DATE" formatindex="21"> + <FormatElement msgid="DateFormatskey7" default="true" type="medium" usage="DATE" formatindex="21"> <FormatCode>DD-MM-AAAA</FormatCode> </FormatElement> - <FormatElement msgid="DateFormatskey8" default="true" type="medium" usage="DATE" formatindex="20"> + <FormatElement msgid="DateFormatskey8" default="false" type="medium" usage="DATE" formatindex="20"> <FormatCode>DD-MM-AA</FormatCode> </FormatElement> <FormatElement msgid="DateFormatskey9" default="true" type="long" usage="DATE" formatindex="19"> |