From 31c286f53253a3aec85a3daf073a7bc0bc42ba09 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 27 Jan 2015 13:18:44 +0000 Subject: [PATCH] Phrasebook compiled for Japanese; weather_N in DictionaryGer --- examples/phrasebook/Makefile | 6 +++--- lib/src/translator/DictionaryGer.gf | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index b455d332f..685587d2a 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -27,13 +27,13 @@ thaiscript: demo: compdemo fin linkdemo compdemo: - $(compile) -opt Bul Cat Chi Dan Dut Eng Fre Ger Hin Ita Lav Nor Pes Pol Ron Rus Spa Swe Tha Urd DisambPhrasebookEng + $(compile) -opt Bul Cat Chi Dan Dut Eng Fre Ger Hin Ita Jpn Lav Nor Pes Pol Ron Rus Spa Swe Tha Urd DisambPhrasebookEng linkdemo: - $(compile) -link Eng Bul Cat Chi Dan Dut Fin Fre Ger Hin Ita Lav Nor Pes Pol Ron Rus Spa Swe Tha Urd DisambPhrasebookEng + $(compile) -link Eng Bul Cat Chi Dan Dut Fin Fre Ger Hin Ita Jpn Lav Nor Pes Pol Ron Rus Spa Swe Tha Urd DisambPhrasebookEng linkdemothb: - $(compile) -link Eng Bul Cat Chi Dan Dut Fin Fre Ger Ita Nor Pol Ron Rus Spa Swe Tha Thb Urd DisambPhrasebookEng + $(compile) -link Eng Bul Cat Chi Dan Dut Fin Fre Ger Ita Jpn Nor Pol Ron Rus Spa Swe Tha Thb Urd DisambPhrasebookEng #separate, because slow... fin: diff --git a/lib/src/translator/DictionaryGer.gf b/lib/src/translator/DictionaryGer.gf index f0742d752..b3fd4b53a 100644 --- a/lib/src/translator/DictionaryGer.gf +++ b/lib/src/translator/DictionaryGer.gf @@ -63660,7 +63660,7 @@ lin weary_A = mkA "müde" ; -- status=guess lin weary_V = variants {} ; lin weary_V2 = variants {} ; lin weasel_N = mkN "Wiesel" "Wiesel" neuter ; -- status=guess -lin weather_N = wetter_N ; -- status=guess +lin weather_N = mkN "Wetter" "Wetter" neuter ; lin weather_V = mkV "überstehen" ; -- status=guess, src=wikt lin weather_V2 = mkV2 (mkV "überstehen") ; -- status=guess, src=wikt lin weather_beaten_A = variants {} ; @@ -63896,7 +63896,6 @@ lin wether_N = mkN "Mönch" masculine | mkN "kastrierter Ziegenbock" masculine ; lin wetherby_PN = mkPN "Wetherby" ; -- src=geonames status=guess lin wetland_N = mkN "Feuchtgebiet" "Feuchtgebiete" neuter ; -- status=guess lin wetness_N = mkN "Nässe" feminine | mkN "Feuchte" feminine ; -- status=guess status=guess -lin wetter_N = variants {} ; lin wetting_N = variants {} ; lin wexford_PN = mkPN "Wexford" ; -- src=eng status=guess lin weymouth_PN = mkPN "Weymouth" ; -- src=geonames status=guess