diff --git a/django/core/locale/en/LC_MESSAGES/django.po b/django/core/locale/en/LC_MESSAGES/django.po index 6b9557b..2900999 100644 --- a/django/core/locale/en/LC_MESSAGES/django.po +++ b/django/core/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: 2024-02-09 17:31+0000\n" +"POT-Creation-Date: 2024-06-28 08:24+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,54 +18,50 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: core/settings.py:92 +#: core/settings.py:104 msgid "Spanish" msgstr "" -#: core/settings.py:93 +#: core/settings.py:105 msgid "English" msgstr "" -#: core/templates/base.html:7 core/templates/base.html:47 +#: core/templates/base.html:8 core/templates/base.html:48 msgid "ProjectTitle" -msgstr "Encarnación de Díaz" +msgstr "Enrique Aguilar Ugarte en Encarnación de Díaz" -#: core/templates/base.html:60 -msgid "Welcome" -msgstr "" - -#: core/templates/base.html:66 +#: core/templates/base.html:61 msgid "Photographs" msgstr "" -#: core/templates/base.html:72 +#: core/templates/base.html:67 msgid "About" msgstr "" -#: core/templates/base.html:78 +#: core/templates/base.html:73 msgid "Updates" msgstr "" -#: core/templates/base.html:84 +#: core/templates/base.html:79 msgid "Get Involved" msgstr "" -#: core/templates/base.html:106 +#: core/templates/base.html:101 msgid "Privacy" msgstr "" -#: core/templates/base.html:107 +#: core/templates/base.html:102 msgid "Legal" msgstr "" -#: core/templates/base.html:108 +#: core/templates/base.html:103 msgid "Freedom of Information" msgstr "" -#: core/templates/base.html:109 +#: core/templates/base.html:104 msgid "Cookies" msgstr "" -#: core/templates/base.html:110 +#: core/templates/base.html:105 msgid "Accessibility" msgstr "" diff --git a/django/core/locale/es/LC_MESSAGES/django.po b/django/core/locale/es/LC_MESSAGES/django.po index 42409a4..1849e33 100644 --- a/django/core/locale/es/LC_MESSAGES/django.po +++ b/django/core/locale/es/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-02-09 17:31+0000\n" +"POT-Creation-Date: 2024-06-28 08:24+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,54 +18,54 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: core/settings.py:92 +#: core/settings.py:104 msgid "Spanish" msgstr "" -#: core/settings.py:93 +#: core/settings.py:105 msgid "English" msgstr "" -#: core/templates/base.html:7 core/templates/base.html:47 +#: core/templates/base.html:8 core/templates/base.html:48 msgid "ProjectTitle" -msgstr "Encarnación de Díaz: Fotohistorias de la Cristiada" - -#: core/templates/base.html:60 -msgid "Welcome" -msgstr "Bienvenido" +msgstr "" +"Enrique Aguilar Ugarte en Encarnación de Díaz" -#: core/templates/base.html:66 +#: core/templates/base.html:61 msgid "Photographs" msgstr "Fotografías" -#: core/templates/base.html:72 +#: core/templates/base.html:67 msgid "About" msgstr "Acerca de" -#: core/templates/base.html:78 +#: core/templates/base.html:73 msgid "Updates" msgstr "Actualizaciones" -#: core/templates/base.html:84 +#: core/templates/base.html:79 msgid "Get Involved" msgstr "Involucrarse" -#: core/templates/base.html:106 +#: core/templates/base.html:101 msgid "Privacy" msgstr "Privacidad" -#: core/templates/base.html:107 +#: core/templates/base.html:102 msgid "Legal" msgstr "Legal" -#: core/templates/base.html:108 +#: core/templates/base.html:103 msgid "Freedom of Information" msgstr "Libertad de Información" -#: core/templates/base.html:109 +#: core/templates/base.html:104 msgid "Cookies" msgstr "Cookies" -#: core/templates/base.html:110 +#: core/templates/base.html:105 msgid "Accessibility" msgstr "Accesibilidad" + +#~ msgid "Welcome" +#~ msgstr "Bienvenido" diff --git a/django/core/templates/base.html b/django/core/templates/base.html index 1c63bf1..95300a3 100644 --- a/django/core/templates/base.html +++ b/django/core/templates/base.html @@ -11,7 +11,7 @@ - + diff --git a/django/pages/templates/pages/page-welcome.html b/django/pages/templates/pages/page-welcome.html index e823d23..938f2ba 100644 --- a/django/pages/templates/pages/page-welcome.html +++ b/django/pages/templates/pages/page-welcome.html @@ -5,14 +5,14 @@
- Encarnación de Díaz + Enrique Aguilar Ugarte
en Encarnación de Díaz

{% if LANGUAGE_CODE == 'es' %} - Fotohistorias de la Cristiada + Miradas fotográficas sobre
la Guerra Cristera (1926-29) {% elif LANGUAGE_CODE == 'en' %} - Photohistories of the Cristero War + Photohistories of the Cristero War (1926-29) {% endif %}