Skip to content

How to add new translations

woky edited this page Feb 27, 2018 · 1 revision

Add translation to the english dictionary:

$ pwd
/home/user/src/arizen
$ node ./tools/addtranslation.js wallet.tabDeposit.messages.invalidAmount "Invalid amount"

Copy english translations to other dictionaries:

$ pwd
/home/user/src/arizen
$ node ./tools/synctranslations.js

Translation values not present in other dictionaries will be prefixed with string TODO.

Clone this wiki locally