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 Apr 18, 2023. It is now read-only.
Sorry, i'm sure i'm missing something somewhere, but i can not find a way to have multiple translations at the same time on the same page, regardless of i18n.locale.
There is no locale key to pass to {{t .... }} helper so we have
{{t 'hello' locale='en'}}/{{t 'hello' locale='es'}}/{{t 'hello' locale='fr'}}
which could gives : hello/hola/bonjour
?
The text was updated successfully, but these errors were encountered:
ngouy
changed the title
multiple translations at the same time
multiple translations at the same time, on the same page
Jan 16, 2017
Sorry, i'm sure i'm missing something somewhere, but i can not find a way to have multiple translations at the same time on the same page, regardless of
i18n.locale
.There is no
locale
key to pass to{{t .... }}
helper so we have{{t 'hello' locale='en'}}/{{t 'hello' locale='es'}}/{{t 'hello' locale='fr'}}
which could gives :
hello/hola/bonjour
?
The text was updated successfully, but these errors were encountered: