From 5d7c894380523b8a15502436b86a7430a8beceb0 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 1 Apr 2014 14:38:16 +0000 Subject: [PATCH] translator/DictionarySwe.gf: fix for tasty_A, mkA "god" "gott" --- lib/src/translator/DictionarySwe.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/translator/DictionarySwe.gf b/lib/src/translator/DictionarySwe.gf index e43332178..53110a90f 100644 --- a/lib/src/translator/DictionarySwe.gf +++ b/lib/src/translator/DictionarySwe.gf @@ -57200,7 +57200,7 @@ lin tasteless_A = mkA "smaklös" ; -- comment=2 lin tastelessness_N = variants {} ; lin taster_N = variants {} ; lin tasting_N = variants {} ; -lin tasty_A = mkA "god" | mkA "smakfull" ; -- SaldoWN -- comment=4 +lin tasty_A = mkA "god" "gott" | mkA "smakfull" ; -- SaldoWN -- comment=4 lin tat_N = variants {} ; lin tat_V = variants {} ; lin tat_V2 = variants {} ;