Browse Source

strip crowdin url

283
ThomasV 10 years ago
parent
commit
476e02026f
  1. 2
      mki18n.py

2
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'):

Loading…
Cancel
Save