I am a bit out of my depth here, but it would be great if \FCloadlang{lang} could define lang as xkeyval key in the fmtcount family so that custom language files could then set up language options as fc-french.def does.
I'm trying to incorporate such options into the fc-swedish.def language file that I've posted in #47. But it's proving quite hard. While a quite simple document
\documentclass[swedish]{article}
\usepackage{babel}
\usepackage{fmtcount}
\FCloadlang{swedish}
\begin{document}
\Ordinalstringnum{12}
\end{document}
allows me to format numbers in Swedish, it seems that I need to do part of the heavy lifting that arguable ought to be done in fmtcount.sty to set up language options. Sadly, I haven't figured out how to do it yet.
I am a bit out of my depth here, but it would be great if
\FCloadlang{lang}could definelangasxkeyvalkey in the fmtcount family so that custom language files could then set up language options asfc-french.defdoes.I'm trying to incorporate such options into the
fc-swedish.deflanguage file that I've posted in #47. But it's proving quite hard. While a quite simple documentallows me to format numbers in Swedish, it seems that I need to do part of the heavy lifting that arguable ought to be done in
fmtcount.styto set up language options. Sadly, I haven't figured out how to do it yet.