From cbaeb3d7e8a660687b690e73bfab1f1f60776612 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 21 Nov 2023 08:13:25 +0100 Subject: [PATCH] fix double translation keys --- .../ChillPersonBundle/Resources/public/vuejs/VisGraph/i18n.js | 2 +- src/Bundle/ChillPersonBundle/translations/messages.fr.yml | 4 ++-- src/Bundle/ChillPersonBundle/translations/messages.nl.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/VisGraph/i18n.js b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/VisGraph/i18n.js index 962a2f97d..6553a1762 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/VisGraph/i18n.js +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/VisGraph/i18n.js @@ -12,7 +12,7 @@ const visMessages = { Holder: 'Titulaire', Legend: 'Calques', concerned: 'concerné', - both: 'neutre, non binaire', + // both: 'neutre, non binaire', woman: 'féminin', man: 'masculin', undefined: "genre non précisé", diff --git a/src/Bundle/ChillPersonBundle/translations/messages.fr.yml b/src/Bundle/ChillPersonBundle/translations/messages.fr.yml index fdc3bc27c..82c538c69 100644 --- a/src/Bundle/ChillPersonBundle/translations/messages.fr.yml +++ b/src/Bundle/ChillPersonBundle/translations/messages.fr.yml @@ -61,10 +61,10 @@ Spoken languages': 'Langues parlées' 'Unknown spoken languages': 'Langues parlées inconnues' Male: Homme Female: Femme -Both: Neutre +#Both: Neutre man: Homme woman: Femme -both: Neutre +#both: Neutre Man: Homme Woman: Femme both: Indéterminé diff --git a/src/Bundle/ChillPersonBundle/translations/messages.nl.yml b/src/Bundle/ChillPersonBundle/translations/messages.nl.yml index 09362ccf3..221abe153 100644 --- a/src/Bundle/ChillPersonBundle/translations/messages.nl.yml +++ b/src/Bundle/ChillPersonBundle/translations/messages.nl.yml @@ -67,8 +67,8 @@ woman: Vrouw both: Non-binair Man: Man Woman: Vrouw -both: Onbepaald -Both: Onbepaald +#both: Onbepaald +#Both: Onbepaald Divorced: Gescheiden Separated: Uit elkaar Widow: Weduwe/weduwnaar