TotranslatePleroma-FE,useourweblateserver:https://translate.pleroma.social/. If you need to add your language it should be added as a json file in [src/i18n/](https://git.pleroma.social/pleroma/pleroma-fe/blob/develop/src/i18n/) folder and added in a list within [src/i18n/languages.js](https://git.pleroma.social/pleroma/pleroma-fe/blob/develop/src/i18n/languages.js).
Youdon'tneedtobuildPleroma-FEyourself.ThoseusingthePleromabackendwillbeabletouseitoutofthebox.InformationofcustomizingPleromaFEsettings/defaultsisinour[guide](https://docs-develop.pleroma.social/frontend/CONFIGURATION/) and in case you want to build your own custom version there's [another](https://docs-develop.pleroma.social/frontend/HACKING/)
#BuildSetup
```bash
#installdependencies
npminstall-gyarn
yarn
#servewithhotreloadatlocalhost:8080
yarndev
#buildforproductionwithminification
yarnbuild
#rununittests
yarnunit
```
#ForContributors:
Youcancreatefile`/config/local.json`(see[example](https://git.pleroma.social/pleroma/pleroma-fe/blob/develop/config/local.example.json)) to enable some convenience dev options: