From: Reimar Döffinger Date: Sun, 15 Oct 2017 14:47:12 +0000 (+0200) Subject: Revert accidental changes to generate_dictionaries.sh. X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=commitdiff_plain;h=5b456a8a6d27b507d77c81e7d01c44d4072b356b Revert accidental changes to generate_dictionaries.sh. --- diff --git a/generate_dictionaries.sh b/generate_dictionaries.sh index 01038e2..17136d0 100755 --- a/generate_dictionaries.sh +++ b/generate_dictionaries.sh @@ -1,16 +1,16 @@ #!/bin/sh DE_DICTS=true -DE_DICTS=false +#DE_DICTS=false EN_DICTS=true -EN_DICTS=false +#EN_DICTS=false FR_DICTS=true -FR_DICTS=false +#FR_DICTS=false IT_DICTS=true -IT_DICTS=false +#IT_DICTS=false EN_TRANS_DICTS=true -EN_TRANS_DICTS=false +#EN_TRANS_DICTS=false SINGLE_DICTS="en de fr it es pt" -SINGLE_DICTS="en" +#SINGLE_DICTS="" VERSION=v007