As late as last week my setup for biblatex worked fine. Going back to the same project today not even a minimal file compiles:
\documentclass{article}
\usepackage{biblatex}
%\addbibresource{biblatex-examples.bib}
\begin{document}
test%foo\nocite{*}
%\printbibliography
\end{document}
but breaks off with
/usr/local/texlive/2017/texmf-dist/tex/latex/biblatex/biblatex.sty:3776: LaTeX
Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.3776 australian,newzealand}
?
/usr/local/texlive/2017/texmf-dist/tex/latex/biblatex/biblatex.sty:3776: Math f
ormula deleted: Insufficient symbol fonts.
\expandafter ->american|
l.3776 australian,newzealand}
And keeps repeating the last one until
(That makes 100 errors; please try again.)
when I ignore it.
Files without biblatex work as expected.
Using tlmgr to go my two backup versions of biblatex back in time to 1st Jan I still get the same errors.
Could this be another update from the last week or so that causes this?
If I swich back to TL 16 things work as expected. (For my work I need TL 17 because of packages.)