commit 476e02026ff4ed1823407dee2f9a1f423a31896e
parent 4ce699bf2570a4478c1f467f676c46e42f63f2b4
Author: ThomasV <thomasv@gitorious>
Date: Fri, 23 Jan 2015 14:16:33 +0100
strip crowdin url
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mki18n.py b/mki18n.py
@@ -7,7 +7,7 @@ crowdin_file_name = 'electrum-client/messages.pot'
locale_file_name = 'locale/messages.pot'
if os.path.exists('contrib/crowdin_api_key.txt'):
- crowdin_api_key = open('contrib/crowdin_api_key.txt').read()
+ crowdin_api_key = open('contrib/crowdin_api_key.txt').read().strip()
# Generate fresh translation template
if not os.path.exists('locale'):