diff --git a/.translation-tables/translation-tables.py b/.translation-tables/translation-tables.py index 3aa3a43f..274bfb98 100755 --- a/.translation-tables/translation-tables.py +++ b/.translation-tables/translation-tables.py @@ -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 '' + percentage + '%' + return '' + percentage + '%' def progress(untranslated, translated): """ Calculates percentage for translation progress. """ @@ -396,4 +396,4 @@ def create_readme_locale_tables(): #% write/update the translation tables create_uuid_tables() - create_readme_locale_tables() \ No newline at end of file + create_readme_locale_tables()