Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language naustrian not found #663

Closed
hauptsignal opened this issue Sep 9, 2024 · 2 comments
Closed

Language naustrian not found #663

hauptsignal opened this issue Sep 9, 2024 · 2 comments

Comments

@hauptsignal
Copy link

I have a issue with a document, using the austrian language.
Here is a minimal example file:

\documentclass{scrreprt}

\usepackage{polyglossia}
\setdefaultlanguage[variant=austrian]{german}
\usepackage[backend=biber]{biblatex}

\begin{document}
Hier steht Inhalt. Welcher jährlich mehr wird.
\end{document}

The run of lualatex gives the following warnings:

(/usr/share/texmf-dist/tex/latex/biblatex/lbx/german.lbx
Module polyglossia Warning: Language naustrian not found in language.dat.lua on
 input line 580

Package biblatex Warning: No hyphenation patterns for 'naustrian' on input line
 580.

) (/usr/share/texmf-dist/tex/latex/biblatex/lbx/german.lbx
Module polyglossia Warning: Language naustrian not found in language.dat.lua on
 input line 580

Package biblatex Warning: No hyphenation patterns for 'naustrian' on input line
 580.

)
Module polyglossia Warning: Language naustrian not found in language.dat.lua on
 input line 20

Package biblatex Warning: No hyphenation patterns for 'naustrian' on input line
 20.

)

The same file without austrian variant \setdefaultlanguage{german} gives no warnings.
Versions are LuaHBTeX 1.18.0, polyglossia 2024/03/07 v2.1, biblatex 2023/03/05 v 3.19

@jspitz
Copy link
Collaborator

jspitz commented Sep 10, 2024

You can safely ignore these warnings. This is due to a glitch in the (n)austrian biblatex lbx file (hence no polyglossia bug). I will report at biblatex.

@jspitz
Copy link
Collaborator

jspitz commented Sep 10, 2024

Reported at plk/biblatex#1381

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants