diff --git a/frontend/frontend/locale/en/LC_MESSAGES/django.mo b/frontend/frontend/locale/en/LC_MESSAGES/django.mo index 7a31b91..169feac 100644 Binary files a/frontend/frontend/locale/en/LC_MESSAGES/django.mo and b/frontend/frontend/locale/en/LC_MESSAGES/django.mo differ diff --git a/frontend/frontend/locale/en/LC_MESSAGES/django.po b/frontend/frontend/locale/en/LC_MESSAGES/django.po index 240df57..67ea3b2 100644 --- a/frontend/frontend/locale/en/LC_MESSAGES/django.po +++ b/frontend/frontend/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-21 14:05-0700\n" +"POT-Creation-Date: 2017-05-17 13:12-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,15 +25,19 @@ msgstr "Made by" msgid "made_name" msgstr "Alexandr Nesterenko" -#: templates/frontend/index.html:6 templates/frontend/index.html.py:12 +#: templates/frontend/index.html:5 +msgid "index_title" +msgstr "PolitePol.com: Generate RSS feeds for any web page" + +#: templates/frontend/index.html:8 templates/frontend/index.html.py:14 msgid "brand" msgstr "Polite Pol" -#: templates/frontend/index.html:14 +#: templates/frontend/index.html:16 msgid "hello" msgstr "Create you feed yourself!" -#: templates/frontend/index.html:25 +#: templates/frontend/index.html:27 msgid "go" msgstr "Go!" diff --git a/frontend/frontend/locale/ru/LC_MESSAGES/django.mo b/frontend/frontend/locale/ru/LC_MESSAGES/django.mo index 7171149..dd5c846 100644 Binary files a/frontend/frontend/locale/ru/LC_MESSAGES/django.mo and b/frontend/frontend/locale/ru/LC_MESSAGES/django.mo differ diff --git a/frontend/frontend/locale/ru/LC_MESSAGES/django.po b/frontend/frontend/locale/ru/LC_MESSAGES/django.po index 1098ee3..b4dc327 100644 --- a/frontend/frontend/locale/ru/LC_MESSAGES/django.po +++ b/frontend/frontend/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-21 14:05-0700\n" +"POT-Creation-Date: 2017-05-17 13:12-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,15 +27,19 @@ msgstr "Сделал" msgid "made_name" msgstr "Александр Нестеренко" -#: templates/frontend/index.html:6 templates/frontend/index.html.py:12 +#: templates/frontend/index.html:5 +msgid "index_title" +msgstr "PolitePol.com: Создай RSS канал для любой веб-страницы" + +#: templates/frontend/index.html:8 templates/frontend/index.html.py:14 msgid "brand" msgstr "Polite Pol" -#: templates/frontend/index.html:14 +#: templates/frontend/index.html:16 msgid "hello" msgstr "Создай новостную ленту сам!" -#: templates/frontend/index.html:25 +#: templates/frontend/index.html:27 msgid "go" msgstr "Поехали!" diff --git a/frontend/frontend/templates/base.html b/frontend/frontend/templates/base.html index d94e935..445710a 100644 --- a/frontend/frontend/templates/base.html +++ b/frontend/frontend/templates/base.html @@ -8,7 +8,7 @@ - {% if title %} {{ title }} {% else %} Polite Pol {% endif %} + {% block title %}Polite Pol{% endblock %}