Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .translation-tables/translation-tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def str2html_href(link, text):

def value2html_progress_image(percentage):
""" Creates a HTML code snippet, which links to a progress bar image to a given percentage. """
return '<img src="https://progress-bar.dev/' + percentage + '" alt="' + percentage + '%" />'
return '<img src="https://progressbar.info/' + percentage + '" alt="' + percentage + '%" />'

def progress(untranslated, translated):
""" Calculates percentage for translation progress. """
Expand Down Expand Up @@ -396,4 +396,4 @@ def create_readme_locale_tables():

#% write/update the translation tables
create_uuid_tables()
create_readme_locale_tables()
create_readme_locale_tables()
Loading