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
Describe the bug
With the incoming feature addition of displaying the first available pluralization key of a nested configuration (#950), right clicking on the key results in a "No definition found" message
Extension Version
i18n Ally (v2.9.1)
Framework/i18n package you are using react-i18next (will also apply to yet-to-be-released i18next-shopify framework, based on react-i18next)
To Reproduce
Steps to reproduce the behavior:
Go to a JSX file that uses a nested pluralization key
Probably the "not-nested" version was not part of the issue and therefore not part of the fix. Should I open a new issue for this specific usage?
Correct, the pluralization format we use is a little different from i18next, and we didn't address fixing pluralization for the key_one, key_other style of pluralization keys. I recommend opening a separate issue for this specific usage.
Perhaps the solution introduced for this issue could be made more generic by referencing the derivedKeyRules property for each framework.
Describe the bug
With the incoming feature addition of displaying the first available pluralization key of a nested configuration (#950), right clicking on the key results in a "No definition found" message
Extension Version
i18n Ally (v2.9.1)
Framework/i18n package you are using
react-i18next
(will also apply to yet-to-be-releasedi18next-shopify
framework, based onreact-i18next
)To Reproduce
Steps to reproduce the behavior:
Device Infomation
Extension Log
Go to
View
->Output
->i18n Ally
, and paste the content below.NB: incoming fix at Shopify#5
The text was updated successfully, but these errors were encountered: