♻️ Major code restructuring

This commit is contained in:
Manuel Cillero 2024-02-09 14:05:38 +01:00
parent a96e203bb3
commit fa66d628a0
221 changed files with 228 additions and 315 deletions

13
src/locale/en-US/base.ftl Normal file
View file

@ -0,0 +1,13 @@
# Branding component.
site_home = Home
# PoweredBy component.
poweredby_pagetop = Powered by {$pagetop_link}
pagetop_logo = PageTop logo
# Menu component.
menu_toggle = Toggle menu visibility
# Form components.
button_submit = Submit
button_reset = Reset

View file

@ -0,0 +1,7 @@
header = Header
pagetop = Page Top
content = Content
sidebar = Sidebar
footer = Footer
skip_to_content = Skip to main content (Press Enter)

13
src/locale/es-ES/base.ftl Normal file
View file

@ -0,0 +1,13 @@
# Branding component.
site_home = Inicio
# PoweredBy component.
poweredby_pagetop = Funciona con {$pagetop_link}
pagetop_logo = Logotipo de PageTop
# Menu component.
menu_toggle = Alternar visibilidad del menú
# Form components.
button_submit = Enviar
button_reset = Reiniciar

View file

@ -0,0 +1,7 @@
header = Cabecera
pagetop = Superior
content = Contenido
sidebar = Barra lateral
footer = Pie
skip_to_content = Ir al contenido principal (Pulsar Intro)