1.1 --- a/pymove3d.py Sun Jan 19 08:57:05 2014 +0100
1.2 +++ b/pymove3d.py Sun Jan 19 09:11:56 2014 +0100
1.3 @@ -101,7 +101,7 @@
1.4 return render_template(get_locale() + "/archive/competitions/2014/index.html",
1.5 act="coursematerial")
1.6
1.7 -@app.route(_("/dates"))
1.8 +@app.route("/dates")
1.9 def dates():
1.10 return render_template(get_locale() + "/dates.html",
1.11 act="dates")
2.1 --- a/translations/de/LC_MESSAGES/messages.po Sun Jan 19 08:57:05 2014 +0100
2.2 +++ b/translations/de/LC_MESSAGES/messages.po Sun Jan 19 09:11:56 2014 +0100
2.3 @@ -7,7 +7,7 @@
2.4 msgstr ""
2.5 "Project-Id-Version: PROJECT VERSION\n"
2.6 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
2.7 -"POT-Creation-Date: 2014-01-18 20:46+0100\n"
2.8 +"POT-Creation-Date: 2014-01-19 09:05+0100\n"
2.9 "PO-Revision-Date: 2014-01-19 07:48+0100\n"
2.10 "Last-Translator: Peter Koppatz <peter.koppatz@sudile.com>\n"
2.11 "Language-Team: de <LL@li.org>\n"
2.12 @@ -17,23 +17,98 @@
2.13 "Content-Transfer-Encoding: 8bit\n"
2.14 "Generated-By: Babel 1.3\n"
2.15
2.16 -#: pymove3d.py:25
2.17 +#: sayings.py:5
2.18 +msgid "The Zen of Python, by Tim Peters"
2.19 +msgstr ""
2.20 +
2.21 +#: sayings.py:5 sayings.py:6 sayings.py:7 sayings.py:8 sayings.py:9
2.22 +#: sayings.py:10 sayings.py:11 sayings.py:12 sayings.py:13 sayings.py:14
2.23 +#: sayings.py:15 sayings.py:16 sayings.py:17 sayings.py:18 sayings.py:19
2.24 +#: sayings.py:20 sayings.py:21 sayings.py:22 sayings.py:23
2.25 +msgid "__Tim Peters, The Zen of Python"
2.26 +msgstr ""
2.27 +
2.28 +#: sayings.py:6
2.29 +msgid "Beautiful is better than ugly."
2.30 +msgstr ""
2.31 +
2.32 +#: sayings.py:7
2.33 +msgid "Explicit is better than implicit."
2.34 +msgstr ""
2.35 +
2.36 +#: sayings.py:8
2.37 +msgid "Simple is better than complex."
2.38 +msgstr ""
2.39 +
2.40 +#: sayings.py:9
2.41 +msgid "Complex is better than complicated."
2.42 +msgstr ""
2.43 +
2.44 +#: sayings.py:10
2.45 +msgid "Flat is better than nested."
2.46 +msgstr ""
2.47 +
2.48 +#: sayings.py:11
2.49 +msgid "Sparse is better than dense."
2.50 +msgstr ""
2.51 +
2.52 +#: sayings.py:12
2.53 +msgid "Readability counts."
2.54 +msgstr ""
2.55 +
2.56 +#: sayings.py:13
2.57 +msgid "Special cases aren't special enough to break the rules."
2.58 +msgstr ""
2.59 +
2.60 +#: sayings.py:14
2.61 +msgid "Although practicality beats purity."
2.62 +msgstr ""
2.63 +
2.64 +#: sayings.py:15
2.65 +msgid "Errors should never pass silently."
2.66 +msgstr ""
2.67 +
2.68 +#: sayings.py:16
2.69 +msgid "Unless explicitly silenced."
2.70 +msgstr ""
2.71 +
2.72 +#: sayings.py:17
2.73 +msgid "In the face of ambiguity, refuse the temptation to guess."
2.74 +msgstr ""
2.75 +
2.76 +#: sayings.py:18
2.77 +msgid "Although that way may not be obvious at first unless you're Dutch."
2.78 +msgstr ""
2.79 +
2.80 +#: sayings.py:19
2.81 +msgid "Now is better than never."
2.82 +msgstr ""
2.83 +
2.84 +#: sayings.py:20
2.85 +msgid "Although never is often better than *right* now."
2.86 +msgstr ""
2.87 +
2.88 +#: sayings.py:21
2.89 +msgid "If the implementation is hard to explain, it's a bad idea."
2.90 +msgstr ""
2.91 +
2.92 +#: sayings.py:22
2.93 +msgid "If the implementation is easy to explain, it may be a good idea."
2.94 +msgstr ""
2.95 +
2.96 +#: sayings.py:23
2.97 +msgid "Namespaces are one honking great idea -- let's do more of those!"
2.98 +msgstr ""
2.99 +
2.100 msgid "Competition"
2.101 msgstr "Wettbewerb"
2.102
2.103 -#: pymove3d.py:26
2.104 msgid "Task"
2.105 msgstr "Aufgabe"
2.106
2.107 -#: pymove3d.py:27
2.108 msgid "Submission"
2.109 msgstr "Einreichnung"
2.110
2.111 -#: pymove3d.py:28
2.112 msgid "Coursematerial"
2.113 msgstr "Kursmaterial"
2.114
2.115 -#: pymove3d.py:98
2.116 -msgid "/dates"
2.117 -msgstr "Termine"
2.118 -
3.1 --- a/translations/en/LC_MESSAGES/messages.po Sun Jan 19 08:57:05 2014 +0100
3.2 +++ b/translations/en/LC_MESSAGES/messages.po Sun Jan 19 09:11:56 2014 +0100
3.3 @@ -8,7 +8,7 @@
3.4 msgstr ""
3.5 "Project-Id-Version: PROJECT VERSION\n"
3.6 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
3.7 -"POT-Creation-Date: 2014-01-18 20:46+0100\n"
3.8 +"POT-Creation-Date: 2014-01-19 09:05+0100\n"
3.9 "PO-Revision-Date: 2014-01-18 20:46+0100\n"
3.10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
3.11 "Language-Team: en <LL@li.org>\n"
3.12 @@ -18,23 +18,99 @@
3.13 "Content-Transfer-Encoding: 8bit\n"
3.14 "Generated-By: Babel 1.3\n"
3.15
3.16 -#: pymove3d.py:25
3.17 +#: sayings.py:5
3.18 +msgid "The Zen of Python, by Tim Peters"
3.19 +msgstr ""
3.20 +
3.21 +#: sayings.py:5 sayings.py:6 sayings.py:7 sayings.py:8 sayings.py:9
3.22 +#: sayings.py:10 sayings.py:11 sayings.py:12 sayings.py:13 sayings.py:14
3.23 +#: sayings.py:15 sayings.py:16 sayings.py:17 sayings.py:18 sayings.py:19
3.24 +#: sayings.py:20 sayings.py:21 sayings.py:22 sayings.py:23
3.25 +msgid "__Tim Peters, The Zen of Python"
3.26 +msgstr ""
3.27 +
3.28 +#: sayings.py:6
3.29 +msgid "Beautiful is better than ugly."
3.30 +msgstr ""
3.31 +
3.32 +#: sayings.py:7
3.33 +msgid "Explicit is better than implicit."
3.34 +msgstr ""
3.35 +
3.36 +#: sayings.py:8
3.37 +msgid "Simple is better than complex."
3.38 +msgstr ""
3.39 +
3.40 +#: sayings.py:9
3.41 +msgid "Complex is better than complicated."
3.42 +msgstr ""
3.43 +
3.44 +#: sayings.py:10
3.45 +msgid "Flat is better than nested."
3.46 +msgstr ""
3.47 +
3.48 +#: sayings.py:11
3.49 +msgid "Sparse is better than dense."
3.50 +msgstr ""
3.51 +
3.52 +#: sayings.py:12
3.53 +msgid "Readability counts."
3.54 +msgstr ""
3.55 +
3.56 +#: sayings.py:13
3.57 +msgid "Special cases aren't special enough to break the rules."
3.58 +msgstr ""
3.59 +
3.60 +#: sayings.py:14
3.61 +msgid "Although practicality beats purity."
3.62 +msgstr ""
3.63 +
3.64 +#: sayings.py:15
3.65 +msgid "Errors should never pass silently."
3.66 +msgstr ""
3.67 +
3.68 +#: sayings.py:16
3.69 +msgid "Unless explicitly silenced."
3.70 +msgstr ""
3.71 +
3.72 +#: sayings.py:17
3.73 +msgid "In the face of ambiguity, refuse the temptation to guess."
3.74 +msgstr ""
3.75 +
3.76 +#: sayings.py:18
3.77 +msgid "Although that way may not be obvious at first unless you're Dutch."
3.78 +msgstr ""
3.79 +
3.80 +#: sayings.py:19
3.81 +msgid "Now is better than never."
3.82 +msgstr ""
3.83 +
3.84 +#: sayings.py:20
3.85 +msgid "Although never is often better than *right* now."
3.86 +msgstr ""
3.87 +
3.88 +#: sayings.py:21
3.89 +msgid "If the implementation is hard to explain, it's a bad idea."
3.90 +msgstr ""
3.91 +
3.92 +#: sayings.py:22
3.93 +msgid "If the implementation is easy to explain, it may be a good idea."
3.94 +msgstr ""
3.95 +
3.96 +#: sayings.py:23
3.97 +msgid "Namespaces are one honking great idea -- let's do more of those!"
3.98 +msgstr ""
3.99 +
3.100 msgid "Competition"
3.101 msgstr ""
3.102
3.103 -#: pymove3d.py:26
3.104 msgid "Task"
3.105 msgstr ""
3.106
3.107 -#: pymove3d.py:27
3.108 msgid "Submission"
3.109 msgstr ""
3.110
3.111 -#: pymove3d.py:28
3.112 msgid "Coursematerial"
3.113 msgstr ""
3.114
3.115 -#: pymove3d.py:98
3.116 -msgid "/dates"
3.117 -msgstr ""
3.118
4.1 --- a/translations/pymove3d.pot Sun Jan 19 08:57:05 2014 +0100
4.2 +++ b/translations/pymove3d.pot Sun Jan 19 09:11:56 2014 +0100
4.3 @@ -8,7 +8,7 @@
4.4 msgstr ""
4.5 "Project-Id-Version: PROJECT VERSION\n"
4.6 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
4.7 -"POT-Creation-Date: 2014-01-18 20:46+0100\n"
4.8 +"POT-Creation-Date: 2014-01-19 09:05+0100\n"
4.9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
4.10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
4.11 "Language-Team: LANGUAGE <LL@li.org>\n"
4.12 @@ -17,23 +17,86 @@
4.13 "Content-Transfer-Encoding: 8bit\n"
4.14 "Generated-By: Babel 1.3\n"
4.15
4.16 -#: pymove3d.py:25
4.17 -msgid "Competition"
4.18 +#: sayings.py:5
4.19 +msgid "The Zen of Python, by Tim Peters"
4.20 msgstr ""
4.21
4.22 -#: pymove3d.py:26
4.23 -msgid "Task"
4.24 +#: sayings.py:5 sayings.py:6 sayings.py:7 sayings.py:8 sayings.py:9
4.25 +#: sayings.py:10 sayings.py:11 sayings.py:12 sayings.py:13 sayings.py:14
4.26 +#: sayings.py:15 sayings.py:16 sayings.py:17 sayings.py:18 sayings.py:19
4.27 +#: sayings.py:20 sayings.py:21 sayings.py:22 sayings.py:23
4.28 +msgid "__Tim Peters, The Zen of Python"
4.29 msgstr ""
4.30
4.31 -#: pymove3d.py:27
4.32 -msgid "Submission"
4.33 +#: sayings.py:6
4.34 +msgid "Beautiful is better than ugly."
4.35 msgstr ""
4.36
4.37 -#: pymove3d.py:28
4.38 -msgid "Coursematerial"
4.39 +#: sayings.py:7
4.40 +msgid "Explicit is better than implicit."
4.41 msgstr ""
4.42
4.43 -#: pymove3d.py:98
4.44 -msgid "/dates"
4.45 +#: sayings.py:8
4.46 +msgid "Simple is better than complex."
4.47 msgstr ""
4.48
4.49 +#: sayings.py:9
4.50 +msgid "Complex is better than complicated."
4.51 +msgstr ""
4.52 +
4.53 +#: sayings.py:10
4.54 +msgid "Flat is better than nested."
4.55 +msgstr ""
4.56 +
4.57 +#: sayings.py:11
4.58 +msgid "Sparse is better than dense."
4.59 +msgstr ""
4.60 +
4.61 +#: sayings.py:12
4.62 +msgid "Readability counts."
4.63 +msgstr ""
4.64 +
4.65 +#: sayings.py:13
4.66 +msgid "Special cases aren't special enough to break the rules."
4.67 +msgstr ""
4.68 +
4.69 +#: sayings.py:14
4.70 +msgid "Although practicality beats purity."
4.71 +msgstr ""
4.72 +
4.73 +#: sayings.py:15
4.74 +msgid "Errors should never pass silently."
4.75 +msgstr ""
4.76 +
4.77 +#: sayings.py:16
4.78 +msgid "Unless explicitly silenced."
4.79 +msgstr ""
4.80 +
4.81 +#: sayings.py:17
4.82 +msgid "In the face of ambiguity, refuse the temptation to guess."
4.83 +msgstr ""
4.84 +
4.85 +#: sayings.py:18
4.86 +msgid "Although that way may not be obvious at first unless you're Dutch."
4.87 +msgstr ""
4.88 +
4.89 +#: sayings.py:19
4.90 +msgid "Now is better than never."
4.91 +msgstr ""
4.92 +
4.93 +#: sayings.py:20
4.94 +msgid "Although never is often better than *right* now."
4.95 +msgstr ""
4.96 +
4.97 +#: sayings.py:21
4.98 +msgid "If the implementation is hard to explain, it's a bad idea."
4.99 +msgstr ""
4.100 +
4.101 +#: sayings.py:22
4.102 +msgid "If the implementation is easy to explain, it may be a good idea."
4.103 +msgstr ""
4.104 +
4.105 +#: sayings.py:23
4.106 +msgid "Namespaces are one honking great idea -- let's do more of those!"
4.107 +msgstr ""
4.108 +