]> git.plutz.net Git - confetti/blobdiff - templates/text_attendee.sh
included gender display using symbols
[confetti] / templates / text_attendee.sh
index 57ad3f62add19c6aab8365a938a7ad9d901add34..647a7e87ab0cc819c1b86d70639af8abeb0ad139 100755 (executable)
@@ -83,6 +83,11 @@ item_name[gender_female]="Weiblich"
 item_name[gender_male]="Männlich"
 item_name[gender_other]="Sonstiges"
 
+item_name[female]="♀"
+item_name[male]="♂"
+item_name[other]="⚥"
+item_name[none]="⚪"
+
 l10n() {
   [ -n "$item_name[$1]" ] && echo -n "$item_name[$1]" || echo -n "$1"
 }