new-words

diff en.sh @ 49:00286f6bfa85

experimental: when -c specified, use dictionary for compression
author Igor Chubin <igor@chub.in>
date Wed Feb 09 21:08:23 2011 +0200 (2011-02-09)
parents 07d89c2505e7
children 0799785cf194
line diff
     1.1 --- a/en.sh	Sun Jul 04 12:24:01 2010 +0200
     1.2 +++ b/en.sh	Wed Feb 09 21:08:23 2011 +0200
     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