How can I add a label in my handlebars in connector with multiple language.
I have : {{i18n 'score.lable'}} in my handlebar and I have in myplugin/config/locales/client.en.yml this code:
score:
lable: "Your reputation:"```
but the result is :
[en.score.lable]