Skip to content

Commit f7ea92d

Browse files
committed
feat: 11jo comment #71
1 parent 0da27fb commit f7ea92d

5 files changed

Lines changed: 12 additions & 14 deletions

File tree

docs/templates/home_page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2 class="background">{{ _(trans["introduction"]) }}</h2>
77
{% endfor %}
88
<div class="language-block">
99
<div class="language-content">
10-
<p>Select a flag to view the list in your language</p>
10+
<p>Select a flag to acces the list in your language</p>
1111
<div class="language-picker">
1212
{% for language_url, flag in language_flags.items() %}
1313
<a class="button" href="{{ home_page }}{{ language_url }}/" title="{{ language_url }}">{{ flag }}</a>
@@ -45,7 +45,7 @@ <h2 class="background">Some Stats</h2>
4545
<p>Mod per game</p>
4646
{% for game, count in mod_per_game.items() %}
4747
<div>
48-
<p>{{ game }}</p>
48+
<img src="{{ static }}img/ie_games_{{ game.lower() }}.avif" height="66" alt="{{ game }}" title="{{ game }}"/>
4949
<p><strong>{{ count }}</strong></p>
5050
</div>
5151
{% endfor %}

locales/en/LC_MESSAGES/messages.mo

-27 Bytes
Binary file not shown.

locales/en/LC_MESSAGES/messages.po

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2026-05-13 18:06+0200\n"
11-
"PO-Revision-Date: 2026-05-13 18:07+0200\n"
11+
"PO-Revision-Date: 2026-05-14 17:11+0200\n"
1212
"Last-Translator: Riws <toto.streak289@passinbox.com>\n"
1313
"Language-Team: English\n"
1414
"Language: en\n"
@@ -307,11 +307,10 @@ msgid ""
307307
"discussions/65\">mods non repertoriés</a>, ou encore une <a href=\"https://"
308308
"github.com/RiwsPy/lcc-docs/discussions/66\">erreur</a>."
309309
msgstr ""
310-
"To ensure the greatest possible accuracy, please feel free to report any <a "
311-
"href=\"https://github.com/RiwsPy/lcc-docs/issues\">issues</a> to the "
312-
"repository, report any <a href=\"https://github.com/RiwsPy/lcc-docs/"
313-
"discussions/65\">unlisted mods</a>, or a <a href=\"https://github.com/RiwsPy/"
314-
"lcc-docs/discussions/66\">bug</a>."
310+
"To ensure the greatest accuracy possible, please feel free to report any <a "
311+
"href=\"https://github.com/RiwsPy/lcc-docs/issues\">issues</a>, <a href="
312+
"\"https://github.com/RiwsPy/lcc-docs/discussions/65\">missing mods</a> or <a "
313+
"href=\"https://github.com/RiwsPy/lcc-docs/discussions/66\">oversight</a>."
315314

316315
#: i18n.py:114
317316
msgid ""

locales/pl/LC_MESSAGES/messages.mo

-27 Bytes
Binary file not shown.

locales/pl/LC_MESSAGES/messages.po

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2026-05-13 18:06+0200\n"
11-
"PO-Revision-Date: 2026-05-13 18:09+0200\n"
11+
"PO-Revision-Date: 2026-05-14 17:11+0200\n"
1212
"Last-Translator: Riws <toto.streak289@passinbox.com>\n"
1313
"Language-Team: English\n"
1414
"Language: en\n"
@@ -307,11 +307,10 @@ msgid ""
307307
"discussions/65\">mods non repertoriés</a>, ou encore une <a href=\"https://"
308308
"github.com/RiwsPy/lcc-docs/discussions/66\">erreur</a>."
309309
msgstr ""
310-
"To ensure the greatest possible accuracy, please feel free to report any <a "
311-
"href=\"https://github.com/RiwsPy/lcc-docs/issues\">issues</a> to the "
312-
"repository, report any <a href=\"https://github.com/RiwsPy/lcc-docs/"
313-
"discussions/65\">unlisted mods</a>, or a <a href=\"https://github.com/RiwsPy/"
314-
"lcc-docs/discussions/66\">bug</a>."
310+
"To ensure the greatest accuracy possible, please feel free to report any <a "
311+
"href=\"https://github.com/RiwsPy/lcc-docs/issues\">issues</a>, <a href="
312+
"\"https://github.com/RiwsPy/lcc-docs/discussions/65\">missing mods</a> or <a "
313+
"href=\"https://github.com/RiwsPy/lcc-docs/discussions/66\">oversight</a>."
315314

316315
#: i18n.py:114
317316
msgid ""

0 commit comments

Comments
 (0)