-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Description
I got an error report in Hugo:
no plural rule registered for oc
I was pretty sure I had a test for that, and I did.
What I currently do is something like this:
lang := "oc"
tag := language.Make(lang)
if tag == language.Und {
name = "art-x-" + name
}
_, _ = bundle.ParseMessageFileBytes(b, name)The above works fine for klingon, but not for oc (which is a valid language code).
I assume this is a data synch issue, but I don't know how to work around it.
Metadata
Metadata
Assignees
Labels
No labels