hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
312 stars 60 forks source link

Norwegian language error on mac: locale=nb_NO.UTF-8 must be installed #141

Closed solveignaess closed 6 years ago

solveignaess commented 6 years ago

Hi!

Trying to select --language=Norwegian on my mac, I got the following error message: error: unsupported locale setting locale=nb_NO.UTF-8 must be installed

It turned out that the locale nb_NO.UTF-8 has a different name on mac, namely: no_NO.UTF-8. Changing this in doconce.py solved the problem.

Just wanted to let you know.=)

Solveig

KGHustad commented 6 years ago

I thought I fixed this with this commit. What changes did you make to doconce.py?

solveignaess commented 6 years ago

I must've overlooked this commit when looking for an answer yesterday! Turns out that I hadn't updated my version of doconce since May.=/ Sorry about that.