From 18c141aeb9e67782c998383082d13925dd3a5ba4 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 4 Jun 2023 18:55:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Reubicaci=C3=B3n=20de=20archivos?= =?UTF-8?q?=20de=20localizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop-bootsier/build.rs | 2 +- .../{src => static}/locales/en-US/bootsier.ftl | 1 + pagetop-bootsier/static/locales/en-US/regions.ftl | 13 +++++++++++++ .../{src => static}/locales/es-ES/bootsier.ftl | 0 pagetop-bootsier/static/locales/es-ES/regions.ftl | 13 +++++++++++++ .../static/{ => theme}/css/bootstrap.min.css | 0 .../static/{ => theme}/css/bootstrap.min.css.map | 0 .../static/{ => theme}/images/caution.png | Bin .../static/{ => theme}/js/bootstrap.bundle.min.js | 0 .../{ => theme}/js/bootstrap.bundle.min.js.map | 0 10 files changed, 28 insertions(+), 1 deletion(-) rename pagetop-bootsier/{src => static}/locales/en-US/bootsier.ftl (99%) create mode 100644 pagetop-bootsier/static/locales/en-US/regions.ftl rename pagetop-bootsier/{src => static}/locales/es-ES/bootsier.ftl (100%) create mode 100644 pagetop-bootsier/static/locales/es-ES/regions.ftl rename pagetop-bootsier/static/{ => theme}/css/bootstrap.min.css (100%) rename pagetop-bootsier/static/{ => theme}/css/bootstrap.min.css.map (100%) rename pagetop-bootsier/static/{ => theme}/images/caution.png (100%) rename pagetop-bootsier/static/{ => theme}/js/bootstrap.bundle.min.js (100%) rename pagetop-bootsier/static/{ => theme}/js/bootstrap.bundle.min.js.map (100%) diff --git a/pagetop-bootsier/build.rs b/pagetop-bootsier/build.rs index 43a25bd1..0fbb64f7 100644 --- a/pagetop-bootsier/build.rs +++ b/pagetop-bootsier/build.rs @@ -1,3 +1,3 @@ fn main() -> std::io::Result<()> { - pagetop_build::bundle_resources("./static", "bootsier", None) + pagetop_build::bundle_resources("./static/theme", "bootsier", None) } diff --git a/pagetop-bootsier/src/locales/en-US/bootsier.ftl b/pagetop-bootsier/static/locales/en-US/bootsier.ftl similarity index 99% rename from pagetop-bootsier/src/locales/en-US/bootsier.ftl rename to pagetop-bootsier/static/locales/en-US/bootsier.ftl index 0e8969cd..582e2d0a 100644 --- a/pagetop-bootsier/src/locales/en-US/bootsier.ftl +++ b/pagetop-bootsier/static/locales/en-US/bootsier.ftl @@ -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-message = We're having an issue. Please report this error to an administrator. back-homepage = Back to homepage + diff --git a/pagetop-bootsier/static/locales/en-US/regions.ftl b/pagetop-bootsier/static/locales/en-US/regions.ftl new file mode 100644 index 00000000..029aa3c1 --- /dev/null +++ b/pagetop-bootsier/static/locales/en-US/regions.ftl @@ -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 diff --git a/pagetop-bootsier/src/locales/es-ES/bootsier.ftl b/pagetop-bootsier/static/locales/es-ES/bootsier.ftl similarity index 100% rename from pagetop-bootsier/src/locales/es-ES/bootsier.ftl rename to pagetop-bootsier/static/locales/es-ES/bootsier.ftl diff --git a/pagetop-bootsier/static/locales/es-ES/regions.ftl b/pagetop-bootsier/static/locales/es-ES/regions.ftl new file mode 100644 index 00000000..9b50d168 --- /dev/null +++ b/pagetop-bootsier/static/locales/es-ES/regions.ftl @@ -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) diff --git a/pagetop-bootsier/static/css/bootstrap.min.css b/pagetop-bootsier/static/theme/css/bootstrap.min.css similarity index 100% rename from pagetop-bootsier/static/css/bootstrap.min.css rename to pagetop-bootsier/static/theme/css/bootstrap.min.css diff --git a/pagetop-bootsier/static/css/bootstrap.min.css.map b/pagetop-bootsier/static/theme/css/bootstrap.min.css.map similarity index 100% rename from pagetop-bootsier/static/css/bootstrap.min.css.map rename to pagetop-bootsier/static/theme/css/bootstrap.min.css.map diff --git a/pagetop-bootsier/static/images/caution.png b/pagetop-bootsier/static/theme/images/caution.png similarity index 100% rename from pagetop-bootsier/static/images/caution.png rename to pagetop-bootsier/static/theme/images/caution.png diff --git a/pagetop-bootsier/static/js/bootstrap.bundle.min.js b/pagetop-bootsier/static/theme/js/bootstrap.bundle.min.js similarity index 100% rename from pagetop-bootsier/static/js/bootstrap.bundle.min.js rename to pagetop-bootsier/static/theme/js/bootstrap.bundle.min.js diff --git a/pagetop-bootsier/static/js/bootstrap.bundle.min.js.map b/pagetop-bootsier/static/theme/js/bootstrap.bundle.min.js.map similarity index 100% rename from pagetop-bootsier/static/js/bootstrap.bundle.min.js.map rename to pagetop-bootsier/static/theme/js/bootstrap.bundle.min.js.map