new-words

diff en.sh @ 41:4629e08b0d87

minifix: skip numbers as words
author Igor Chubin <igor@chub.in>
date Sun Jan 23 18:18:19 2011 +0100 (2011-01-23)
parents 07d89c2505e7
children 0799785cf194
line diff
     1.1 --- a/en.sh	Sun Jul 04 12:24:01 2010 +0200
     1.2 +++ b/en.sh	Sun Jan 23 18:18:19 2011 +0100
     1.3 @@ -22,6 +22,9 @@
     1.4    "uk")
     1.5          slovnyk "$1"
     1.6          ;;
     1.7 +  "io")
     1.8 +        vortaro "$1"
     1.9 +        ;;
    1.10  esac
    1.11  }
    1.12