Skip to content

Commit

Permalink
Added link to last midifications at wolneykien/quizgen
Browse files Browse the repository at this point in the history
  • Loading branch information
wolneykien committed May 11, 2022
1 parent 9b38af2 commit 220e675
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Binary file modified mo/ru/LC_MESSAGES/quizgen.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion po/quizgen.pot
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ msgstr ""

#: quizgen.py:563
#, python-format
msgid "Page generated using %s"
msgid "Page generated using %s (with last modifications at %s)"
msgstr ""
4 changes: 2 additions & 2 deletions po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Quizgen 0.1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-20 17:57+0300\n"
"PO-Revision-Date: 2022-04-21 22:10+0300\n"
"PO-Revision-Date: 2022-05-11 22:31+0300\n"
"Last-Translator: Paul Wolneykien <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
"Language: ru\n"
Expand Down Expand Up @@ -52,4 +52,4 @@ msgstr "<span class=\"heading\">Ваши результаты:</span> верны
#: quizgen.py:563
#, python-format
msgid "Page generated using %s"
msgstr "Страница создана с использованием %s"
msgstr "Страница создана с использованием %s (с последними изменениями %s)"
4 changes: 3 additions & 1 deletion quizgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ def usage():
More information and a lot of sample quizzes file can be found on:
https://github.com/karanveerm/quizgen
With last modifications at https://github.com/wolneykien/quizgen .
""")


Expand Down Expand Up @@ -588,7 +590,7 @@ def get_footer():
footer += _('<span class="heading">Your results:</span> <span class="right_counter"><span class="value">%d</span></span> right answer(s) and <span class="wrong_counter"><span class="value">%d</span></span> mistake(s)!') % (0, 0)
footer += """
</div>"""
footer += _('Page generated using %s') % '<a href=\"https://github.com/karanveerm/quizgen\">Quizgen</a>'
footer += _('Page generated using %s (with last modifications at %s)') % ('<a href=\"https://github.com/karanveerm/quizgen\">Quizgen</a>', '<a href=\"https://github.com/wolneykien/quizgen\">wolneykien/quizgen</a>')
footer += """
<div id="floating_results" class="results">
<div class="right_counter">
Expand Down

0 comments on commit 220e675

Please sign in to comment.