fixed structure of nations inside archive

This commit is contained in:
Esteban 2026-04-19 10:06:40 -05:00
parent a24dc384e9
commit 627ea56417
7 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ const { locale } = Astro.params;
<a class="hover:text-colorPrimary transition" href=`/${currentLocale}#programs`>{tl("nav.programs")}</a> <a class="hover:text-colorPrimary transition" href=`/${currentLocale}#programs`>{tl("nav.programs")}</a>
<a class="hover:text-colorPrimary transition" href=`/${currentLocale}#news`>{tl("nav.news")}</a> <a class="hover:text-colorPrimary transition" href=`/${currentLocale}#news`>{tl("nav.news")}</a>
<a class="hover:text-colorPrimary transition" href=`/${currentLocale}/archive`>{tl("nav.archive")}</a> <a class="hover:text-colorPrimary transition" href=`/${currentLocale}/archive`>{tl("nav.archive")}</a>
<a class="hover:text-colorPrimary transition" href=`/${currentLocale}/nations`>{tl("nav.nations")}</a>
</div> </div>
<div class="drawer lg:hidden"> <div class="drawer lg:hidden">
<input id="my-drawer-1" type="checkbox" class="drawer-toggle" /> <input id="my-drawer-1" type="checkbox" class="drawer-toggle" />

View File

@ -6,6 +6,7 @@
"nav.archive": "Archive", "nav.archive": "Archive",
"nav.programs": "Programs", "nav.programs": "Programs",
"nav.contact": "Contact", "nav.contact": "Contact",
"nav.nations": "Nations",
"hero.name": "Dr. José Benjamín Pérez Matos", "hero.name": "Dr. José Benjamín Pérez Matos",
"hero.title": "Founding Leader", "hero.title": "Founding Leader",
"hero.body": "“My lifes dream is to see the prophets vision fulfilled: a world of justice and peace for the good of Israel and all mankind.”", "hero.body": "“My lifes dream is to see the prophets vision fulfilled: a world of justice and peace for the good of Israel and all mankind.”",

View File

@ -5,6 +5,7 @@
"nav.news": "Noticias", "nav.news": "Noticias",
"nav.programs": "Programas", "nav.programs": "Programas",
"nav.archive": "Archivo", "nav.archive": "Archivo",
"nav.nations": "Naciones",
"nav.contact": "Contacto", "nav.contact": "Contacto",
"hero.name": "Dr. José Benjamín Pérez Matos", "hero.name": "Dr. José Benjamín Pérez Matos",