Kleros website built with Gatsby framework.
Translation files are under /src/intl directory. Each language is represented by a json file, for example: en.json
for English and ko.json
for Korean.
- Copy en.json, rename it to new language code, for example:
ru.json
. - Put the file under /src/intl
- Edit values (translate) inside the new created JSON file.
- Inside
gatsby-config.js
, editgatsby-plugin-intl
by adding the new language code tolanguages
array.