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
2 keys mykey_one and mykey_other should be extracted in English. That was the former behaviour and still works when count is a value and not an expression.
💥 Regression Report
t('mykey', '{{count}} something', { count: expression() })
used to be extracted as 2 plural keys, but the plural form isn't detected anymore.t('mykey', '{{count}} something', { count: value })
is still extracted as 2 plural keys.Last working version
Worked up to version: 8.13.0
Stopped working in version: 9.0.0
To Reproduce
Steps to reproduce the behavior:
Only one key
mykey
is extracted.Expected behavior
2 keys
mykey_one
andmykey_other
should be extracted in English. That was the former behaviour and still works when count is a value and not an expression.Probably introduced by #994
Your Environment
The text was updated successfully, but these errors were encountered: