mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
move api key path
This commit is contained in:
parent
0bc42a1f1f
commit
989a95bf25
1 changed files with 2 additions and 2 deletions
|
@ -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'):
|
||||
|
|
Loading…
Add table
Reference in a new issue