fix an_ES locale data details

compiling an_ES.xml gave:
Warning: Time100SecSeparator is different from DecimalSeparator, this may be correct or not. Intended?
Warning: Don't forget to adapt corresponding FormatCode elements when changing separators.
Warning: QuotationStart may be wrong: U+201C “
Warning: QuotationEnd may be wrong: U+201D ”
Warning: DoubleQuotationStart may be wrong: U+2018 ‘
Warning: DoubleQuotationEnd may be wrong: U+2019 ’

* Exchanged Quotation(Start|End) and DoubleQuotation(Start|End)

Not sure about the use of '.' Time100SecSeparator whereas DecimalSeparator is ','
This commit is contained in:
Eike Rathke 2011-09-04 14:04:02 +02:00
parent 9b92ca05cb
commit 5456b230a2

View file

@ -25,10 +25,10 @@
<LongDateYearSeparator> </LongDateYearSeparator> <LongDateYearSeparator> </LongDateYearSeparator>
</Separators> </Separators>
<Markers> <Markers>
<QuotationStart></QuotationStart> <QuotationStart></QuotationStart>
<QuotationEnd></QuotationEnd> <QuotationEnd></QuotationEnd>
<DoubleQuotationStart></DoubleQuotationStart> <DoubleQuotationStart></DoubleQuotationStart>
<DoubleQuotationEnd></DoubleQuotationEnd> <DoubleQuotationEnd></DoubleQuotationEnd>
</Markers> </Markers>
<TimeAM>a. m.</TimeAM> <TimeAM>a. m.</TimeAM>
<TimePM>p. m.</TimePM> <TimePM>p. m.</TimePM>