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 19, 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. Translate app.foo.i18n.json and wallet.foo.i18n.json in app/i18n in meteor-dapp-wallet project
  5. Add language code foo in [app/project-tap.i18n]
  6. Run the project again, the mist/interface/public/i18n/tap-i18n.json, mist/interface/public/i18n/foo.json, meteor-dapp-wallet/app/public/i18n/tap-i18n.json, and meteor-dapp-wallet/app/public/i18n/foo.json will automatically changed. Commit these changes if any.
  7. Make sure you send Pull Requests for both mist and meteor-dapp-wallet projects.
Clone this wiki locally