new-words

diff en.sh @ 38:adbc809d3924

Transition to Python started

new-words-py.sh is a wrapper around
new-words.py version which is not finished yet.
author Igor Chubin <igor@chub.in>
date Sat Jan 22 23:42:31 2011 +0100 (2011-01-22)
parents 07d89c2505e7
children 0799785cf194
line diff
     1.1 --- a/en.sh	Sun Jul 04 12:24:01 2010 +0200
     1.2 +++ b/en.sh	Sat Jan 22 23:42:31 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