# HG changeset patch # User Reimar Bauer # Date 1390134694 -3600 # Node ID da7e673fae7b56cf4ec35cc7f2d6df2eca658dc7 # Parent e928502fe563d0926325a418aa9cf7fc0f20362c added further parameters and translations to index.htm diff -r e928502fe563 -r da7e673fae7b pymove3d.py --- a/pymove3d.py Sun Jan 19 13:08:12 2014 +0100 +++ b/pymove3d.py Sun Jan 19 13:31:34 2014 +0100 @@ -58,7 +58,9 @@ saying, author = get_saying() return render_template("/index.html", saying = saying, - author = author) + author = author, + competition_info=_('About Competition'), + dates=_('Dates')) @app.route('/de') def de(): @@ -67,7 +69,9 @@ saying, author = get_saying() return render_template("/index.html", saying = saying, - author = author) + author = author, + competition_info=_('About Competition'), + dates=_('Dates')) @app.route('/en') def en(): @@ -76,7 +80,9 @@ LANGUAGE_SELECTED = "en" return render_template("/index.html", saying = saying, - author = author) + author = author, + competition_info=_('About Competition'), + dates=_('Dates')) @app.route("/competition") def competition(): diff -r e928502fe563 -r da7e673fae7b templates/index.html --- a/templates/index.html Sun Jan 19 13:08:12 2014 +0100 +++ b/templates/index.html Sun Jan 19 13:31:34 2014 +0100 @@ -8,9 +8,9 @@

Der Python Wettbewerb für Mädchen & Jungen ab 13 Jahren

3D Objekte mit Python steuern & bewegen

{{ _('competition_info') }} + href="/competition">{{ competition_info }} {{ _('dates') }} + href="{{ url_for('dates') }}">{{ dates }} diff -r e928502fe563 -r da7e673fae7b translations/de/LC_MESSAGES/messages.mo Binary file translations/de/LC_MESSAGES/messages.mo has changed diff -r e928502fe563 -r da7e673fae7b translations/de/LC_MESSAGES/messages.po --- a/translations/de/LC_MESSAGES/messages.po Sun Jan 19 13:08:12 2014 +0100 +++ b/translations/de/LC_MESSAGES/messages.po Sun Jan 19 13:31:34 2014 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-01-19 10:11+0100\n" +"POT-Creation-Date: 2014-01-19 13:22+0100\n" "PO-Revision-Date: 2014-01-19 07:48+0100\n" "Last-Translator: Peter Koppatz \n" "Language-Team: de \n" @@ -17,28 +17,36 @@ "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: pymove3d.py:26 +#: pymove3d.py:39 msgid "Competition" msgstr "Wettbewerb" -#: pymove3d.py:27 +#: pymove3d.py:40 msgid "Task" msgstr "Aufgabe" -#: pymove3d.py:28 +#: pymove3d.py:41 msgid "Submission" msgstr "Einreichnung" -#: pymove3d.py:29 +#: pymove3d.py:42 msgid "Coursematerial" msgstr "Kursmaterial" -#: pymove3d.py:112 +#: pymove3d.py:62 pymove3d.py:73 pymove3d.py:84 +msgid "About Competition" +msgstr "Der Wettbewerb" + +#: pymove3d.py:63 pymove3d.py:74 pymove3d.py:85 +msgid "Dates" +msgstr "Termine" + +#: pymove3d.py:146 #, python-format msgid "Url: %(url)s not found" msgstr "Url: %(url)s nicht gefunden" -#: pymove3d.py:113 +#: pymove3d.py:147 msgid "This information is not available!" msgstr "Diese Information ist nicht verfügbar" diff -r e928502fe563 -r da7e673fae7b translations/en/LC_MESSAGES/messages.po --- a/translations/en/LC_MESSAGES/messages.po Sun Jan 19 13:08:12 2014 +0100 +++ b/translations/en/LC_MESSAGES/messages.po Sun Jan 19 13:31:34 2014 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-01-19 10:11+0100\n" +"POT-Creation-Date: 2014-01-19 13:22+0100\n" "PO-Revision-Date: 2014-01-18 20:46+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: en \n" @@ -18,28 +18,36 @@ "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: pymove3d.py:26 +#: pymove3d.py:39 msgid "Competition" msgstr "" -#: pymove3d.py:27 +#: pymove3d.py:40 msgid "Task" msgstr "" -#: pymove3d.py:28 +#: pymove3d.py:41 msgid "Submission" msgstr "" -#: pymove3d.py:29 +#: pymove3d.py:42 msgid "Coursematerial" msgstr "" -#: pymove3d.py:112 +#: pymove3d.py:62 pymove3d.py:73 pymove3d.py:84 +msgid "About Competition" +msgstr "" + +#: pymove3d.py:63 pymove3d.py:74 pymove3d.py:85 +msgid "Dates" +msgstr "" + +#: pymove3d.py:146 #, python-format msgid "Url: %(url)s not found" msgstr "" -#: pymove3d.py:113 +#: pymove3d.py:147 msgid "This information is not available!" msgstr "" @@ -126,3 +134,6 @@ msgid "Namespaces are one honking great idea -- let's do more of those!" msgstr "" +#~ msgid "dates" +#~ msgstr "" + diff -r e928502fe563 -r da7e673fae7b translations/pymove3d.pot --- a/translations/pymove3d.pot Sun Jan 19 13:08:12 2014 +0100 +++ b/translations/pymove3d.pot Sun Jan 19 13:31:34 2014 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-01-19 10:11+0100\n" +"POT-Creation-Date: 2014-01-19 13:22+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,28 +17,36 @@ "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: pymove3d.py:26 +#: pymove3d.py:39 msgid "Competition" msgstr "" -#: pymove3d.py:27 +#: pymove3d.py:40 msgid "Task" msgstr "" -#: pymove3d.py:28 +#: pymove3d.py:41 msgid "Submission" msgstr "" -#: pymove3d.py:29 +#: pymove3d.py:42 msgid "Coursematerial" msgstr "" -#: pymove3d.py:112 +#: pymove3d.py:62 pymove3d.py:73 pymove3d.py:84 +msgid "About Competition" +msgstr "" + +#: pymove3d.py:63 pymove3d.py:74 pymove3d.py:85 +msgid "Dates" +msgstr "" + +#: pymove3d.py:146 #, python-format msgid "Url: %(url)s not found" msgstr "" -#: pymove3d.py:113 +#: pymove3d.py:147 msgid "This information is not available!" msgstr ""