From 24366310a5f03dd47aac6b454203129e399d87bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 11 Feb 2017 19:05:03 +0100 Subject: [PATCH] Generate es and pt dictionaries, too. --- generate_dictionaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_dictionaries.sh b/generate_dictionaries.sh index ba913be..3309700 100755 --- a/generate_dictionaries.sh +++ b/generate_dictionaries.sh @@ -10,7 +10,7 @@ IT_DICTS=true EN_TRANS_DICTS=true #EN_TRANS_DICTS=false # Spanish is unfortunately not yet working -SINGLE_DICTS="en de fr it" +SINGLE_DICTS="en de fr it es pt" #SINGLE_DICTS="" VERSION=v007 -- 2.43.0