From 77f8d8a0b10a4be09f9bdcbb41bf1e9a99bc8f71 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:32:27 +0100
Subject: [PATCH 01/20] Update signupModal.html
Add an "other" gender option
---
app/frontend/templates/shared/signupModal.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/app/frontend/templates/shared/signupModal.html b/app/frontend/templates/shared/signupModal.html
index 60ead06632..98ff71adae 100644
--- a/app/frontend/templates/shared/signupModal.html
+++ b/app/frontend/templates/shared/signupModal.html
@@ -23,6 +23,18 @@
{{ 'app.public.common.create_your_account' }}
ng-model="user.statistic_profile_attributes.gender"
value="false"/> {{ 'app.public.common.woman' | translate }}
+
+
{{ 'app.public.common.gender_is_required'}}
From 387102ae9515d7ee78b2653257a681b4e780735e Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:35:39 +0100
Subject: [PATCH 02/20] Update app.admin.fr.yml
---
config/locales/app.admin.fr.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/locales/app.admin.fr.yml b/config/locales/app.admin.fr.yml
index 75971a2db8..ffbf5fd11e 100644
--- a/config/locales/app.admin.fr.yml
+++ b/config/locales/app.admin.fr.yml
@@ -1098,6 +1098,7 @@ fr:
failed_to_create_admin: "Impossible de créer l'administrateur :"
man: "Homme"
woman: "Femme"
+ other: "Autre"
pseudonym: "Pseudonyme"
pseudonym_is_required: "Le pseudonyme est requis."
first_name: "Prénom"
@@ -1116,6 +1117,7 @@ fr:
failed_to_create_manager: "Impossible de créer le gestionnaire :"
man: "Homme"
woman: "Femme"
+ other: "Autre"
pseudonym: "Pseudonyme"
pseudonym_is_required: "Le pseudonyme est requis."
first_name: "Prénom"
@@ -1268,6 +1270,7 @@ fr:
deleted_user: "Utilisateur supprimé"
man: "Homme"
woman: "Femme"
+ other: "Autre"
export_is_running_you_ll_be_notified_when_its_ready: "L'export est en cours. Vous serez notifié lorsqu'il sera prêt."
create_plans_to_start: "Pour commencer, créez de nouvelles formules d'abonnement."
click_here: "Cliquez ici pour créer votre première formule."
From e4c261180ced42efe271a3134c359f252e7d28a3 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:36:35 +0100
Subject: [PATCH 03/20] Update app.public.fr.yml
Add of "other" gender translation
---
config/locales/app.public.fr.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/locales/app.public.fr.yml b/config/locales/app.public.fr.yml
index c934e79905..b96b03fc3c 100644
--- a/config/locales/app.public.fr.yml
+++ b/config/locales/app.public.fr.yml
@@ -63,6 +63,7 @@ fr:
create_your_account: "Créer votre compte"
man: "Homme"
woman: "Femme"
+ other: "Autre"
gender_is_required: "Le genre est requis."
your_first_name: "Votre prénom"
first_name_is_required: "Le prénom est requis."
From 58354f1c6f9f5c3d52dfda71388ce197fc370027 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:38:26 +0100
Subject: [PATCH 04/20] Update app.shared.fr.yml
Added translation of "other" gender
---
config/locales/app.shared.fr.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/locales/app.shared.fr.yml b/config/locales/app.shared.fr.yml
index 37bcfda270..ca8666b49a 100644
--- a/config/locales/app.shared.fr.yml
+++ b/config/locales/app.shared.fr.yml
@@ -102,6 +102,7 @@ fr:
gender_input:
man: "Homme"
woman: "Femme"
+ other: "Autre"
change_password:
change_my_password: "Changer mon mot de passe"
confirm_current: "Confirmez votre mot de passe actuel"
From 225c014ffda0546c2b0796625ac6132551f65d13 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:39:08 +0100
Subject: [PATCH 05/20] Update fr.yml
Added translation of "other" gender
---
config/locales/fr.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 99ad4c9c05..a421cad8e8 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -212,6 +212,7 @@ fr:
organization_address: "Adresse de la structure"
man: "Homme"
woman: "Femme"
+ other: "Other"
without_subscriptions: "Sans Abonnement"
#machines/trainings/events reservations list to EXCEL format
export_reservations:
@@ -474,6 +475,7 @@ fr:
type: "Type"
male: "Homme"
female: "Femme"
+ other: "Other"
deleted_user: "Utilisateur supprimé"
#initial price's category for events, created to replace the old "reduced amount" property
price_category:
From 20cf315727666c7a686fb2064adb9d523b3f52f0 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:41:07 +0100
Subject: [PATCH 06/20] Update app.admin.en.yml
Added translation of "other" gender
---
config/locales/app.admin.en.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/locales/app.admin.en.yml b/config/locales/app.admin.en.yml
index 72847b85e5..d7addcf167 100644
--- a/config/locales/app.admin.en.yml
+++ b/config/locales/app.admin.en.yml
@@ -1098,6 +1098,7 @@ en:
failed_to_create_admin: "Unable to create the administrator:"
man: "Man"
woman: "Woman"
+ other: "Other"
pseudonym: "Pseudonym"
pseudonym_is_required: "Pseudonym is required."
first_name: "First name"
@@ -1116,6 +1117,7 @@ en:
failed_to_create_manager: "Unable to create the manager:"
man: "Man"
woman: "Woman"
+ other: "Other"
pseudonym: "Pseudonym"
pseudonym_is_required: "Pseudonym is required."
first_name: "First name"
@@ -1268,6 +1270,7 @@ en:
deleted_user: "Deleted user"
man: "Man"
woman: "Woman"
+ other: "Other"
export_is_running_you_ll_be_notified_when_its_ready: "Export is running. You'll be notified when it's ready."
create_plans_to_start: "Start by creating new subscription plans."
click_here: "Click here to create your first one."
From 3df3ce8600ed86ad099e17203c81afe44c1607b9 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:42:10 +0100
Subject: [PATCH 07/20] Update app.public.en.yml
Added translation for "other" gender
---
config/locales/app.public.en.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/locales/app.public.en.yml b/config/locales/app.public.en.yml
index b3f2d1c2fd..a291f0f742 100644
--- a/config/locales/app.public.en.yml
+++ b/config/locales/app.public.en.yml
@@ -63,6 +63,7 @@ en:
create_your_account: "Create your account"
man: "Man"
woman: "Woman"
+ other: "Other"
gender_is_required: "Gender is required."
your_first_name: "Your first name"
first_name_is_required: "First name is required."
From d021ffbda69bc9fcd4018771935b623453253ed8 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:42:37 +0100
Subject: [PATCH 08/20] Update app.shared.en.yml
Added translation for "other" gender
---
config/locales/app.shared.en.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/locales/app.shared.en.yml b/config/locales/app.shared.en.yml
index 8dbc6c09b2..1e2d70b33b 100644
--- a/config/locales/app.shared.en.yml
+++ b/config/locales/app.shared.en.yml
@@ -102,6 +102,7 @@ en:
gender_input:
man: "Man"
woman: "Woman"
+ other: "Other"
change_password:
change_my_password: "Change my password"
confirm_current: "Confirm your current password"
From 47977778f0e811d5553b09a25afe0ece10959252 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:43:29 +0100
Subject: [PATCH 09/20] Update en.yml
Added translation for "other" gender
---
config/locales/en.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 5dcc9c76f3..f791b93eea 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -212,6 +212,7 @@ en:
organization_address: "Organization address"
man: "Man"
woman: "Woman"
+ other: "Other"
without_subscriptions: "Without subscriptions"
#machines/trainings/events reservations list to EXCEL format
export_reservations:
@@ -474,6 +475,7 @@ en:
type: "Type"
male: "Man"
female: "Woman"
+ other: "Other"
deleted_user: "Deleted user"
#initial price's category for events, created to replace the old "reduced amount" property
price_category:
From 1cee819d8e67f0e9e9f8a1c451a5ddc4730d7ade Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:47:32 +0100
Subject: [PATCH 10/20] Update app.admin.de.yml
Added translation for "other" gender following German official rules (unbestimmt)
---
config/locales/app.admin.de.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/locales/app.admin.de.yml b/config/locales/app.admin.de.yml
index 810a9613a3..a3db5c04f3 100644
--- a/config/locales/app.admin.de.yml
+++ b/config/locales/app.admin.de.yml
@@ -1098,6 +1098,7 @@ de:
failed_to_create_admin: "Administrator konnte nicht erstellt werden:"
man: "Männlich"
woman: "Weiblich"
+ other: "unbestimmt"
pseudonym: "Pseudonym"
pseudonym_is_required: "Pseudonym ist erforderlich."
first_name: "Vorname"
From be25427a281b563bdda2724ba444db15a51e3a6a Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:48:18 +0100
Subject: [PATCH 11/20] Update app.admin.de.yml
Added translation for "other" gender according German official rules (unbestimmt)
---
config/locales/app.admin.de.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config/locales/app.admin.de.yml b/config/locales/app.admin.de.yml
index a3db5c04f3..b0093aaccb 100644
--- a/config/locales/app.admin.de.yml
+++ b/config/locales/app.admin.de.yml
@@ -1117,6 +1117,7 @@ de:
failed_to_create_manager: "Konnte den Manager nicht erstellen:"
man: "Männlich"
woman: "Weiblich"
+ other: "unbestimmt"
pseudonym: "Pseudonym"
pseudonym_is_required: "Pseudonym ist erforderlich."
first_name: "Vorname"
@@ -1269,6 +1270,7 @@ de:
deleted_user: "Gelöschter Nutzer"
man: "Männlich"
woman: "Weiblich"
+ other: "unbestimmt"
export_is_running_you_ll_be_notified_when_its_ready: "Export wird ausgeführt. Sie werden nach Fertigstellung benachrichtigt."
create_plans_to_start: "Beginnen Sie mit dem Erstellen neuer Abonnement-Pläne."
click_here: "Klicken Sie hier, um die erste zu erstellen."
From 174db2227250196e7f2b59ec87f343c5fe40b8d5 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:49:00 +0100
Subject: [PATCH 12/20] Update app.public.de.yml
Added translation for "other" gender according German official rules (unbestimmt)
---
config/locales/app.public.de.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/locales/app.public.de.yml b/config/locales/app.public.de.yml
index 65a1110b83..2b8fd0cfe1 100644
--- a/config/locales/app.public.de.yml
+++ b/config/locales/app.public.de.yml
@@ -63,6 +63,7 @@ de:
create_your_account: "Eigenen Account erstellen"
man: "Männlich"
woman: "Weiblich"
+ other: "Unbestimmt"
gender_is_required: "Die Angabe des Geschlechts ist erforderlich."
your_first_name: "Dein Vorname"
first_name_is_required: "Der Vorname ist erforderlich."
From 324f33b29583da6686f1d23dc5fa8701ca2b455f Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:49:58 +0100
Subject: [PATCH 13/20] Update app.admin.de.yml
Added translation for "other" gender according German official rules (unbestimmt)
---
config/locales/app.admin.de.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/locales/app.admin.de.yml b/config/locales/app.admin.de.yml
index b0093aaccb..69c15f4ff8 100644
--- a/config/locales/app.admin.de.yml
+++ b/config/locales/app.admin.de.yml
@@ -1098,7 +1098,7 @@ de:
failed_to_create_admin: "Administrator konnte nicht erstellt werden:"
man: "Männlich"
woman: "Weiblich"
- other: "unbestimmt"
+ other: "Unbestimmt"
pseudonym: "Pseudonym"
pseudonym_is_required: "Pseudonym ist erforderlich."
first_name: "Vorname"
@@ -1117,7 +1117,7 @@ de:
failed_to_create_manager: "Konnte den Manager nicht erstellen:"
man: "Männlich"
woman: "Weiblich"
- other: "unbestimmt"
+ other: "Unbestimmt"
pseudonym: "Pseudonym"
pseudonym_is_required: "Pseudonym ist erforderlich."
first_name: "Vorname"
@@ -1270,7 +1270,7 @@ de:
deleted_user: "Gelöschter Nutzer"
man: "Männlich"
woman: "Weiblich"
- other: "unbestimmt"
+ other: "Unbestimmt"
export_is_running_you_ll_be_notified_when_its_ready: "Export wird ausgeführt. Sie werden nach Fertigstellung benachrichtigt."
create_plans_to_start: "Beginnen Sie mit dem Erstellen neuer Abonnement-Pläne."
click_here: "Klicken Sie hier, um die erste zu erstellen."
From bb8074e996948c9b974d3e915cf62e5724a966f9 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:51:10 +0100
Subject: [PATCH 14/20] Update app.shared.de.yml
Added translation for "other" gender according German official rules (unbestimmt)
---
config/locales/app.shared.de.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/locales/app.shared.de.yml b/config/locales/app.shared.de.yml
index c80bd85aa5..115efa9c46 100644
--- a/config/locales/app.shared.de.yml
+++ b/config/locales/app.shared.de.yml
@@ -102,6 +102,7 @@ de:
gender_input:
man: "Man"
woman: "Woman"
+ other: "Unbestimmt"
change_password:
change_my_password: "Change my password"
confirm_current: "Confirm your current password"
From 6f3fcc5e88b475b353b9c9bcd370c44c26ef3cce Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:53:42 +0100
Subject: [PATCH 15/20] Update de.yml
Added translation for "other" gender according German official rules (unbestimmt)
---
config/locales/de.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/locales/de.yml b/config/locales/de.yml
index ce2d3a54d3..caf66467a3 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -212,6 +212,7 @@ de:
organization_address: "Adresse der Organisation"
man: "Mann"
woman: "Frau"
+ other: "Unbestimmt"
without_subscriptions: "Ohne Abonnement"
#machines/trainings/events reservations list to EXCEL format
export_reservations:
From 85939b3b32b4e10ef535cd459e630e6bd4c0e702 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 16:55:18 +0100
Subject: [PATCH 16/20] Update de.yml
Added translation for "other" gender according German official rules (unbestimmt)
---
config/locales/de.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/locales/de.yml b/config/locales/de.yml
index caf66467a3..d51c13e45e 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -475,6 +475,7 @@ de:
type: "Typ"
male: "Männlich"
female: "Weiblich"
+ other: "Unbestimmt"
deleted_user: "Deleted user"
#initial price's category for events, created to replace the old "reduced amount" property
price_category:
From ec8d1fe17c769106d988c0a81efe8c213a3fc031 Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 17:28:15 +0100
Subject: [PATCH 17/20] Added translation for "other" gender
Added translation for "other" gender according English, French, German and Spanish actual official rules.
In the absence of appropriate language skills, the other languages "other" entry has been left untranslated.
---
config/locales/app.admin.es.yml | 15 +++++++++------
config/locales/app.admin.no.yml | 3 +++
config/locales/app.admin.pt.yml | 3 +++
config/locales/app.admin.zu.yml | 3 +++
config/locales/app.public.es.yml | 1 +
config/locales/app.public.no.yml | 1 +
config/locales/app.public.zu.yml | 1 +
config/locales/app.shared.es.yml | 5 +++--
config/locales/app.shared.no.yml | 1 +
config/locales/app.shared.pt.yml | 1 +
config/locales/app.shared.zu.yml | 1 +
config/locales/en.yml | 1 -
config/locales/es.yml | 2 ++
config/locales/fr.yml | 1 -
config/locales/no.yml | 2 ++
config/locales/pt.yml | 2 ++
config/locales/zu.yml | 2 ++
17 files changed, 35 insertions(+), 10 deletions(-)
diff --git a/config/locales/app.admin.es.yml b/config/locales/app.admin.es.yml
index 77b2de597e..66c38f9c81 100644
--- a/config/locales/app.admin.es.yml
+++ b/config/locales/app.admin.es.yml
@@ -1096,8 +1096,9 @@ es:
add_an_administrator: "Agregar un administrador"
administrator_successfully_created_he_will_receive_his_connection_directives_by_email: "Successful creation. Connection directives were sent to the new administrator by e-mail."
failed_to_create_admin: "No se puede crear el administrador :"
- man: "Man"
- woman: "Woman"
+ man: "Hombre"
+ woman: "Mujer"
+ other: "Otro"
pseudonym: "Pseudonym"
pseudonym_is_required: "Pseudonym is required."
first_name: "First name"
@@ -1114,8 +1115,9 @@ es:
add_a_manager: "Add a manager"
manager_successfully_created: "Successful creation. Connection directives were sent to the new manager by e-mail."
failed_to_create_manager: "Unable to create the manager:"
- man: "Man"
- woman: "Woman"
+ man: "Hombre"
+ woman: "Mujer"
+ other: "Otro"
pseudonym: "Pseudonym"
pseudonym_is_required: "Pseudonym is required."
first_name: "First name"
@@ -1266,8 +1268,9 @@ es:
export_the_current_search_results: "Exportar los resultados de búsqueda actuales"
export: "Exportar"
deleted_user: "Usario eliminado"
- man: "Man"
- woman: "Woman"
+ man: "Hombre"
+ woman: "Mujer"
+ other: "Otro"
export_is_running_you_ll_be_notified_when_its_ready: "Export is running. You'll be notified when it's ready."
create_plans_to_start: "Start by creating new subscription plans."
click_here: "Click here to create your first one."
diff --git a/config/locales/app.admin.no.yml b/config/locales/app.admin.no.yml
index 524bec6a18..d36218e9e4 100644
--- a/config/locales/app.admin.no.yml
+++ b/config/locales/app.admin.no.yml
@@ -1098,6 +1098,7 @@
failed_to_create_admin: "Kan ikke opprette administrator:"
man: "Mann"
woman: "Kvinne"
+ other: "Annet"
pseudonym: "Pseudonym"
pseudonym_is_required: "Kallenavn er nødvendig."
first_name: "Fornavn"
@@ -1116,6 +1117,7 @@
failed_to_create_manager: "Kan ikke opprette leder:"
man: "Mann"
woman: "Kvinne"
+ other: "Annet"
pseudonym: "Pseudonym"
pseudonym_is_required: "Kallenavn er nødvendig."
first_name: "Fornavn"
@@ -1268,6 +1270,7 @@
deleted_user: "Slettet bruker"
man: "Mann"
woman: "Kvinne"
+ other: "Annet"
export_is_running_you_ll_be_notified_when_its_ready: "Eksport er startet. Du vil bli varslet når den er klar."
create_plans_to_start: "Begynn med å opprette nye medlemskapsplaner."
click_here: "Klikk her for å opprette din første."
diff --git a/config/locales/app.admin.pt.yml b/config/locales/app.admin.pt.yml
index 356485bb89..5ecd09a00f 100644
--- a/config/locales/app.admin.pt.yml
+++ b/config/locales/app.admin.pt.yml
@@ -1098,6 +1098,7 @@ pt:
failed_to_create_admin: "Não é possível criar administrador:"
man: "Homem"
woman: "Mulher"
+ other: "Other"
pseudonym: "Apelido"
pseudonym_is_required: "Apelido é obrigatório."
first_name: "Primeiro nome"
@@ -1116,6 +1117,7 @@ pt:
failed_to_create_manager: "Não foi possível criar o gerente:"
man: "Homem"
woman: "Mulher"
+ other: "Other"
pseudonym: "Apelido"
pseudonym_is_required: "Apelido é obrigatório."
first_name: "Primeiro nome"
@@ -1268,6 +1270,7 @@ pt:
deleted_user: "Usuário deletado"
man: "Homem"
woman: "Mulher"
+ other: "Other"
export_is_running_you_ll_be_notified_when_its_ready: "A exportação está em execução. Você será notificado quando estiver pronto."
create_plans_to_start: "Comece criando novos planos de assinatura."
click_here: "Clique aqui para criar o seu primeiro."
diff --git a/config/locales/app.admin.zu.yml b/config/locales/app.admin.zu.yml
index 2f075770b1..5f002f218b 100644
--- a/config/locales/app.admin.zu.yml
+++ b/config/locales/app.admin.zu.yml
@@ -1098,6 +1098,7 @@ zu:
failed_to_create_admin: "crwdns25998:0crwdne25998:0"
man: "crwdns26000:0crwdne26000:0"
woman: "crwdns26002:0crwdne26002:0"
+ other: "Other"
pseudonym: "crwdns26004:0crwdne26004:0"
pseudonym_is_required: "crwdns26006:0crwdne26006:0"
first_name: "crwdns26008:0crwdne26008:0"
@@ -1116,6 +1117,7 @@ zu:
failed_to_create_manager: "crwdns26030:0crwdne26030:0"
man: "crwdns26032:0crwdne26032:0"
woman: "crwdns26034:0crwdne26034:0"
+ other: "Other"
pseudonym: "crwdns26036:0crwdne26036:0"
pseudonym_is_required: "crwdns26038:0crwdne26038:0"
first_name: "crwdns26040:0crwdne26040:0"
@@ -1268,6 +1270,7 @@ zu:
deleted_user: "crwdns26292:0crwdne26292:0"
man: "crwdns26294:0crwdne26294:0"
woman: "crwdns26296:0crwdne26296:0"
+ other: "Other"
export_is_running_you_ll_be_notified_when_its_ready: "crwdns26298:0crwdne26298:0"
create_plans_to_start: "crwdns26300:0crwdne26300:0"
click_here: "crwdns26302:0crwdne26302:0"
diff --git a/config/locales/app.public.es.yml b/config/locales/app.public.es.yml
index e21ca15683..53f5e2c1b1 100644
--- a/config/locales/app.public.es.yml
+++ b/config/locales/app.public.es.yml
@@ -63,6 +63,7 @@ es:
create_your_account: "Crear su cuenta"
man: "Hombre"
woman: "Mujer"
+ other: "Otro"
gender_is_required: "El genero es obligatorio."
your_first_name: "Su nombre"
first_name_is_required: "El nombre es obligatorio."
diff --git a/config/locales/app.public.no.yml b/config/locales/app.public.no.yml
index 064e6d4489..a2f1c6716e 100644
--- a/config/locales/app.public.no.yml
+++ b/config/locales/app.public.no.yml
@@ -63,6 +63,7 @@
create_your_account: "Opprett konto"
man: "Mann"
woman: "Kvinne"
+ other: "Annet"
gender_is_required: "Kjønn er nødvendig."
your_first_name: "Fornavn"
first_name_is_required: "Fornavn er påkrevd."
diff --git a/config/locales/app.public.zu.yml b/config/locales/app.public.zu.yml
index a78ad4dcfd..f7e1950ffb 100644
--- a/config/locales/app.public.zu.yml
+++ b/config/locales/app.public.zu.yml
@@ -63,6 +63,7 @@ zu:
create_your_account: "crwdns27878:0crwdne27878:0"
man: "crwdns27880:0crwdne27880:0"
woman: "crwdns27882:0crwdne27882:0"
+ other: "Other"
gender_is_required: "crwdns27884:0crwdne27884:0"
your_first_name: "crwdns27886:0crwdne27886:0"
first_name_is_required: "crwdns27888:0crwdne27888:0"
diff --git a/config/locales/app.shared.es.yml b/config/locales/app.shared.es.yml
index 5385f39d28..941bbbfb22 100644
--- a/config/locales/app.shared.es.yml
+++ b/config/locales/app.shared.es.yml
@@ -100,8 +100,9 @@ es:
must_accept_terms: "You must accept the terms and conditions"
save: "Save"
gender_input:
- man: "Man"
- woman: "Woman"
+ man: "Hombre"
+ woman: "Mujer"
+ other: "Otro"
change_password:
change_my_password: "Change my password"
confirm_current: "Confirm your current password"
diff --git a/config/locales/app.shared.no.yml b/config/locales/app.shared.no.yml
index 24c220a124..801772f705 100644
--- a/config/locales/app.shared.no.yml
+++ b/config/locales/app.shared.no.yml
@@ -102,6 +102,7 @@
gender_input:
man: "Man"
woman: "Woman"
+ other: "Annet"
change_password:
change_my_password: "Change my password"
confirm_current: "Confirm your current password"
diff --git a/config/locales/app.shared.pt.yml b/config/locales/app.shared.pt.yml
index 1239a6b51d..1af9335216 100644
--- a/config/locales/app.shared.pt.yml
+++ b/config/locales/app.shared.pt.yml
@@ -102,6 +102,7 @@ pt:
gender_input:
man: "Homem"
woman: "Mulher"
+ other: "Other"
change_password:
change_my_password: "Alterar a minha senha"
confirm_current: "Confirme sua senha atual"
diff --git a/config/locales/app.shared.zu.yml b/config/locales/app.shared.zu.yml
index b5eea579a9..10585fe7af 100644
--- a/config/locales/app.shared.zu.yml
+++ b/config/locales/app.shared.zu.yml
@@ -102,6 +102,7 @@ zu:
gender_input:
man: "crwdns28704:0crwdne28704:0"
woman: "crwdns28706:0crwdne28706:0"
+ other: "Other"
change_password:
change_my_password: "crwdns28708:0crwdne28708:0"
confirm_current: "crwdns28710:0crwdne28710:0"
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f791b93eea..b58c437c68 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -212,7 +212,6 @@ en:
organization_address: "Organization address"
man: "Man"
woman: "Woman"
- other: "Other"
without_subscriptions: "Without subscriptions"
#machines/trainings/events reservations list to EXCEL format
export_reservations:
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 2940a041ee..590fe137e5 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -212,6 +212,7 @@ es:
organization_address: "Dirección de la organización"
man: "Hombre"
woman: "Mujer"
+ other: "Otro"
without_subscriptions: "Sin suscripciones"
#machines/trainings/events reservations list to EXCEL format
export_reservations:
@@ -474,6 +475,7 @@ es:
type: "Tipo"
male: "Hombre"
female: "Mujer"
+ other: "Otro"
deleted_user: "Deleted user"
#initial price's category for events, created to replace the old "reduced amount" property
price_category:
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index a421cad8e8..8c7a28c63f 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -212,7 +212,6 @@ fr:
organization_address: "Adresse de la structure"
man: "Homme"
woman: "Femme"
- other: "Other"
without_subscriptions: "Sans Abonnement"
#machines/trainings/events reservations list to EXCEL format
export_reservations:
diff --git a/config/locales/no.yml b/config/locales/no.yml
index 5c68b5f961..6197b2a835 100644
--- a/config/locales/no.yml
+++ b/config/locales/no.yml
@@ -212,6 +212,7 @@
organization_address: "Organisasjonens adresse"
man: "Mann"
woman: "Kvinne"
+ other: "Annet"
without_subscriptions: "Uten abonnementer"
#machines/trainings/events reservations list to EXCEL format
export_reservations:
@@ -474,6 +475,7 @@
type: "Type"
male: "Mann"
female: "Kvinne"
+ other: "Annet"
deleted_user: "Deleted user"
#initial price's category for events, created to replace the old "reduced amount" property
price_category:
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index 638ed419a9..f56698cb50 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -212,6 +212,7 @@ pt:
organization_address: "Endereço da organização"
man: "Homem"
woman: "Mulher"
+ other: "Other"
without_subscriptions: "Sem assinaturas"
#machines/trainings/events reservations list to EXCEL format
export_reservations:
@@ -474,6 +475,7 @@ pt:
type: "Tipo"
male: "Homem"
female: "Mulher"
+ other: "Other"
deleted_user: "Deleted user"
#initial price's category for events, created to replace the old "reduced amount" property
price_category:
diff --git a/config/locales/zu.yml b/config/locales/zu.yml
index 44f522b4d6..cc1eb0b10a 100644
--- a/config/locales/zu.yml
+++ b/config/locales/zu.yml
@@ -212,6 +212,7 @@ zu:
organization_address: "crwdns3477:0crwdne3477:0"
man: "crwdns3479:0crwdne3479:0"
woman: "crwdns3481:0crwdne3481:0"
+ other: "Other"
without_subscriptions: "crwdns3483:0crwdne3483:0"
#machines/trainings/events reservations list to EXCEL format
export_reservations:
@@ -474,6 +475,7 @@ zu:
type: "crwdns3759:0crwdne3759:0"
male: "crwdns3761:0crwdne3761:0"
female: "crwdns3763:0crwdne3763:0"
+ other: "Other"
deleted_user: "crwdns31747:0crwdne31747:0"
#initial price's category for events, created to replace the old "reduced amount" property
price_category:
From be4915518bc1cc596aa1ee6913a1505ea3a2a21c Mon Sep 17 00:00:00 2001
From: Norde <6858706+Norde@users.noreply.github.com>
Date: Fri, 16 Dec 2022 17:36:49 +0100
Subject: [PATCH 18/20] Update signupModal.html
Added the "other" gender option and updated the radio input values
---
app/frontend/templates/shared/signupModal.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/frontend/templates/shared/signupModal.html b/app/frontend/templates/shared/signupModal.html
index 98ff71adae..fe06292e5b 100644
--- a/app/frontend/templates/shared/signupModal.html
+++ b/app/frontend/templates/shared/signupModal.html
@@ -14,20 +14,20 @@ {{ 'app.public.common.create_your_account' }}
{{ 'app.public.common.man' | translate }}