Just working through the OJS _locale file and realised that when gd was added as a locale, the right plural forms weren’t associted with the locale. For example I only see
subscriptionTypes.year
subscriptionTypes.years
but gd requires 4 forms (ONE, TWO, FEW, OTHER) cf the plural rules on CLDR https://unicode-org.github.io/cldr-staging/charts/37/supplemental/language_plural_rules.html#gd
Could an admin fix this please? Cheers