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:
parent
9b92ca05cb
commit
5456b230a2
1 changed files with 4 additions and 4 deletions
|
@ -25,10 +25,10 @@
|
|||
<LongDateYearSeparator> </LongDateYearSeparator>
|
||||
</Separators>
|
||||
<Markers>
|
||||
<QuotationStart>“</QuotationStart>
|
||||
<QuotationEnd>”</QuotationEnd>
|
||||
<DoubleQuotationStart>‘</DoubleQuotationStart>
|
||||
<DoubleQuotationEnd>’</DoubleQuotationEnd>
|
||||
<QuotationStart>‘</QuotationStart>
|
||||
<QuotationEnd>’</QuotationEnd>
|
||||
<DoubleQuotationStart>“</DoubleQuotationStart>
|
||||
<DoubleQuotationEnd>”</DoubleQuotationEnd>
|
||||
</Markers>
|
||||
<TimeAM>a. m.</TimeAM>
|
||||
<TimePM>p. m.</TimePM>
|
||||
|
|
Loading…
Reference in a new issue