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
Tested with English (US).
Once specified with plurality, the non-plural form cannot be used
i.e.
'en': {
'&plural-forms': 'nplurals=2; plural=(n!=1)',
'&plurals': [
{
'%phrase1': 'This is the only allowable form'
}
],
'%phrase1': 'This is COMPLETELY ignored'
}
0 commit comments