src/translations
folder. Translation for each language are placed inside the json files with locale names.src/translations/de.json
and add translations strings there (see below for explanation on translation strings).src/translations/index.js
to be the followingI18t.t('PATH')
will return the translated string for the current user language from json file with a path, equal to PATH