Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add German translation
  • Loading branch information
certik committed Nov 27, 2011
1 parent 2d015ad commit bbee230
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
1 change: 1 addition & 0 deletions compile_i18n
Expand Up @@ -4,3 +4,4 @@ set -e


cd i18n cd i18n
msgfmt cs.po -o cs.mo msgfmt cs.po -o cs.mo
msgfmt de.po -o de.mo
2 changes: 1 addition & 1 deletion generate
Expand Up @@ -23,7 +23,7 @@ templates = [
"development.html", "development.html",
] ]


for language in ["en", "cs"]: for language in ["en", "cs", "de"]:
print "Generating '%s' pages" % language print "Generating '%s' pages" % language


if language == "en": if language == "en":
Expand Down
47 changes: 47 additions & 0 deletions 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 <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 ""

0 comments on commit bbee230

Please sign in to comment.