tstrip crowdin url - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 476e02026ff4ed1823407dee2f9a1f423a31896e DIR parent 4ce699bf2570a4478c1f467f676c46e42f63f2b4 HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 23 Jan 2015 14:16:33 +0100 strip crowdin url Diffstat: M mki18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/mki18n.py b/mki18n.py t@@ -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'):