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
vue-i18n exposes $n() for formatting numbers as well as $d() for formatting dates but according to the docs intlify/h3 dont expose them, only const t = await useTranslation(event);?
Clear and concise description of the problem
vue-i18nexposes$n()for formatting numbers as well as$d()for formatting dates but according to the docsintlify/h3dont expose them, onlyconst t = await useTranslation(event);?