🚚 Reubicación de archivos de localización
This commit is contained in:
parent
c136126deb
commit
18c141aeb9
10 changed files with 28 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
fn main() -> std::io::Result<()> {
|
fn main() -> std::io::Result<()> {
|
||||||
pagetop_build::bundle_resources("./static", "bootsier", None)
|
pagetop_build::bundle_resources("./static/theme", "bootsier", None)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@ e404-message = The page you are looking for may have been removed, had its name
|
||||||
e500-description = Oops! Unexpected Error
|
e500-description = Oops! Unexpected Error
|
||||||
e500-message = We're having an issue. Please report this error to an administrator.
|
e500-message = We're having an issue. Please report this error to an administrator.
|
||||||
back-homepage = Back to homepage
|
back-homepage = Back to homepage
|
||||||
|
|
||||||
13
pagetop-bootsier/static/locales/en-US/regions.ftl
Normal file
13
pagetop-bootsier/static/locales/en-US/regions.ftl
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
header = Header
|
||||||
|
primary_menu = Primary menu
|
||||||
|
secondary_menu = Secondary menu
|
||||||
|
hero = Hero (full width)
|
||||||
|
highlighted = Highlighted
|
||||||
|
breadcrumb = Breadcrumb
|
||||||
|
social = Social Bar
|
||||||
|
content_above = Content Above
|
||||||
|
content = Content
|
||||||
|
sidebar = Sidebar
|
||||||
|
content_below = Content Below
|
||||||
|
footer_top = Footer Top
|
||||||
|
footer_bottom = Footer Bottom
|
||||||
13
pagetop-bootsier/static/locales/es-ES/regions.ftl
Normal file
13
pagetop-bootsier/static/locales/es-ES/regions.ftl
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
header = Cabecera
|
||||||
|
primary_menu = Menú principal
|
||||||
|
secondary_menu = Menú secundario
|
||||||
|
hero = Hero (ancho completo)
|
||||||
|
highlighted = Destacado
|
||||||
|
breadcrumb = Ruta de navegación
|
||||||
|
social = Enlaces sociales
|
||||||
|
content_above = Antes del contenido
|
||||||
|
content = Contenido
|
||||||
|
sidebar = Barra lateral
|
||||||
|
content_below = Después del contenido
|
||||||
|
footer_top = Pie de página (superior)
|
||||||
|
footer_bottom = Pie de página (inferior)
|
||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Add table
Add a link
Reference in a new issue