Skip to content

Commit

Permalink
Update target language for translations
Browse files Browse the repository at this point in the history
  • Loading branch information
vikineema committed Jan 6, 2025
1 parent 477f2f0 commit 05314e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/upload-po.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def upload_terms(file_path, project_id, api_token):
update_results = client.update_terms_translations(
project_id=project_id,
file_path=file_path,
language_code='en',
language_code='fr',
overwrite=True,
tags='all',
)
Expand Down

0 comments on commit 05314e1

Please sign in to comment.