diff --git a/compile_i18n b/compile_i18n index a45a39e8..1b6da988 100755 --- a/compile_i18n +++ b/compile_i18n @@ -4,3 +4,4 @@ set -e cd i18n msgfmt cs.po -o cs.mo +msgfmt de.po -o de.mo diff --git a/generate b/generate index a53e2eab..b4797231 100755 --- a/generate +++ b/generate @@ -23,7 +23,7 @@ templates = [ "development.html", ] -for language in ["en", "cs"]: +for language in ["en", "cs", "de"]: print "Generating '%s' pages" % language if language == "en": diff --git a/i18n/de.po b/i18n/de.po new file mode 100644 index 00000000..57f4e5a9 --- /dev/null +++ b/i18n/de.po @@ -0,0 +1,47 @@ +# Translations template for PROJECT. +# Copyright (C) 2011 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2011. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2011-11-27 10:13-0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 0.9.6\n" + +#: templates/base.html:29 +msgid "Main Page" +msgstr "Hauptseite" + +#: templates/base.html:30 +msgid "Download" +msgstr "" + +#: templates/base.html:31 +msgid "Documentation" +msgstr "Dokumentation" + +#: templates/base.html:32 +msgid "Support" +msgstr "Unterstützung" + +#: templates/base.html:33 +msgid "Screenshots" +msgstr "" + +#: templates/base.html:34 +msgid "Development" +msgstr "Entwicklung" + +#: templates/base.html:35 +msgid "Online Shell" +msgstr "" +