Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontane authored Aug 10, 2023
1 parent a1d9fe4 commit b7a0b53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion programs/libreoffice/libreoffice-valencia.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_translations(project_slug, component_slug):
next_url = '/'.join([API_URL+'components',
project_slug,
component_slug,
'translations'])
'translations/'])
result = list()
found_flag=False
while (next_url is not None) and (found_flag is not True):
Expand Down Expand Up @@ -159,6 +159,7 @@ def upload_file(project_slug, translation):
LANG_CODE = 'ca'

PROJECTS = ['libo_ui-master', 'libo_help-master']
#PROJECTS = ['libo_ui-7-5', 'libo_help-7-5']

for project_item in get_projects():
project_slug = project_item['slug']
Expand Down

0 comments on commit b7a0b53

Please sign in to comment.