initial Makefile for writing po i18n files
authorReimar Bauer <rb.proj AT googlemail DOT com>
Sat, 18 Jan 2014 09:41:26 +0100
changeset 98096c748b438a
parent 97 9fa249552dba
child 99 98360a0a7797
initial Makefile for writing po i18n files
Makefile
translations/de/LC_MESSAGES/messages.po
translations/en/LC_MESSAGES/messages.po
translations/pymove3d.pot
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Makefile	Sat Jan 18 09:41:26 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +#
     1.5 +# Makefile for pymove3D
     1.6 +#
     1.7 +
     1.8 +# location for the pymove3d.py we use:
     1.9 +export PYTHONPATH=$(PWD)
    1.10 +
    1.11 +pylint:
    1.12 +	pylint ./pymove3d.py
    1.13 +
    1.14 +pybabel_init:
    1.15 +	pybabel extract -o ./translations/pymove3d.pot .
    1.16 +	pybabel init -i ./translations/pymove3d.pot -d translations -l de
    1.17 +	pybabel init -i ./translations/pymove3d.pot -d translations -l en
    1.18 +
    1.19 +pybabel_update:
    1.20 +	pybabel extract -o ./translations/pymove3d.pot .
    1.21 +	pybabel update -i ./translations/pymove3d.pot -d translations -l de
    1.22 +	pybabel update -i ./translations/pymove3d.pot -d translations -l en
    1.23 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/translations/de/LC_MESSAGES/messages.po	Sat Jan 18 09:41:26 2014 +0100
     2.3 @@ -0,0 +1,80 @@
     2.4 +# German translations for PROJECT.
     2.5 +# Copyright (C) 2014 ORGANIZATION
     2.6 +# This file is distributed under the same license as the PROJECT project.
     2.7 +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
     2.8 +#
     2.9 +#, fuzzy
    2.10 +msgid ""
    2.11 +msgstr ""
    2.12 +"Project-Id-Version: PROJECT VERSION\n"
    2.13 +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
    2.14 +"POT-Creation-Date: 2014-01-18 09:40+0100\n"
    2.15 +"PO-Revision-Date: 2014-01-18 09:40+0100\n"
    2.16 +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    2.17 +"Language-Team: de <LL@li.org>\n"
    2.18 +"Plural-Forms: nplurals=2; plural=(n != 1)\n"
    2.19 +"MIME-Version: 1.0\n"
    2.20 +"Content-Type: text/plain; charset=utf-8\n"
    2.21 +"Content-Transfer-Encoding: 8bit\n"
    2.22 +"Generated-By: Babel 1.3\n"
    2.23 +
    2.24 +#: pymove3d.py:25
    2.25 +msgid "/index"
    2.26 +msgstr ""
    2.27 +
    2.28 +#: pymove3d.py:27
    2.29 +msgid "en/index.html"
    2.30 +msgstr ""
    2.31 +
    2.32 +#: pymove3d.py:29
    2.33 +msgid "/competition"
    2.34 +msgstr ""
    2.35 +
    2.36 +#: pymove3d.py:31
    2.37 +msgid "en/competition.html"
    2.38 +msgstr ""
    2.39 +
    2.40 +#: pymove3d.py:33
    2.41 +msgid "/task"
    2.42 +msgstr ""
    2.43 +
    2.44 +#: pymove3d.py:35
    2.45 +msgid "en/task.html"
    2.46 +msgstr ""
    2.47 +
    2.48 +#: pymove3d.py:37
    2.49 +msgid "/submission"
    2.50 +msgstr ""
    2.51 +
    2.52 +#: pymove3d.py:39
    2.53 +msgid "en/submission.html"
    2.54 +msgstr ""
    2.55 +
    2.56 +#: pymove3d.py:41
    2.57 +msgid "/coursematerial"
    2.58 +msgstr ""
    2.59 +
    2.60 +#: pymove3d.py:43
    2.61 +msgid "en/coursematerial.html"
    2.62 +msgstr ""
    2.63 +
    2.64 +#: pymove3d.py:45
    2.65 +msgid "/imprint"
    2.66 +msgstr ""
    2.67 +
    2.68 +#: pymove3d.py:47
    2.69 +msgid "en/imprint.html"
    2.70 +msgstr ""
    2.71 +
    2.72 +#: pymove3d.py:49
    2.73 +msgid "/privacy"
    2.74 +msgstr ""
    2.75 +
    2.76 +#: pymove3d.py:51
    2.77 +msgid "en/privacy.html"
    2.78 +msgstr ""
    2.79 +
    2.80 +#: pymove3d.py:56
    2.81 +msgid "en/404.html"
    2.82 +msgstr ""
    2.83 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/translations/en/LC_MESSAGES/messages.po	Sat Jan 18 09:41:26 2014 +0100
     3.3 @@ -0,0 +1,80 @@
     3.4 +# English translations for PROJECT.
     3.5 +# Copyright (C) 2014 ORGANIZATION
     3.6 +# This file is distributed under the same license as the PROJECT project.
     3.7 +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
     3.8 +#
     3.9 +#, fuzzy
    3.10 +msgid ""
    3.11 +msgstr ""
    3.12 +"Project-Id-Version: PROJECT VERSION\n"
    3.13 +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
    3.14 +"POT-Creation-Date: 2014-01-18 09:40+0100\n"
    3.15 +"PO-Revision-Date: 2014-01-18 09:40+0100\n"
    3.16 +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    3.17 +"Language-Team: en <LL@li.org>\n"
    3.18 +"Plural-Forms: nplurals=2; plural=(n != 1)\n"
    3.19 +"MIME-Version: 1.0\n"
    3.20 +"Content-Type: text/plain; charset=utf-8\n"
    3.21 +"Content-Transfer-Encoding: 8bit\n"
    3.22 +"Generated-By: Babel 1.3\n"
    3.23 +
    3.24 +#: pymove3d.py:25
    3.25 +msgid "/index"
    3.26 +msgstr ""
    3.27 +
    3.28 +#: pymove3d.py:27
    3.29 +msgid "en/index.html"
    3.30 +msgstr ""
    3.31 +
    3.32 +#: pymove3d.py:29
    3.33 +msgid "/competition"
    3.34 +msgstr ""
    3.35 +
    3.36 +#: pymove3d.py:31
    3.37 +msgid "en/competition.html"
    3.38 +msgstr ""
    3.39 +
    3.40 +#: pymove3d.py:33
    3.41 +msgid "/task"
    3.42 +msgstr ""
    3.43 +
    3.44 +#: pymove3d.py:35
    3.45 +msgid "en/task.html"
    3.46 +msgstr ""
    3.47 +
    3.48 +#: pymove3d.py:37
    3.49 +msgid "/submission"
    3.50 +msgstr ""
    3.51 +
    3.52 +#: pymove3d.py:39
    3.53 +msgid "en/submission.html"
    3.54 +msgstr ""
    3.55 +
    3.56 +#: pymove3d.py:41
    3.57 +msgid "/coursematerial"
    3.58 +msgstr ""
    3.59 +
    3.60 +#: pymove3d.py:43
    3.61 +msgid "en/coursematerial.html"
    3.62 +msgstr ""
    3.63 +
    3.64 +#: pymove3d.py:45
    3.65 +msgid "/imprint"
    3.66 +msgstr ""
    3.67 +
    3.68 +#: pymove3d.py:47
    3.69 +msgid "en/imprint.html"
    3.70 +msgstr ""
    3.71 +
    3.72 +#: pymove3d.py:49
    3.73 +msgid "/privacy"
    3.74 +msgstr ""
    3.75 +
    3.76 +#: pymove3d.py:51
    3.77 +msgid "en/privacy.html"
    3.78 +msgstr ""
    3.79 +
    3.80 +#: pymove3d.py:56
    3.81 +msgid "en/404.html"
    3.82 +msgstr ""
    3.83 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/translations/pymove3d.pot	Sat Jan 18 09:41:26 2014 +0100
     4.3 @@ -0,0 +1,79 @@
     4.4 +# Translations template for PROJECT.
     4.5 +# Copyright (C) 2014 ORGANIZATION
     4.6 +# This file is distributed under the same license as the PROJECT project.
     4.7 +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
     4.8 +#
     4.9 +#, fuzzy
    4.10 +msgid ""
    4.11 +msgstr ""
    4.12 +"Project-Id-Version: PROJECT VERSION\n"
    4.13 +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
    4.14 +"POT-Creation-Date: 2014-01-18 09:40+0100\n"
    4.15 +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    4.16 +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    4.17 +"Language-Team: LANGUAGE <LL@li.org>\n"
    4.18 +"MIME-Version: 1.0\n"
    4.19 +"Content-Type: text/plain; charset=utf-8\n"
    4.20 +"Content-Transfer-Encoding: 8bit\n"
    4.21 +"Generated-By: Babel 1.3\n"
    4.22 +
    4.23 +#: pymove3d.py:25
    4.24 +msgid "/index"
    4.25 +msgstr ""
    4.26 +
    4.27 +#: pymove3d.py:27
    4.28 +msgid "en/index.html"
    4.29 +msgstr ""
    4.30 +
    4.31 +#: pymove3d.py:29
    4.32 +msgid "/competition"
    4.33 +msgstr ""
    4.34 +
    4.35 +#: pymove3d.py:31
    4.36 +msgid "en/competition.html"
    4.37 +msgstr ""
    4.38 +
    4.39 +#: pymove3d.py:33
    4.40 +msgid "/task"
    4.41 +msgstr ""
    4.42 +
    4.43 +#: pymove3d.py:35
    4.44 +msgid "en/task.html"
    4.45 +msgstr ""
    4.46 +
    4.47 +#: pymove3d.py:37
    4.48 +msgid "/submission"
    4.49 +msgstr ""
    4.50 +
    4.51 +#: pymove3d.py:39
    4.52 +msgid "en/submission.html"
    4.53 +msgstr ""
    4.54 +
    4.55 +#: pymove3d.py:41
    4.56 +msgid "/coursematerial"
    4.57 +msgstr ""
    4.58 +
    4.59 +#: pymove3d.py:43
    4.60 +msgid "en/coursematerial.html"
    4.61 +msgstr ""
    4.62 +
    4.63 +#: pymove3d.py:45
    4.64 +msgid "/imprint"
    4.65 +msgstr ""
    4.66 +
    4.67 +#: pymove3d.py:47
    4.68 +msgid "en/imprint.html"
    4.69 +msgstr ""
    4.70 +
    4.71 +#: pymove3d.py:49
    4.72 +msgid "/privacy"
    4.73 +msgstr ""
    4.74 +
    4.75 +#: pymove3d.py:51
    4.76 +msgid "en/privacy.html"
    4.77 +msgstr ""
    4.78 +
    4.79 +#: pymove3d.py:56
    4.80 +msgid "en/404.html"
    4.81 +msgstr ""
    4.82 +
Impressum Datenschutzerklärung