TotranslatePleroma,addyourlanguageto[src/i18n/messages.js](https://git.pleroma.social/pleroma/pleroma-fe/blob/develop/src/i18n/messages.js). Pleroma will set your language by your browser locale, but you can temporarily force it in the code by changing the locale in main.js.
#FORADMINS
Youdon'tneedtobuildPleromayourself.Checkouthttps://git.pleroma.social/pleroma/pleroma-fe/wikis/dual-boot-with-qvitter to see how to run Pleroma and Qvitter at the same time.
##BuildSetup
```bash
#installdependencies
npminstall-gyarn
yarn
#servewithhotreloadatlocalhost:8080
npmrundev
#buildforproductionwithminification
npmrunbuild
#rununittests
npmrununit
```
Fordetailedexplanationonhowthingswork,checkoutthe[guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).