Skip to content

Commit

Permalink
Update python script to point to TTLApp organization
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal authored and thamara committed Jan 5, 2025
1 parent b2002aa commit 4c5c3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def get_new_issue_url(locale : str, missing_translations : dict) -> str:
body += '\n```\n{}\n```\n\n'.format(json.dumps(missing_translations, indent=2))
except:
body += '\n```\n{}\n```\n\n'.format(missing_translations)
base_url = f'https://github.com/thamara/time-to-leave/issues/new?labels=localization,good+first+issue,Hacktoberfest'
base_url = f'https://github.com/TTLApp/time-to-leave/issues/new?labels=localization,good+first+issue,Hacktoberfest'
opts = { 'body': body , 'title': f'Add missing translations for {language}'}
return f'[(Open issue)]({add_url_params(base_url, opts)})'

Expand Down

0 comments on commit 4c5c3df

Please sign in to comment.