]> git.plutz.net Git - confetti/blobdiff - templates/text_courses.sh
enable drawing via android-4, quicker drawing via lines
[confetti] / templates / text_courses.sh
index fd92dddfb2df8f1379f0091a9b93db592137e77c..b86240aa2bd00c215d1030d4348c3289fcd7e745 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright 2014 Paul Hänsch
+# Copyright 2014, 2016 Paul Hänsch
 #
 # This file is part of Confetti.
 # 
@@ -58,7 +58,3 @@ item_name[t_eternal]="ewig"
 item_name[t_times]="mal"
 item_name[t_until]="Bis"
 item_name[t_oclock]="Uhr"
-
-l10n() {
-  [ -n "$item_name[$1]" ] && echo -n "$item_name[$1]" || echo -n "$1"
-}