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
When using the extension, and the i18next hook provided in the following way: const { t } = useTranslation(), i18n-ally is not able to detect t as a valid function to translate.
Works:
i18n.t("key")
Doesn't Work:
t("key")
Extension Version
i18n-ally v2.8.1
Framework/i18n package you are using
react-i18next (with Vite)
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'=
See error
Device Infomation
OS: MacOS
Version: 12.6
VS Code Version: 1.72.2
Extension Log
Go to View -> Output -> i18n Ally, and paste the content below. You should mask any sensitive information
Describe the bug
When using the extension, and the i18next hook provided in the following way:
const { t } = useTranslation()
, i18n-ally is not able to detectt
as a valid function to translate.Works:
Doesn't Work:
Extension Version
i18n-ally v2.8.1
Framework/i18n package you are using
react-i18next (with Vite)
To Reproduce
Steps to reproduce the behavior:
Device Infomation
Extension Log
Go to
View
->Output
->i18n Ally
, and paste the content below. You should mask any sensitive informationScreenshots
The text was updated successfully, but these errors were encountered: