# How to add translation in handlebars

**URL:** https://meta.discourse.org/t/how-to-add-translation-in-handlebars/54757
**Category:** Translations
**Created:** [25 Diciembre, 2016 05:47 UTC](https://meta.discourse.org/t/how-to-add-translation-in-handlebars/54757 "2016-12-25T05:47:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Alavi1412](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alavi1412/32/67721_2.png) [@Alavi1412](https://meta.discourse.org/u/Alavi1412)
#### Post date: [25 Diciembre, 2016 05:47 UTC](https://meta.discourse.org/t/how-to-add-translation-in-handlebars/54757/1 "2016-12-25T05:47:57Z")

</div>

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:

````plaintext
  score:
    lable: "Your reputation:"```
but the result is :
[en.score.lable]
````

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [25 Diciembre, 2016 06:48 UTC](https://meta.discourse.org/t/how-to-add-translation-in-handlebars/54757/2 "2016-12-25T06:48:42Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Alavi1412](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alavi1412/32/67721_2.png) [@Alavi1412](https://meta.discourse.org/u/Alavi1412)
#### Post date: [25 Diciembre, 2016 06:51 UTC](https://meta.discourse.org/t/how-to-add-translation-in-handlebars/54757/3 "2016-12-25T06:51:08Z")

</div>

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

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [25 Diciembre, 2016 06:53 UTC](https://meta.discourse.org/t/how-to-add-translation-in-handlebars/54757/4 "2016-12-25T06:53:45Z")

</div>

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