How to add translation in handlebars

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]
1 Like

Try by removing the cache from /tmp folder and restart.

2 Likes

how canI do it? is removing /tmp folder enough?

Not /tmp folder. But you can remove everything inside /tmp

3 Likes