From 16a5cb925466fb7eec535e3a9c5334f98c36fd65 Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 26 Oct 2024 13:34:53 -0400 Subject: [PATCH] fix registration page not offering all translations --- CHANGELOG.md | 1 + .../user_registration_html/new.html.heex | 7 ++++++- .../user_settings_html/edit.html.heex | 8 +++---- priv/gettext/actions.pot | 6 +++--- priv/gettext/de/LC_MESSAGES/actions.po | 6 +++--- priv/gettext/de/LC_MESSAGES/default.po | 21 ------------------- priv/gettext/default.pot | 21 ------------------- priv/gettext/en/LC_MESSAGES/actions.po | 6 +++--- priv/gettext/en/LC_MESSAGES/default.po | 21 ------------------- priv/gettext/es/LC_MESSAGES/actions.po | 6 +++--- priv/gettext/es/LC_MESSAGES/default.po | 21 ------------------- priv/gettext/fr/LC_MESSAGES/actions.po | 6 +++--- priv/gettext/fr/LC_MESSAGES/default.po | 21 ------------------- priv/gettext/ga/LC_MESSAGES/actions.po | 6 +++--- priv/gettext/ga/LC_MESSAGES/default.po | 21 ------------------- priv/gettext/it/LC_MESSAGES/actions.po | 6 +++--- priv/gettext/it/LC_MESSAGES/default.po | 21 ------------------- 17 files changed, 32 insertions(+), 173 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4076dc50..38ce0da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # v0.9.12 +- Fix registration page not offering all translations - Update deps # v0.9.11 diff --git a/lib/cannery_web/controllers/user_registration_html/new.html.heex b/lib/cannery_web/controllers/user_registration_html/new.html.heex index 4fad8d87..5219ef41 100644 --- a/lib/cannery_web/controllers/user_registration_html/new.html.heex +++ b/lib/cannery_web/controllers/user_registration_html/new.html.heex @@ -29,7 +29,12 @@ <%= select( f, :locale, - [{gettext("English"), "en_US"}], + [ + {"English", "en_US"}, + {"Deutsch", "de"}, + {"Français", "fr"}, + {"Español", "es"} + ], class: "input input-primary col-span-2" ) %> <%= error_tag(f, :locale) %> diff --git a/lib/cannery_web/controllers/user_settings_html/edit.html.heex b/lib/cannery_web/controllers/user_settings_html/edit.html.heex index 113808b2..b37f3cf1 100644 --- a/lib/cannery_web/controllers/user_settings_html/edit.html.heex +++ b/lib/cannery_web/controllers/user_settings_html/edit.html.heex @@ -124,10 +124,10 @@ f, :locale, [ - {gettext("English"), "en_US"}, - {gettext("German"), "de"}, - {gettext("French"), "fr"}, - {gettext("Spanish"), "es"} + {"English", "en_US"}, + {"Deutsch", "de"}, + {"Français", "fr"}, + {"Español", "es"} ], class: "mx-2 my-1 min-w-md input input-primary col-span-3" ) %> diff --git a/priv/gettext/actions.pot b/priv/gettext/actions.pot index 7a8dec5a..384ea480 100644 --- a/priv/gettext/actions.pot +++ b/priv/gettext/actions.pot @@ -54,7 +54,7 @@ msgstr "" msgid "Delete User" msgstr "" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:47 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:52 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:3 #: lib/cannery_web/controllers/user_session_html/new.html.heex:46 #, elixir-autogen, elixir-format @@ -68,7 +68,7 @@ msgstr "" #: lib/cannery_web/components/core_components/topbar.html.heex:94 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:28 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:44 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:49 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:41 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:28 #: lib/cannery_web/controllers/user_session_html/new.html.heex:3 @@ -95,7 +95,7 @@ msgstr "" #: lib/cannery_web/components/core_components/topbar.html.heex:89 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:25 #: lib/cannery_web/controllers/user_registration_html/new.html.heex:3 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:37 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:42 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:38 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:25 #: lib/cannery_web/controllers/user_session_html/new.html.heex:43 diff --git a/priv/gettext/de/LC_MESSAGES/actions.po b/priv/gettext/de/LC_MESSAGES/actions.po index ef332637..ec71c666 100644 --- a/priv/gettext/de/LC_MESSAGES/actions.po +++ b/priv/gettext/de/LC_MESSAGES/actions.po @@ -67,7 +67,7 @@ msgstr "Einladung erstellen" msgid "Delete User" msgstr "Benutzer löschen" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:47 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:52 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:3 #: lib/cannery_web/controllers/user_session_html/new.html.heex:46 #, elixir-autogen, elixir-format @@ -81,7 +81,7 @@ msgstr "Laden Sie jemanden ein!" #: lib/cannery_web/components/core_components/topbar.html.heex:94 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:28 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:44 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:49 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:41 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:28 #: lib/cannery_web/controllers/user_session_html/new.html.heex:3 @@ -108,7 +108,7 @@ msgstr "Neuer Tag" #: lib/cannery_web/components/core_components/topbar.html.heex:89 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:25 #: lib/cannery_web/controllers/user_registration_html/new.html.heex:3 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:37 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:42 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:38 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:25 #: lib/cannery_web/controllers/user_session_html/new.html.heex:43 diff --git a/priv/gettext/de/LC_MESSAGES/default.po b/priv/gettext/de/LC_MESSAGES/default.po index 16d2a184..026f4653 100644 --- a/priv/gettext/de/LC_MESSAGES/default.po +++ b/priv/gettext/de/LC_MESSAGES/default.po @@ -663,22 +663,6 @@ msgstr "Kopien" msgid "Added on:" msgstr "Hinzugefügt am:" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:32 -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:127 -#, elixir-autogen, elixir-format -msgid "English" -msgstr "Englisch" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:129 -#, elixir-autogen, elixir-format -msgid "French" -msgstr "Französisch" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:128 -#, elixir-autogen, elixir-format -msgid "German" -msgstr "Deutsch" - #: lib/cannery_web/controllers/user_registration_html/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Language" @@ -1036,11 +1020,6 @@ msgstr "" msgid "Search shot records" msgstr "" -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:130 -#, elixir-autogen, elixir-format -msgid "Spanish" -msgstr "" - #: lib/cannery_web/components/layouts.ex:15 #: lib/cannery_web/components/layouts/root.html.heex:9 #: lib/cannery_web/components/layouts/root.html.heex:10 diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index d37fde97..6d990f02 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -657,22 +657,6 @@ msgstr "" msgid "Added on:" msgstr "" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:32 -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:127 -#, elixir-autogen, elixir-format -msgid "English" -msgstr "" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:129 -#, elixir-autogen, elixir-format -msgid "French" -msgstr "" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:128 -#, elixir-autogen, elixir-format -msgid "German" -msgstr "" - #: lib/cannery_web/controllers/user_registration_html/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Language" @@ -1030,11 +1014,6 @@ msgstr "" msgid "Search shot records" msgstr "" -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:130 -#, elixir-autogen, elixir-format -msgid "Spanish" -msgstr "" - #: lib/cannery_web/components/layouts.ex:15 #: lib/cannery_web/components/layouts/root.html.heex:9 #: lib/cannery_web/components/layouts/root.html.heex:10 diff --git a/priv/gettext/en/LC_MESSAGES/actions.po b/priv/gettext/en/LC_MESSAGES/actions.po index 2aa866d6..740874b5 100644 --- a/priv/gettext/en/LC_MESSAGES/actions.po +++ b/priv/gettext/en/LC_MESSAGES/actions.po @@ -54,7 +54,7 @@ msgstr "" msgid "Delete User" msgstr "" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:47 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:52 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:3 #: lib/cannery_web/controllers/user_session_html/new.html.heex:46 #, elixir-autogen, elixir-format @@ -68,7 +68,7 @@ msgstr "" #: lib/cannery_web/components/core_components/topbar.html.heex:94 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:28 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:44 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:49 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:41 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:28 #: lib/cannery_web/controllers/user_session_html/new.html.heex:3 @@ -95,7 +95,7 @@ msgstr "" #: lib/cannery_web/components/core_components/topbar.html.heex:89 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:25 #: lib/cannery_web/controllers/user_registration_html/new.html.heex:3 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:37 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:42 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:38 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:25 #: lib/cannery_web/controllers/user_session_html/new.html.heex:43 diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index bd152d9d..f8c0577e 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -657,22 +657,6 @@ msgstr "" msgid "Added on:" msgstr "" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:32 -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:127 -#, elixir-autogen, elixir-format -msgid "English" -msgstr "" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:129 -#, elixir-autogen, elixir-format -msgid "French" -msgstr "" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:128 -#, elixir-autogen, elixir-format -msgid "German" -msgstr "" - #: lib/cannery_web/controllers/user_registration_html/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Language" @@ -1030,11 +1014,6 @@ msgstr "" msgid "Search shot records" msgstr "" -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:130 -#, elixir-autogen, elixir-format -msgid "Spanish" -msgstr "" - #: lib/cannery_web/components/layouts.ex:15 #: lib/cannery_web/components/layouts/root.html.heex:9 #: lib/cannery_web/components/layouts/root.html.heex:10 diff --git a/priv/gettext/es/LC_MESSAGES/actions.po b/priv/gettext/es/LC_MESSAGES/actions.po index 8a964286..45d9a74c 100644 --- a/priv/gettext/es/LC_MESSAGES/actions.po +++ b/priv/gettext/es/LC_MESSAGES/actions.po @@ -67,7 +67,7 @@ msgstr "Crear Invitación" msgid "Delete User" msgstr "Eliminar cuenta de Usuario" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:47 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:52 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:3 #: lib/cannery_web/controllers/user_session_html/new.html.heex:46 #, elixir-autogen, elixir-format @@ -81,7 +81,7 @@ msgstr "¡Invita a alguien nuevo!" #: lib/cannery_web/components/core_components/topbar.html.heex:94 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:28 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:44 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:49 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:41 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:28 #: lib/cannery_web/controllers/user_session_html/new.html.heex:3 @@ -108,7 +108,7 @@ msgstr "Nueva Etiqueta" #: lib/cannery_web/components/core_components/topbar.html.heex:89 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:25 #: lib/cannery_web/controllers/user_registration_html/new.html.heex:3 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:37 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:42 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:38 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:25 #: lib/cannery_web/controllers/user_session_html/new.html.heex:43 diff --git a/priv/gettext/es/LC_MESSAGES/default.po b/priv/gettext/es/LC_MESSAGES/default.po index e78d37b9..127e4fb1 100644 --- a/priv/gettext/es/LC_MESSAGES/default.po +++ b/priv/gettext/es/LC_MESSAGES/default.po @@ -664,22 +664,6 @@ msgstr "Copias" msgid "Added on:" msgstr "Añadido en:" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:32 -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:127 -#, elixir-autogen, elixir-format -msgid "English" -msgstr "Inglés" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:129 -#, elixir-autogen, elixir-format -msgid "French" -msgstr "Francés" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:128 -#, elixir-autogen, elixir-format -msgid "German" -msgstr "Alemán" - #: lib/cannery_web/controllers/user_registration_html/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Language" @@ -1038,11 +1022,6 @@ msgstr "" msgid "Search shot records" msgstr "" -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:130 -#, elixir-autogen, elixir-format -msgid "Spanish" -msgstr "" - #: lib/cannery_web/components/layouts.ex:15 #: lib/cannery_web/components/layouts/root.html.heex:9 #: lib/cannery_web/components/layouts/root.html.heex:10 diff --git a/priv/gettext/fr/LC_MESSAGES/actions.po b/priv/gettext/fr/LC_MESSAGES/actions.po index 0d82eda5..cbed6bb3 100644 --- a/priv/gettext/fr/LC_MESSAGES/actions.po +++ b/priv/gettext/fr/LC_MESSAGES/actions.po @@ -67,7 +67,7 @@ msgstr "Créer une invitation" msgid "Delete User" msgstr "Supprimer utilisateur" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:47 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:52 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:3 #: lib/cannery_web/controllers/user_session_html/new.html.heex:46 #, elixir-autogen, elixir-format @@ -81,7 +81,7 @@ msgstr "Invitez une nouvelle personne !" #: lib/cannery_web/components/core_components/topbar.html.heex:94 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:28 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:44 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:49 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:41 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:28 #: lib/cannery_web/controllers/user_session_html/new.html.heex:3 @@ -108,7 +108,7 @@ msgstr "Nouveau tag" #: lib/cannery_web/components/core_components/topbar.html.heex:89 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:25 #: lib/cannery_web/controllers/user_registration_html/new.html.heex:3 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:37 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:42 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:38 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:25 #: lib/cannery_web/controllers/user_session_html/new.html.heex:43 diff --git a/priv/gettext/fr/LC_MESSAGES/default.po b/priv/gettext/fr/LC_MESSAGES/default.po index f3769e4b..f7a15407 100644 --- a/priv/gettext/fr/LC_MESSAGES/default.po +++ b/priv/gettext/fr/LC_MESSAGES/default.po @@ -665,22 +665,6 @@ msgstr "Exemplaires" msgid "Added on:" msgstr "Ajouté le :" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:32 -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:127 -#, elixir-autogen, elixir-format -msgid "English" -msgstr "Anglais" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:129 -#, elixir-autogen, elixir-format -msgid "French" -msgstr "Français" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:128 -#, elixir-autogen, elixir-format -msgid "German" -msgstr "Allemand" - #: lib/cannery_web/controllers/user_registration_html/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Language" @@ -1039,11 +1023,6 @@ msgstr "" msgid "Search shot records" msgstr "" -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:130 -#, elixir-autogen, elixir-format -msgid "Spanish" -msgstr "" - #: lib/cannery_web/components/layouts.ex:15 #: lib/cannery_web/components/layouts/root.html.heex:9 #: lib/cannery_web/components/layouts/root.html.heex:10 diff --git a/priv/gettext/ga/LC_MESSAGES/actions.po b/priv/gettext/ga/LC_MESSAGES/actions.po index a5d5c7eb..2a2909d0 100644 --- a/priv/gettext/ga/LC_MESSAGES/actions.po +++ b/priv/gettext/ga/LC_MESSAGES/actions.po @@ -65,7 +65,7 @@ msgstr "" msgid "Delete User" msgstr "" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:47 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:52 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:3 #: lib/cannery_web/controllers/user_session_html/new.html.heex:46 #, elixir-autogen, elixir-format @@ -79,7 +79,7 @@ msgstr "" #: lib/cannery_web/components/core_components/topbar.html.heex:94 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:28 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:44 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:49 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:41 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:28 #: lib/cannery_web/controllers/user_session_html/new.html.heex:3 @@ -106,7 +106,7 @@ msgstr "" #: lib/cannery_web/components/core_components/topbar.html.heex:89 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:25 #: lib/cannery_web/controllers/user_registration_html/new.html.heex:3 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:37 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:42 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:38 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:25 #: lib/cannery_web/controllers/user_session_html/new.html.heex:43 diff --git a/priv/gettext/ga/LC_MESSAGES/default.po b/priv/gettext/ga/LC_MESSAGES/default.po index c60a37c9..c0800e05 100644 --- a/priv/gettext/ga/LC_MESSAGES/default.po +++ b/priv/gettext/ga/LC_MESSAGES/default.po @@ -659,22 +659,6 @@ msgstr "" msgid "Added on:" msgstr "" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:32 -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:127 -#, elixir-autogen, elixir-format -msgid "English" -msgstr "" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:129 -#, elixir-autogen, elixir-format -msgid "French" -msgstr "" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:128 -#, elixir-autogen, elixir-format -msgid "German" -msgstr "" - #: lib/cannery_web/controllers/user_registration_html/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Language" @@ -1032,11 +1016,6 @@ msgstr "" msgid "Search shot records" msgstr "" -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:130 -#, elixir-autogen, elixir-format -msgid "Spanish" -msgstr "" - #: lib/cannery_web/components/layouts.ex:15 #: lib/cannery_web/components/layouts/root.html.heex:9 #: lib/cannery_web/components/layouts/root.html.heex:10 diff --git a/priv/gettext/it/LC_MESSAGES/actions.po b/priv/gettext/it/LC_MESSAGES/actions.po index ca651bd1..142f4502 100644 --- a/priv/gettext/it/LC_MESSAGES/actions.po +++ b/priv/gettext/it/LC_MESSAGES/actions.po @@ -65,7 +65,7 @@ msgstr "" msgid "Delete User" msgstr "" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:47 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:52 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:3 #: lib/cannery_web/controllers/user_session_html/new.html.heex:46 #, elixir-autogen, elixir-format @@ -79,7 +79,7 @@ msgstr "" #: lib/cannery_web/components/core_components/topbar.html.heex:94 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:28 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:44 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:49 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:41 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:28 #: lib/cannery_web/controllers/user_session_html/new.html.heex:3 @@ -106,7 +106,7 @@ msgstr "" #: lib/cannery_web/components/core_components/topbar.html.heex:89 #: lib/cannery_web/controllers/user_confirmation_html/new.html.heex:25 #: lib/cannery_web/controllers/user_registration_html/new.html.heex:3 -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:37 +#: lib/cannery_web/controllers/user_registration_html/new.html.heex:42 #: lib/cannery_web/controllers/user_reset_password_html/edit.html.heex:38 #: lib/cannery_web/controllers/user_reset_password_html/new.html.heex:25 #: lib/cannery_web/controllers/user_session_html/new.html.heex:43 diff --git a/priv/gettext/it/LC_MESSAGES/default.po b/priv/gettext/it/LC_MESSAGES/default.po index 8cb71f95..8146159e 100644 --- a/priv/gettext/it/LC_MESSAGES/default.po +++ b/priv/gettext/it/LC_MESSAGES/default.po @@ -668,22 +668,6 @@ msgstr "" msgid "Added on:" msgstr "" -#: lib/cannery_web/controllers/user_registration_html/new.html.heex:32 -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:127 -#, elixir-autogen, elixir-format -msgid "English" -msgstr "" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:129 -#, elixir-autogen, elixir-format -msgid "French" -msgstr "" - -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:128 -#, elixir-autogen, elixir-format -msgid "German" -msgstr "" - #: lib/cannery_web/controllers/user_registration_html/new.html.heex:28 #, elixir-autogen, elixir-format msgid "Language" @@ -1041,11 +1025,6 @@ msgstr "" msgid "Search shot records" msgstr "" -#: lib/cannery_web/controllers/user_settings_html/edit.html.heex:130 -#, elixir-autogen, elixir-format -msgid "Spanish" -msgstr "" - #: lib/cannery_web/components/layouts.ex:15 #: lib/cannery_web/components/layouts/root.html.heex:9 #: lib/cannery_web/components/layouts/root.html.heex:10