Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Translation and i18n Guide

Luca Zeug edited this page Mar 22, 2017 · 12 revisions

Translation and i18n Guide

To translate mist wallet to a new language, say foo, make sure you modify the following files:

  1. Make sure you can find your language code foo in this list.
  2. Translate app.foo.i18n.json and mist.foo.i18n.json in interface/i18n directory in mist project
  3. Add language code foo in interface/project-tap.i18n
  4. Add language code and its native name in interface/i18n/mist.en.i18n.json
  5. Translate app.foo.i18n.json and wallet.foo.i18n.json in app/i18n in meteor-dapp-wallet project
  6. Add language code foo in [app/project-tap.i18n]
  7. Make sure you send Pull Requests for both mist and meteor-dapp-wallet projects.
  8. Add the language to the list below when your PR is merged

Currently supported languages:

Note: 'yes' is no guarantor for a complete translation

language RFC4646 code mist meteor-dapp-wallet
Albanian sq yes no
Chinese zh yes yes
Chinese (Taiwan) zh-TW yes yes
Dutch nl yes no
English en yes yes
Farsi fa yes yes
French fr yes yes
German de yes yes
Italian it yes no
Japanese ja yes yes
Korean ko yes yes
Norwegian nb yes no
Portuguese pt yes yes
Romanian ro no yes
Russian ru yes yes
Spanish es yes yes
Ukrainian ua no yes
Clone this wiki locally