Western Frisian
This page offers basic guidance on typesetting a LaTeX document in the Western Frisian language using the Latin script.
Support with ini
locale file
Here is a minimal sample file with westernfrisian
as the main language, with luatex
.
\documentclass[westernfrisian]{article}
\usepackage[provide=*]{babel}
\begin{document}
Local name $=$ Frysk
Today $=$ \today
\end{document}