mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
GFHOME must now be set in the environment
minor change in German numbers
This commit is contained in:
@@ -23,7 +23,7 @@ lin n2 = mkZahl "zwei" "zw
|
||||
lin n3 = mkZahl "drei" "dreizehn" "dreissig" ;
|
||||
lin n4 = regZahl "vier" ;
|
||||
lin n5 = regZahl "fünf" ;
|
||||
lin n6 = regZahl "sechs" ;
|
||||
lin n6 = mkZahl "sechs" "sechzehn" "sechzig" ;
|
||||
lin n7 = mkZahl "sieben" "siebzehn" "siebzig" ;
|
||||
lin n8 = regZahl "acht" ;
|
||||
lin n9 = regZahl "neun" ;
|
||||
|
||||
Reference in New Issue
Block a user