https://bugs.documentfoundation.org/show_bug.cgi?id=152781
--- Comment #7 from Eike Rathke <[email protected]> --- (In reply to BogdanB from comment #5) > Could be upper case the reason for error? No. First, it's not an error, just an informational warning. Second, it's simply that for the es-US language/locale we don't have a predefined entry in the UI language list svtools/inc/langtab.hrc and the entry gets generated as "Spanish (United States) {es-US}" when encountered. There is no harm. (In reply to BogdanB from comment #4) > in the list from description is > just Spanish. So, I supose something is not well detected about Spanish > language. ("Language: 0x7e0 with unknown name"). It's almost perfectly fine. Again, the reason is we don't have a predefined UI language list entry. The Spanish 'es' entry probably gets generated because you have <LibreOffice-instdir>/share/extensions/dict-es/es.{aff,dic} files on your system. Similar the "Spanish (United States) {es-US}" for <LibreOffice-instdir>/share/extensions/dict-es/es_US.{aff,dic} and "Spanish (Equatorial Guinea) {es-GQ}" for <LibreOffice-instdir>/share/extensions/dict-es/es_GQ.{aff,dic} and "Spanish (Philippines) {es-PH}" for <LibreOffice-instdir>/share/extensions/dict-es/es_PH.{aff,dic} Though for es-GQ 0x7e0 and es-PH 0x7e1 we should probably have a better mapping involving the 0x00a primary language ID for Spanish instead of the on-the-fly IDs. -- You are receiving this mail because: You are the assignee for the bug.
