]> git.plutz.net Git - confetti/blobdiff - cards/l10n.sh
basic support for telephone type
[confetti] / cards / l10n.sh
index 48ee59ee4b706f2362c5586b26b06e5aefd7b18c..841adb4977ddc45c3fbddfc051af61ea58c3d0d4 100755 (executable)
@@ -135,6 +135,13 @@ l10n(){
     male) printf %s "♂";;
     other) printf %s "⚥";;
     none) printf %s "⚪";;
+
+    teltype) printf %s "Anschlusstyp:";;
+    HOME) printf %s "Privat";;
+    WORK) printf %s "Geschäftlich";;
+    CELL) printf %s "Mobil";;
+    FAX) printf %s "Fax";;
+
     *) printf %s "$1";;
   esac
 }