forked from GitHub/gf-core
"Urd in Phrasebook Makefile; correct form of adj Spa.spanish_A"
This commit is contained in:
@@ -5,17 +5,17 @@ all: fin demo missing
|
||||
demo: compdemo linkdemo
|
||||
|
||||
compdemo:
|
||||
$(compile) Bul Cat Dan Dut Eng Fre Ger Ita Nor Pol Ron Spa Swe DisambPhrasebookEng
|
||||
$(compile) Bul Cat Dan Dut Eng Fre Ger Ita Nor Pol Ron Spa Swe Urd DisambPhrasebookEng
|
||||
|
||||
linkdemo:
|
||||
$(compile) -link Eng Bul Cat Dan Dut Fin Fre Ger Ita Nor Pol Ron Spa Swe DisambPhrasebookEng
|
||||
$(compile) -link Eng Bul Cat Dan Dut Fin Fre Ger Ita Nor Pol Ron Spa Swe Urd DisambPhrasebookEng
|
||||
|
||||
#separate, because slow...
|
||||
fin:
|
||||
$(compile) Fin
|
||||
|
||||
pgfs:
|
||||
$(compile) Bul Cat Dan Dut Eng Fin Fre Ger Ita Nor Pol Ron Rus Spa Swe
|
||||
$(compile) Bul Cat Dan Dut Eng Fin Fre Ger Ita Nor Pol Ron Rus Spa Swe Urd
|
||||
|
||||
koe:
|
||||
$(compile) Eng Fre DisambPhrasebookEng
|
||||
|
||||
@@ -106,7 +106,7 @@ lin
|
||||
Polish = mkNat (mkA "polaco") "polaco" "Polonia" ;
|
||||
Romanian = mkNat (mkA "rumano") "rumano" "Rumania" ;
|
||||
Russian = mkNat (mkA "ruso") "ruso" "Rusia" ;
|
||||
Spanish = mkNat (mkA "español") "español" "España" ;
|
||||
Spanish = mkNat spanish_A "español" "España" ;
|
||||
Swedish = mkNat (mkA "sueco") "sueco" "Suecia" ;
|
||||
|
||||
-- means of transportation
|
||||
@@ -308,5 +308,6 @@ lin
|
||||
finnish_A = mkA "finlandés" "finlandesa" "finlandeses" "finlandesas" "finlandesamente" ;
|
||||
french_A = mkA "francés" "francesa" "franceses" "francesas" "francesamente" ;
|
||||
german_A = mkA "alemán" "alemana" "alemanes" "alemanas" "alemanamente" ;
|
||||
spanish_A = mkA "español" "española" "españoles" "españolas" "españolamente" ;
|
||||
|
||||
}
|
||||
|
||||
@@ -13,3 +13,4 @@ PhrasebookPol :
|
||||
PhrasebookRon :
|
||||
PhrasebookSpa :
|
||||
PhrasebookSwe :
|
||||
PhrasebookUrd :
|
||||
|
||||
Reference in New Issue
Block a user