Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 654 Bytes

i18n.md

File metadata and controls

9 lines (6 loc) · 654 Bytes

i18n

The app uses i18next for internationalization. We want to offer this website to as many people as possible therefore native translations are important. We welcome anyone to help us translate this app. To do so, follow these steps:

  1. If the language does not exist, create a folder in /translations and copy the files /translations/en/common.json and /translations/en/country.json in that folder
  2. Translate the existing values in those files and make sure you do not change the key
  3. Save and commit your changes

Note: If you do not add a translation in any given language, the app will default to English.