Skip to content

Commit

Permalink
Update download_translations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaboamah89 authored Nov 18, 2024
1 parent 28330d8 commit cd2330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def download_translation(file_path, project_id, api_token):
)
if __name__ == '__main__':
project_id = '715168' #os.environ['POEDITOR_PROJECT_ID']
api_token = '17a7337c0def1d5df25624819906e85c' #os.environ['POEDITOR_API_TOKEN']
api_token = ${{ secrets.POEDITOR_API_TOKEN }} #'17a7337c0def1d5df25624819906e85c' #os.environ['POEDITOR_API_TOKEN']

file_path = 'locales/fr/LC_MESSAGES/docs.po'
print(f"Downloading translation to {file_path}")
Expand Down

0 comments on commit cd2330a

Please sign in to comment.