Translate the website to Estonian
Open
maccyber
opened this issue 5 years ago
•
0 comments
- Please know the language your translating to, if we wanted Google Translate we could do it ourselves :-)
- Clone the repo
- Enter the project and run
yarn
- Go into the folder translations
- Copy the file of the language you know into a new file
- Use ISO 639-1 language code as file name
- Open the new file and do the translation
- Add the language you translated to nuxt.config.js under
modules['nuxt-i18n'].locales
- Run
yarn lint (or npm run lint) to see that your changes are consistent with the projects coding style
- Run
yarn dev and open the web-browser at http://localhost:3000
- Change to your translated language in the right dropdown menu and see that the translation looks good.
- Submit the pull request
- Happiness :-)