{bn-IN}{hi-IN} MM-DD-YY DATE_TIME is very likely wrong, all other are DD-MM-YY
Wrong since its initial commit. Change-Id: I75214226ef5e1e58798ca0eaf396bad590918ee5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160511 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
This commit is contained in:
parent
198035a18f
commit
d48ad3187d
2 changed files with 6 additions and 6 deletions
|
@ -192,13 +192,13 @@
|
|||
<FormatCode>[HH]:MM:SS.00</FormatCode>
|
||||
</FormatElement>
|
||||
<FormatElement msgid="DateTimeFormatskey1" default="true" type="medium" usage="DATE_TIME" formatindex="46">
|
||||
<FormatCode>MM-DD-YY HH:MM AM/PM</FormatCode>
|
||||
<FormatCode>DD-MM-YY HH:MM AM/PM</FormatCode>
|
||||
</FormatElement>
|
||||
<FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
|
||||
<FormatCode>MM-DD-YYYY HH:MM:SS</FormatCode>
|
||||
<FormatCode>DD-MM-YYYY HH:MM:SS</FormatCode>
|
||||
</FormatElement>
|
||||
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="50">
|
||||
<FormatCode>MM-DD-YYYY HH:MM</FormatCode>
|
||||
<FormatCode>DD-MM-YYYY HH:MM</FormatCode>
|
||||
</FormatElement>
|
||||
</LC_FORMAT>
|
||||
<LC_COLLATION ref="en_US" />
|
||||
|
|
|
@ -190,13 +190,13 @@
|
|||
<FormatCode>[HH]:MM:SS.00</FormatCode>
|
||||
</FormatElement>
|
||||
<FormatElement msgid="DateTimeFormatskey1" default="true" type="medium" usage="DATE_TIME" formatindex="46">
|
||||
<FormatCode>MM-DD-YY HH:MM</FormatCode>
|
||||
<FormatCode>DD-MM-YY HH:MM</FormatCode>
|
||||
</FormatElement>
|
||||
<FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
|
||||
<FormatCode>MM-DD-YYYY HH:MM:SS</FormatCode>
|
||||
<FormatCode>DD-MM-YYYY HH:MM:SS</FormatCode>
|
||||
</FormatElement>
|
||||
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="50">
|
||||
<FormatCode>MM-DD-YYYY HH:MM</FormatCode>
|
||||
<FormatCode>DD-MM-YYYY HH:MM</FormatCode>
|
||||
</FormatElement>
|
||||
</LC_FORMAT>
|
||||
<LC_COLLATION ref="en_US"/>
|
||||
|
|
Loading…
Reference in a new issue