forked from GitHub/gf-core
fixes in PhrasebookChi
This commit is contained in:
@@ -37,4 +37,5 @@ AppSwe.pgf:: ; $(GFMKT) -name=AppSwe AppSwe.gf
|
|||||||
# language pairs to test
|
# language pairs to test
|
||||||
AppEngSwe: ; $(GFMKT) -name=AppEngSwe AppEng.pgf AppSwe.pgf
|
AppEngSwe: ; $(GFMKT) -name=AppEngSwe AppEng.pgf AppSwe.pgf
|
||||||
AppEngFin: ; $(GFMKT) -name=AppEngFin AppEng.pgf AppFin.pgf
|
AppEngFin: ; $(GFMKT) -name=AppEngFin AppEng.pgf AppFin.pgf
|
||||||
|
AppEngChi: ; $(GFMKT) -name=AppEngChi AppEng.pgf AppChi.pgf
|
||||||
|
|
||||||
|
|||||||
@@ -16,9 +16,10 @@ GGoodNight = (mkInterj "晚安" ) ;
|
|||||||
GGoodbye = (mkInterj "再见" ) ;
|
GGoodbye = (mkInterj "再见" ) ;
|
||||||
GHello = (mkInterj "你好" ) ;
|
GHello = (mkInterj "你好" ) ;
|
||||||
GHelp = mkInterj "帮助" ;
|
GHelp = mkInterj "帮助" ;
|
||||||
GHowAreYou = mkInterj "你好" ;
|
GHowAreYou = mkInterj "你好吗" ;
|
||||||
GLookOut = mkInterj "留意" ;
|
GLookOut = mkInterj "留意" ;
|
||||||
GNiceToMeetYou, GNiceToMeetYouPol = mkInterj "很高兴见到你" ;
|
GNiceToMeetYou = mkInterj "很高兴见到你" ;
|
||||||
|
GNiceToMeetYouPol = mkInterj "很高兴见到您" ;
|
||||||
GPleaseGive, GPleaseGivePol = mkInterj "请" ;
|
GPleaseGive, GPleaseGivePol = mkInterj "请" ;
|
||||||
GSeeYouSoon = mkInterj "很快再见" ;
|
GSeeYouSoon = mkInterj "很快再见" ;
|
||||||
GSorry, GSorryPol = mkInterj "对不起" ;
|
GSorry, GSorryPol = mkInterj "对不起" ;
|
||||||
|
|||||||
@@ -25,13 +25,13 @@ thaiscript:
|
|||||||
demo: compdemo fin linkdemo
|
demo: compdemo fin linkdemo
|
||||||
|
|
||||||
compdemo:
|
compdemo:
|
||||||
$(compile) -opt Bul Cat 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 Lav Nor Pes Pol Ron Rus Spa Swe Tha Urd DisambPhrasebookEng
|
||||||
|
|
||||||
linkdemo:
|
linkdemo:
|
||||||
$(compile) -link Eng Bul Cat 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 Lav Nor Pes Pol Ron Rus Spa Swe Tha Urd DisambPhrasebookEng
|
||||||
|
|
||||||
linkdemothb:
|
linkdemothb:
|
||||||
$(compile) -link Eng Bul Cat 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 Nor Pol Ron Rus Spa Swe Tha Thb Urd DisambPhrasebookEng
|
||||||
|
|
||||||
#separate, because slow...
|
#separate, because slow...
|
||||||
fin:
|
fin:
|
||||||
|
|||||||
Reference in New Issue
Block a user