From d7409daa7a9597dc01a1bf93315bd954404ab6da Mon Sep 17 00:00:00 2001 From: erichhasl Date: Sat, 22 Oct 2016 00:08:12 +0200 Subject: [PATCH] add translations of startpage --- .../startpage/locale/de/LC_MESSAGES/django.po | 23 +++++++++++++++++++ .../startpage/templates/startpage/index.html | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 jdav_web/startpage/locale/de/LC_MESSAGES/django.po diff --git a/jdav_web/startpage/locale/de/LC_MESSAGES/django.po b/jdav_web/startpage/locale/de/LC_MESSAGES/django.po new file mode 100644 index 0000000..0973fdc --- /dev/null +++ b/jdav_web/startpage/locale/de/LC_MESSAGES/django.po @@ -0,0 +1,23 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-22 00:04+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: templates/startpage/index.html:2 +msgid "Awesome JDAV website being able to do a lot!" +msgstr "Tolle JDAV Webseite die ganz viel kann!" diff --git a/jdav_web/startpage/templates/startpage/index.html b/jdav_web/startpage/templates/startpage/index.html index 50147de..390893c 100644 --- a/jdav_web/startpage/templates/startpage/index.html +++ b/jdav_web/startpage/templates/startpage/index.html @@ -1 +1,2 @@ -Tolle JDAV Webseite die ganz viel kann! +{% load i18n %} +{% trans "Awesome JDAV website being able to do a lot!" %}