[Libreoffice-bugs] [Bug 137610] FILEOPEN DOCX Date/time fields from O365 open as English locale
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Oct 20 06:58:36 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=137610
--- Comment #4 from Mike Kaganski <mikekaganski at hotmail.com> ---
An example from word/document.xml from MSO365 (attachment 166523):
> <w:p w:rsidR="00A318AE"
> w:rsidRDefault="00962DF6">
> <w:r>
> <w:fldChar w:fldCharType="begin"/>
> </w:r>
> <w:r>
> <w:instrText xml:space="preserve"> TIME \@ "yyyy. MM. dd." </w:instrText>
> </w:r>
> <w:r>
> <w:fldChar w:fldCharType="separate"/>
> </w:r>
> <w:r>
> <w:rPr>
> <w:noProof/>
> </w:rPr>
> <w:t>2020. 09. 22.</w:t>
> </w:r>
> <w:r>
> <w:fldChar w:fldCharType="end"/>
> </w:r>
> </w:p>
A similar piece from MSO2013 (attachment 166525):
> <w:p w:rsidR="00DD5159"
> w:rsidRDefault="00DD5159">
> <w:pPr>
> <w:rPr>
> <w:lang w:val="hu-HU"/>
> </w:rPr>
> </w:pPr>
> <w:r>
> <w:fldChar w:fldCharType="begin"/>
> </w:r>
> <w:r>
> <w:rPr>
> <w:lang w:val="hu-HU"/>
> </w:rPr>
> <w:instrText xml:space="preserve"> TIME \@ "yyyy.MM.dd." </w:instrText>
> </w:r>
> <w:r>
> <w:fldChar w:fldCharType="separate"/>
> </w:r>
> <w:r>
> <w:rPr>
> <w:noProof/>
> <w:lang w:val="hu-HU"/>
> </w:rPr>
> <w:t>2020.09.22.</w:t>
> </w:r>
> <w:r>
> <w:fldChar w:fldCharType="end"/>
> </w:r>
> </w:p>
Look at all those <w:lang w:val="hu-HU"/> from the latter, that are absent in
the former.
And here comes the question: what are the locale settings in your LibreOffice,
that are rightfully used when the document does not provide the language
information.
Likely NAB.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201020/98740039/attachment.htm>
More information about the Libreoffice-bugs
mailing list