# i18n
Always register the string on en.json or other language files whhen you
use $t(''). WHY ?


- Don't pollute the console of browser
- Speed up the building process
- Speed up the CI building process

### Tools to automate / speed up 

- [i18n Manager](https://www.electronjs.org/apps/i18n-manager)
- [VsCode Ally](https://marketplace.visualstudio.com/items?itemName=Lokalise.i18n-ally)


