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

Translation and i18n Guide

Chih Cheng Liang edited this page Jun 28, 2016 · 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. Run the project again, the following files might be automatically changed. Commit these changes if any.
  • mist/interface/public/i18n/tap-i18n.json
  • mist/interface/public/i18n/foo.json
  • meteor-dapp-wallet/app/public/i18n/tap-i18n.json
  • meteor-dapp-wallet/app/public/i18n/foo.json
  1. Make sure you send Pull Requests for both mist and meteor-dapp-wallet projects.
Clone this wiki locally