I am writing a Dutch article in combination with the British notation for dates.
\documentclass{article}
\usepackage[dutch]{babel}
\usepackage[british]{isodate}
\begin{document}
\printdate{5/9/2017}
\end{document}
The result is as expected: "5 september 2017". However, the log contains the warning Language dutch unknown to isodate. This message appears for every \printdate, which is really annoying. Changing the order of the packages does not have an effect.
Is this a known problem? Can I safely ignore the warnings?
datetime2package has Dutch support provided withdatetime2-dutch. – Nicola Talbot Sep 06 '17 at 09:10