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 4bbdf2a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
Binary file modified mo/ru/LC_MESSAGES/quizgen.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions po/quizgen.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quizgen 0.1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-20 17:57+0300\n"
"POT-Creation-Date: 2022-05-11 22:34+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down 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 ""
8 changes: 4 additions & 4 deletions po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ msgid ""
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"
"POT-Creation-Date: 2022-05-11 22:34+0300\n"
"PO-Revision-Date: 2022-05-11 22:36+0300\n"
"Last-Translator: Paul Wolneykien <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
"Language: ru\n"
Expand Down Expand Up @@ -51,5 +51,5 @@ msgstr "<span class=\"heading\">Ваши результаты:</span> верны

#: quizgen.py:563
#, python-format
msgid "Page generated using %s"
msgstr "Страница создана с использованием %s"
msgid "Page generated using %s (with last modifications at %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 4bbdf2a

Please sign in to comment.