diff --git a/src/home/locale/nl/LC_MESSAGES/django.mo b/src/home/locale/nl/LC_MESSAGES/django.mo index ad5691f..96e0a93 100644 Binary files a/src/home/locale/nl/LC_MESSAGES/django.mo and b/src/home/locale/nl/LC_MESSAGES/django.mo differ diff --git a/src/home/locale/nl/LC_MESSAGES/django.po b/src/home/locale/nl/LC_MESSAGES/django.po index a82171e..b0c09c2 100644 --- a/src/home/locale/nl/LC_MESSAGES/django.po +++ b/src/home/locale/nl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-10 14:03+0200\n" +"POT-Creation-Date: 2024-07-10 17:40+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -30,7 +30,7 @@ msgstr "Maak een nieuwe homepagina" msgid "This is now the current homepage." msgstr "Dit is nu de huidige homepagina." -#: home/apps.py:8 home/apps.py:11 +#: home/apps.py:8 home/apps.py:11 home/templates/home/home.html:6 msgid "Home" msgstr "Homepagina" @@ -53,3 +53,7 @@ msgstr "homepagina’s" #: home/templates/admin/home/submit_line.html:5 msgid "Save and set as current" msgstr "Opslaan en als huidige instellen" + +#: home/templates/home/home.html:7 +msgid "There is no homepage content." +msgstr "Er is geen inhoud voor de homepagina." diff --git a/src/home/templates/home/home.html b/src/home/templates/home/home.html index e530273..28b119f 100644 --- a/src/home/templates/home/home.html +++ b/src/home/templates/home/home.html @@ -1,12 +1,10 @@ -{% extends "menupage.html" %} - -{% block main %} +{% extends "menupage.html" %}{% load i18n %}{% block main %}
{% if homepage %} {{ homepage.content | safe }} {% else %} -

Home

-

There is no homepage content.

+

{% translate 'Home' %}

+

{% translate 'There is no homepage content.' %}

{% endif %}
\n" "Language-Team: LANGUAGE \n" @@ -22,14 +22,18 @@ msgstr "" msgid "Theme" msgstr "Thema" -#: theme/models.py:11 +#: theme/models.py:14 msgid "name" msgstr "naam" -#: theme/models.py:12 +#: theme/models.py:15 msgid "value" msgstr "waarde" +#: theme/models.py:22 +msgid "version" +msgstr "versie" + #: theme/templates/admin/constance_theme/change_list.html:61 msgid "Save" msgstr "Opslaan"