electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 989a95bf25d362c175b2b3c1a3b423025d38dbdb
parent 0bc42a1f1fe52142f548e392bd40f2f5f25231c0
Author: ThomasV <thomasv@gitorious>
Date:   Mon, 27 Jan 2014 10:37:25 +0100

move api key path

Diffstat:
Mmki18n.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mki18n.py b/mki18n.py @@ -6,8 +6,8 @@ crowdin_identifier = 'electrum' crowdin_file_name = 'electrum-client/messages.pot' locale_file_name = 'locale/messages.pot' -if os.path.exists('build/crowdin_api_key.txt'): - crowdin_api_key = open('build/crowdin_api_key.txt').read() +if os.path.exists('contrib/crowdin_api_key.txt'): + crowdin_api_key = open('contrib/crowdin_api_key.txt').read() # Generate fresh translation template if not os.path.exists('locale'):