Skip to content

Commit

Permalink
Added configurable custom gender (enabled in this wagon)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Bürgi (GSoA) authored and lukas-buergi committed Apr 5, 2023
1 parent 11df87f commit 58debfc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/locales/models.generic.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ de:
role/board_secretary: Sekretär*in
role/board_member: Vorstandsmitglied
role/treasurer: Kassier*in

gender_custom:
one: "Geschlecht (frei)"
other: Geschlechter
available:
_nil: Unbekannt
w: Weiblich
m: Männlich
o: Neutrale Anrede gewünscht
x: Möchte keine Angabe machen

attributes:
person:
Expand All @@ -67,3 +77,4 @@ de:
en: Englisch
nationality: Nationalität
title: Titel

4 changes: 4 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ application:
"Forum": https://hitobito.discoursehosting.net/
"Dokumentation": https://hitobito.readthedocs.io
"E-Mail an Support": 'mailto:[email protected]'

people:
gender_custom:
enabled: true

0 comments on commit 58debfc

Please sign in to comment.