]> git.plutz.net Git - confetti/blobdiff - templates/text_cards.sh
rename attendees section to more generic "cards" to allow alternate views for vcards
[confetti] / templates / text_cards.sh
similarity index 97%
rename from templates/text_attendees.sh
rename to templates/text_cards.sh
index 2ec576eb100888fc4ceeb4780a94c9d9821ea548..ec308ffb4427b73dd2003e8d04c94d4400a9bf45 100755 (executable)
@@ -109,7 +109,3 @@ 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"
-}