Hey there, looking at the pluralize(singular=“y”, plural=“ies”) function, I wonder if I’m the first wanting to use it in a slavic language: there is another distinction: singular, two to four, five and more are declinated differently. Surely I could implement this on my own, but did I oversee something or is there an obvious, better solution? Or is it to specific for the masterbranch?
There’s [i18n] Please use Fluent for localization · Issue #1058 · getzola/zola · GitHub and Feature Request: Support Internationalization with Gettext · Issue #3192 · getzola/zola · GitHub for proper localization for Zola but none of those are implemented right now.