From b944299a33c8e48a43d9d23bba44cfd9afe33f02 Mon Sep 17 00:00:00 2001 From: dabura667 Date: Wed, 22 Jul 2015 01:14:48 +0900 Subject: [PATCH] Add to readme how to download latest translations. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ffff90df..1076f742b 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,16 @@ Copay depends on [Bitcore Wallet Service](https://github.com/bitpay/bitcore-wall ## Translations Copay uses standard gettext PO files for translations and [Crowdin](https://crowdin.com/project/copay) as front-end for translators. -To join our team of translators, please create an account at [Crowdin](https://crowdin.com) and sends the request to the language that you want to translate. +To join our team of translators, please create an account at [Crowdin](https://crowdin.com) and translate into your native language to help spread Multisig. + +To download and build using the latest translations from crowdin, please use the following commands. + +```sh +cd i18n +node crowdin_download.js +``` + +This will download all partially/completely translated languages and clean out any un-translated ones. **Translation Credits:** - Japanese: @dabura667