You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Many thanks
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: