From 8866753451988d77cfc4d9c25dd4117c14763b8d Mon Sep 17 00:00:00 2001 From: Jeremy Friesen Date: Thu, 11 Jan 2024 11:58:57 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Add=20current=5Fyear=20for=20Cop?= =?UTF-8?q?yright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/shared/_footer.html.erb | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.de.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.en.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.es.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.fr.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.it.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.zh.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index dfa24143c3..46c12a294f 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -6,7 +6,7 @@ diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.de.yml b/lib/generators/hyrax/templates/config/locales/hyrax.de.yml index 2659a16396..1b1f59ca07 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.de.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.de.yml @@ -50,7 +50,7 @@ de: directory: suffix: "@ Example.org" footer: - copyright_html: "Copyright © 2022 Samvera lizenziert unter der Apache Lizenz, Version 2.0" + copyright_html: "Copyright © %{current_year} Samvera lizenziert unter der Apache Lizenz, Version 2.0" service_html: Ein Dienst von Samvera . institution_name: Institution institution_name_full: Name des Instituts diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.en.yml b/lib/generators/hyrax/templates/config/locales/hyrax.en.yml index afa82990fa..aea13fbc59 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.en.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.en.yml @@ -50,7 +50,7 @@ en: directory: suffix: "@example.org" footer: - copyright_html: "Copyright © 2022 Samvera Licensed under the Apache License, Version 2.0" + copyright_html: "Copyright © %{current_year} Samvera Licensed under the Apache License, Version 2.0" service_html: A service of Samvera. institution_name: Institution institution_name_full: The Institution Name diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.es.yml b/lib/generators/hyrax/templates/config/locales/hyrax.es.yml index 7e60702d3d..cc1f2641f3 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.es.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.es.yml @@ -50,7 +50,7 @@ es: directory: suffix: "@example.org" footer: - copyright_html: "Copyright © 2022 Samvera bajo licencia de Apache, Version 2.0" + copyright_html: "Copyright © %{current_year} Samvera bajo licencia de Apache, Version 2.0" service_html: Un servicio de Samvera. institution_name: institución institution_name_full: El nombre de la institución diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.fr.yml b/lib/generators/hyrax/templates/config/locales/hyrax.fr.yml index 82d432b3de..ecda3c0923 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.fr.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.fr.yml @@ -50,7 +50,7 @@ fr: directory: suffix: "@ Example.org" footer: - copyright_html: "Copyright © 2022 Samvera Licence sous Licence Apache, Version 2.0" + copyright_html: "Copyright © %{current_year} Samvera Licence sous Licence Apache, Version 2.0" service_html: Un service de Samvera . institution_name: Institution institution_name_full: Nom de l'établissement diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.it.yml b/lib/generators/hyrax/templates/config/locales/hyrax.it.yml index ce4923675e..24f152572f 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.it.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.it.yml @@ -50,7 +50,7 @@ it: directory: suffix: "@ example.org" footer: - copyright_html: "Copyright © 2022 Samvera Licenza sotto la licenza Apache, versione 2.0" + copyright_html: "Copyright © %{current_year} Samvera Licenza sotto la licenza Apache, versione 2.0" service_html: Un servizio di Samvera . institution_name: Istituzione institution_name_full: Nome dell'Istituzione diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml b/lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml index 779e7858de..235d6cb5c9 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml @@ -50,7 +50,7 @@ pt-BR: directory: suffix: "@ Example.org" footer: - copyright_html: "Copyright © 2022 Samvera Licenciado sob a Licença Apache, Versão 2.0" + copyright_html: "Copyright © %{current_year} Samvera Licenciado sob a Licença Apache, Versão 2.0" service_html: Um serviço de Samvera . institution_name: Instituição institution_name_full: O Nome da Instituição diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.zh.yml b/lib/generators/hyrax/templates/config/locales/hyrax.zh.yml index c7d2ab2e70..f163f9d698 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.zh.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.zh.yml @@ -50,7 +50,7 @@ zh: directory: suffix: "@example.org" footer: - copyright_html: "版权所有 © 2022 Samvera 根据Apache许可证2.0版许可" + copyright_html: "版权所有 © %{current_year} Samvera 根据Apache许可证2.0版许可" service_html: 的服务Samvera. institution_name: 机构 institution_name_full: 机构名称