diff --git a/lib/dpul_collections_web/components/layouts/root.html.heex b/lib/dpul_collections_web/components/layouts/root.html.heex index a6bbac46..f286d7b4 100644 --- a/lib/dpul_collections_web/components/layouts/root.html.heex +++ b/lib/dpul_collections_web/components/layouts/root.html.heex @@ -8,10 +8,10 @@ <%= assigns[:page_title] || "DpulCollections" %> - + - @@ -28,7 +28,7 @@
<%= @inner_content %>
- <%= raw(DpulCollectionsWeb.LuxComponents.footer()) %> + <%= DpulCollectionsWeb.LuxComponents.footer(assigns) %> diff --git a/lib/dpul_collections_web/components/lux-components.ex b/lib/dpul_collections_web/components/lux-components.ex index 3be92f1d..ee71fe51 100644 --- a/lib/dpul_collections_web/components/lux-components.ex +++ b/lib/dpul_collections_web/components/lux-components.ex @@ -25,9 +25,19 @@ defmodule DpulCollectionsWeb.LuxComponents do """ end - def footer() do - ~S""" - + def footer(assigns) do + ~H""" + + """ end end diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index dff5686e..dbfb540c 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -26,8 +26,8 @@ msgstr "" msgid "Hang in there while we get back on track" msgstr "" -#: lib/dpul_collections_web/live/home_live.ex:27 -#: lib/dpul_collections_web/live/search_live.ex:75 +#: lib/dpul_collections_web/live/home_live.ex:25 +#: lib/dpul_collections_web/live/search_live.ex:94 #, elixir-autogen, elixir-format msgid "Search" msgstr "" @@ -58,7 +58,7 @@ msgstr "" msgid "Download" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:105 +#: lib/dpul_collections_web/live/search_live.ex:124 #, elixir-autogen, elixir-format msgid "Apply" msgstr "" @@ -73,58 +73,73 @@ msgstr "" msgid "Language" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:232 +#: lib/dpul_collections_web/live/search_live.ex:248 #, elixir-autogen, elixir-format msgid "Next" msgstr "" #: lib/dpul_collections_web/live/item_live.ex:61 -#: lib/dpul_collections_web/live/search_live.ex:151 +#: lib/dpul_collections_web/live/search_live.ex:170 #, elixir-autogen, elixir-format msgid "Pages" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:186 +#: lib/dpul_collections_web/live/search_live.ex:205 #, elixir-autogen, elixir-format msgid "Previous" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:69 +#: lib/dpul_collections_web/live/search_live.ex:88 #, elixir-autogen, elixir-format msgid "Search Results" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:86 +#: lib/dpul_collections_web/live/search_live.ex:105 #, elixir-autogen, elixir-format msgid "filter by date" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:110 +#: lib/dpul_collections_web/live/search_live.ex:129 #, elixir-autogen, elixir-format msgid "sort by" msgstr "" -#: lib/dpul_collections_web/live/home_live.ex:33 +#: lib/dpul_collections_web/live/home_live.ex:31 #, elixir-autogen, elixir-format msgid "Explore Our Digital Collections" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:91 +#: lib/dpul_collections_web/live/search_live.ex:110 #, elixir-autogen, elixir-format msgid "From" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:99 +#: lib/dpul_collections_web/live/search_live.ex:118 #, elixir-autogen, elixir-format msgid "To" msgstr "" -#: lib/dpul_collections_web/live/home_live.ex:36 +#: lib/dpul_collections_web/live/home_live.ex:33 #, elixir-autogen, elixir-format msgid "Ephemera items. We can't wait to see how you use these materials to support your unique research." msgstr "" -#: lib/dpul_collections_web/live/home_live.ex:35 +#: lib/dpul_collections_web/live/home_live.ex:33 #, elixir-autogen, elixir-format msgid "We invite you to be inspired by our globally diverse collections of" msgstr "" + +#: lib/dpul_collections_web/components/lux-components.ex:33 +#, elixir-autogen, elixir-format +msgid "Accessibility Help" +msgstr "" + +#: lib/dpul_collections_web/components/lux-components.ex:31 +#, elixir-autogen, elixir-format +msgid "Copyright Policy" +msgstr "" + +#: lib/dpul_collections_web/components/lux-components.ex:32 +#, elixir-autogen, elixir-format +msgid "Privacy Notice" +msgstr "" diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index 1278baa1..59bd45a7 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -26,8 +26,8 @@ msgstr "" msgid "Hang in there while we get back on track" msgstr "" -#: lib/dpul_collections_web/live/home_live.ex:27 -#: lib/dpul_collections_web/live/search_live.ex:75 +#: lib/dpul_collections_web/live/home_live.ex:25 +#: lib/dpul_collections_web/live/search_live.ex:94 #, elixir-autogen, elixir-format msgid "Search" msgstr "" @@ -58,7 +58,7 @@ msgstr "" msgid "Download" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:105 +#: lib/dpul_collections_web/live/search_live.ex:124 #, elixir-autogen, elixir-format msgid "Apply" msgstr "" @@ -73,58 +73,73 @@ msgstr "" msgid "Language" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:232 +#: lib/dpul_collections_web/live/search_live.ex:248 #, elixir-autogen, elixir-format msgid "Next" msgstr "" #: lib/dpul_collections_web/live/item_live.ex:61 -#: lib/dpul_collections_web/live/search_live.ex:151 +#: lib/dpul_collections_web/live/search_live.ex:170 #, elixir-autogen, elixir-format msgid "Pages" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:186 +#: lib/dpul_collections_web/live/search_live.ex:205 #, elixir-autogen, elixir-format msgid "Previous" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:69 +#: lib/dpul_collections_web/live/search_live.ex:88 #, elixir-autogen, elixir-format, fuzzy msgid "Search Results" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:86 +#: lib/dpul_collections_web/live/search_live.ex:105 #, elixir-autogen, elixir-format msgid "filter by date" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:110 +#: lib/dpul_collections_web/live/search_live.ex:129 #, elixir-autogen, elixir-format msgid "sort by" msgstr "" -#: lib/dpul_collections_web/live/home_live.ex:33 +#: lib/dpul_collections_web/live/home_live.ex:31 #, elixir-autogen, elixir-format msgid "Explore Our Digital Collections" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:91 +#: lib/dpul_collections_web/live/search_live.ex:110 #, elixir-autogen, elixir-format msgid "From" msgstr "" -#: lib/dpul_collections_web/live/search_live.ex:99 +#: lib/dpul_collections_web/live/search_live.ex:118 #, elixir-autogen, elixir-format msgid "To" msgstr "" -#: lib/dpul_collections_web/live/home_live.ex:36 +#: lib/dpul_collections_web/live/home_live.ex:33 #, elixir-autogen, elixir-format msgid "Ephemera items. We can't wait to see how you use these materials to support your unique research." msgstr "" -#: lib/dpul_collections_web/live/home_live.ex:35 +#: lib/dpul_collections_web/live/home_live.ex:33 #, elixir-autogen, elixir-format msgid "We invite you to be inspired by our globally diverse collections of" msgstr "" + +#: lib/dpul_collections_web/components/lux-components.ex:33 +#, elixir-autogen, elixir-format +msgid "Accessibility Help" +msgstr "" + +#: lib/dpul_collections_web/components/lux-components.ex:31 +#, elixir-autogen, elixir-format +msgid "Copyright Policy" +msgstr "" + +#: lib/dpul_collections_web/components/lux-components.ex:32 +#, elixir-autogen, elixir-format +msgid "Privacy Notice" +msgstr "" diff --git a/priv/gettext/es/LC_MESSAGES/default.po b/priv/gettext/es/LC_MESSAGES/default.po index ddc84943..32bf6159 100644 --- a/priv/gettext/es/LC_MESSAGES/default.po +++ b/priv/gettext/es/LC_MESSAGES/default.po @@ -26,8 +26,8 @@ msgstr "¡Error!" msgid "Hang in there while we get back on track" msgstr "Aguanta mientras volvemos al buen camino" -#: lib/dpul_collections_web/live/home_live.ex:27 -#: lib/dpul_collections_web/live/search_live.ex:75 +#: lib/dpul_collections_web/live/home_live.ex:25 +#: lib/dpul_collections_web/live/search_live.ex:94 #, elixir-autogen, elixir-format msgid "Search" msgstr "Buscar" @@ -58,7 +58,7 @@ msgstr "cerrar" msgid "Download" msgstr "Descargar" -#: lib/dpul_collections_web/live/search_live.ex:105 +#: lib/dpul_collections_web/live/search_live.ex:124 #, elixir-autogen, elixir-format msgid "Apply" msgstr "Aplicar" @@ -73,58 +73,73 @@ msgstr "Artículo no encontrado" msgid "Language" msgstr "Idioma" -#: lib/dpul_collections_web/live/search_live.ex:232 +#: lib/dpul_collections_web/live/search_live.ex:248 #, elixir-autogen, elixir-format msgid "Next" msgstr "Proxima" #: lib/dpul_collections_web/live/item_live.ex:61 -#: lib/dpul_collections_web/live/search_live.ex:151 +#: lib/dpul_collections_web/live/search_live.ex:170 #, elixir-autogen, elixir-format msgid "Pages" msgstr "Páginas" -#: lib/dpul_collections_web/live/search_live.ex:186 +#: lib/dpul_collections_web/live/search_live.ex:205 #, elixir-autogen, elixir-format msgid "Previous" msgstr "Anterior" -#: lib/dpul_collections_web/live/search_live.ex:69 +#: lib/dpul_collections_web/live/search_live.ex:88 #, elixir-autogen, elixir-format, fuzzy msgid "Search Results" msgstr "Buscar" -#: lib/dpul_collections_web/live/search_live.ex:86 +#: lib/dpul_collections_web/live/search_live.ex:105 #, elixir-autogen, elixir-format msgid "filter by date" msgstr "filtrar por fecha" -#: lib/dpul_collections_web/live/search_live.ex:110 +#: lib/dpul_collections_web/live/search_live.ex:129 #, elixir-autogen, elixir-format msgid "sort by" msgstr "Ordenar por" -#: lib/dpul_collections_web/live/home_live.ex:33 +#: lib/dpul_collections_web/live/home_live.ex:31 #, elixir-autogen, elixir-format msgid "Explore Our Digital Collections" msgstr "Explora nuestras colecciones" -#: lib/dpul_collections_web/live/search_live.ex:91 +#: lib/dpul_collections_web/live/search_live.ex:110 #, elixir-autogen, elixir-format msgid "From" msgstr "De" -#: lib/dpul_collections_web/live/search_live.ex:99 +#: lib/dpul_collections_web/live/search_live.ex:118 #, elixir-autogen, elixir-format msgid "To" msgstr "A" -#: lib/dpul_collections_web/live/home_live.ex:36 +#: lib/dpul_collections_web/live/home_live.ex:33 #, elixir-autogen, elixir-format msgid "Ephemera items. We can't wait to see how you use these materials to support your unique research." msgstr "Artículos efímeros. Estamos ansiosos por ver cómo utilizas estos materiales para respaldar tu investigación única." -#: lib/dpul_collections_web/live/home_live.ex:35 +#: lib/dpul_collections_web/live/home_live.ex:33 #, elixir-autogen, elixir-format msgid "We invite you to be inspired by our globally diverse collections of" msgstr "Te invitamos a inspirarte con nuestras colecciones globalmente diversas de" + +#: lib/dpul_collections_web/components/lux-components.ex:33 +#, elixir-autogen, elixir-format +msgid "Accessibility Help" +msgstr "Ayuda de accesibilidad" + +#: lib/dpul_collections_web/components/lux-components.ex:31 +#, elixir-autogen, elixir-format +msgid "Copyright Policy" +msgstr "Política de derechos de autor" + +#: lib/dpul_collections_web/components/lux-components.ex:32 +#, elixir-autogen, elixir-format +msgid "Privacy Notice" +msgstr "Aviso de privacidad"