Is it possible to support LCID strings for the plural forms? we make use of en_us and en_ca rather than the en form, which poses problems when wanting to access the file we want, as getPluralForms function in the util.ts only supports the language codes.
Unless there is an alternative we can employ to circumvent that?
Hi,
Is it possible to support LCID strings for the plural forms? we make use of
en_us
anden_ca
rather than theen
form, which poses problems when wanting to access the file we want, asgetPluralForms
function in theutil.ts
only supports the language codes.Unless there is an alternative we can employ to circumvent that?
Many thanks