diff --git a/lib/src/translator/DictionaryDut.gf b/lib/src/translator/DictionaryDut.gf index 72cc6f1c9..d67811e9c 100644 --- a/lib/src/translator/DictionaryDut.gf +++ b/lib/src/translator/DictionaryDut.gf @@ -7348,7 +7348,7 @@ lin gondola_N = mkN "gondel" ; -- status=guess lin gong_N = mkN "gong" masculine ; -- status=guess lin gonorrhea_N = mkN "gonorroe" ; -- status=guess lin goo_N = mkN "stroperigheid" ; -- status=guess -lin good_A = mkA "goed" ; +lin good_A = L.good_A ; lin good_N = mkN "goed" | mkN "goede" ; -- status=guess status=guess lin goodbye_Interj = mkInterj "tot ziens" | mkInterj "doei" | mkInterj "dag" | mkInterj "houdoe" ; -- status=guess status=guess status=guess status=guess lin goodness_N = mkN "goedheid" feminine ; -- status=guess diff --git a/lib/src/translator/DictionarySpa.gf b/lib/src/translator/DictionarySpa.gf index eecc35782..34f4e1486 100644 --- a/lib/src/translator/DictionarySpa.gf +++ b/lib/src/translator/DictionarySpa.gf @@ -9120,7 +9120,7 @@ lin gondola_N = mkN "góndola" ; -- status=guess lin gong_N = mkN "gongo" | mkN "gong" masculine ; -- status=guess status=guess lin goniometer_N = mkN "goniómetro" ; -- status=guess lin gonorrhea_N = mkN "gonorrea" ; -- status=guess -lin good_A = mkA "bueno" ; +lin good_A = L.good_A ; lin good_N = mkN "bien" masculine ; -- status=guess lin goodbye_Interj = mkInterj "adiós" | mkInterj "hasta luego" | mkInterj "hasta la vista" | mkInterj "hasta pronto" | mkInterj "nos vemos" ; -- status=guess status=guess status=guess status=guess status=guess lin goodness_N = mkN "bondad" feminine ; -- status=guess diff --git a/lib/src/translator/todo/TopDictionaryDut.gf b/lib/src/translator/todo/TopDictionaryDut.gf index b0628e746..42e3b7b64 100644 --- a/lib/src/translator/todo/TopDictionaryDut.gf +++ b/lib/src/translator/todo/TopDictionaryDut.gf @@ -102,7 +102,7 @@ lin use_VV = mkVV (mkV "gebruiken") ; ---- subcat, not to be used as "used to .. lin use_V2 = mkV2 (mkV "gebruiken") ; -- status=guess, src=wikt lin use_V = mkV "gebruiken" ; lin because_Subj = S.because_Subj ; -lin good_A = mkA "goed" ; +lin good_A = L.good_A ; lin find_VS = mkVS (vinden_V) ; ---- split senses 'to be of opinion of' and 'to locate'. V2V is only applicable with the first sense, and there is a synonym for the first one (van mening zijn dat). lin find_V2A = mkV2A (vinden_V) ; lin find_V2 = L.find_V2 ; diff --git a/lib/src/translator/todo/TopDictionarySpa.gf b/lib/src/translator/todo/TopDictionarySpa.gf index 60721701c..df203c256 100644 --- a/lib/src/translator/todo/TopDictionarySpa.gf +++ b/lib/src/translator/todo/TopDictionarySpa.gf @@ -102,7 +102,7 @@ lin use_VV = mkVV (mkV "usar") | mkVV (mkV "utilizar") ; lin use_V2 = mkV2 (mkV "usar") | mkV2 (mkV "utilizar") ; lin use_V = mkV "usar" | mkV "utilizar" ; lin because_Subj = S.because_Subj ; -lin good_A = mkA "bueno" ; +lin good_A = L.good_A ; lin find_VS = mkVS (creer_V) | mkVS (encontrar_V) ; lin find_V2A = mkV2A (creer_V) | mkV2A (encontrar_V) ; lin find_V2 = L.find_V2 ;