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
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
I just tried to use your i18n package and if I use $t('hello world') it works fine, but when I try to use {{ 'hello world' | translate }} I get this error message:
Error in render function: "TypeError: Cannot read property '$t' of undefined"
I just tried to use your i18n package and if I use
$t('hello world')
it works fine, but when I try to use{{ 'hello world' | translate }}
I get this error message:You can find my package.js and all other related files here: https://github.com/signdict/website/tree/add-webcam-capture-code
If there is anything I can do to help debug this, say what you need and I will try to deliver it.
The text was updated successfully, but these errors were encountered: