leonelquinteros / gotext

Go (Golang) GNU gettext utilities package
Other
432 stars 58 forks source link

Fix IsTranslated* functions using n directly rather than using the nth plural form #95

Open sblinch opened 5 months ago

sblinch commented 5 months ago

I believe this was discussed and accepted in #92 but that PR apparently had some issues and was never merged. I independently encountered and fixed the same bug, so here's another PR that should merge cleanly. Appreciate the great library.