Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
for changed_file in ${{ steps.files.outputs.all }}; do
# echo "inspecting changed file: ${changed_file}";
if [[ "${changed_file}" == "mkdocs/__init__.py" ]]; then
# echo "mkdocs version changed!";
echo "mkdocs version changed!";
git diff -G "msgid" --exit-code || exit 1
git diff -G "msgstr" --exit-code || exit 2
fi
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
__version__ = '1.2.dev1'
__version__ = '1.2.release'
2 changes: 1 addition & 1 deletion mkdocs/themes/mkdocs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="row-fluid">
<div id="main-content" class="span12">
<h1 id="404-page-not-found" style="text-align: center">404</h1>
<p style="text-align: center"><strong>{% trans %}Page not found{% endtrans %}</strong></p>
<p style="text-align: center"><strong>{% trans %}Page not found at all{% endtrans %}</strong></p>
</div>
</div>

Expand Down
7 changes: 5 additions & 2 deletions mkdocs/themes/mkdocs/locales/fr/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
# French translations for MkDocs.
# Copyright (C) 2021 MkDocs
# This file is distributed under the same license as the MkDocs project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
msgid ""
msgstr ""
"Project-Id-Version: MkDocs 1.2\n"
"Report-Msgid-Bugs-To: https://github.com/mkdocs/mkdocs/issues\n"
"POT-Creation-Date: 2021-04-08 22:46+0200\n"
"POT-Creation-Date: 2021-04-26 22:02+0200\n"
"PO-Revision-Date: 2021-02-23 23:56+0100\n"
"Last-Translator: Alexys Jacob @ultrabug\n"
"Language: fr\n"
"Language-Team: fr <[email protected]>\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.0\n"

#: mkdocs/themes/mkdocs/404.html:8
msgid "Page not found"
#, fuzzy
msgid "Page not found at all"
msgstr "Page non trouvée"

#: mkdocs/themes/mkdocs/base.html:107
Expand Down
10 changes: 6 additions & 4 deletions mkdocs/themes/mkdocs/messages.pot
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# Translations template for MkDocs.
# Copyright (C) 2021 MkDocs
# This file is distributed under the same license as the MkDocs project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: MkDocs 1.2\n"
"Report-Msgid-Bugs-To: https://github.com/mkdocs/mkdocs/issues\n"
"POT-Creation-Date: 2021-04-08 22:44+0200\n"
"PO-Revision-Date: YYYY-MM-DD HH:MM:SS+0000\n"
"Last-Translator: YOUR NAME <@nickname or @email>\n"
"POT-Creation-Date: 2021-04-26 22:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.0\n"

#: mkdocs/themes/mkdocs/404.html:8
msgid "Page not found"
msgid "Page not found at all"
msgstr ""

#: mkdocs/themes/mkdocs/base.html:107
Expand Down