mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
GFHOME must now be set in the environment
minor change in German numbers
This commit is contained in:
3
bin/jgf
3
bin/jgf
@@ -1,8 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# change the value of GFHOME to the directory where you have the gf binary
|
|
||||||
GFHOME=/home/aarne/GF
|
|
||||||
|
|
||||||
JGUILIB=$GFHOME/src/JavaGUI
|
JGUILIB=$GFHOME/src/JavaGUI
|
||||||
GF=$GFHOME/bin/gf
|
GF=$GFHOME/bin/gf
|
||||||
JGUI=GFEditor2
|
JGUI=GFEditor2
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ lin n2 = mkZahl "zwei" "zw
|
|||||||
lin n3 = mkZahl "drei" "dreizehn" "dreissig" ;
|
lin n3 = mkZahl "drei" "dreizehn" "dreissig" ;
|
||||||
lin n4 = regZahl "vier" ;
|
lin n4 = regZahl "vier" ;
|
||||||
lin n5 = regZahl "fünf" ;
|
lin n5 = regZahl "fünf" ;
|
||||||
lin n6 = regZahl "sechs" ;
|
lin n6 = mkZahl "sechs" "sechzehn" "sechzig" ;
|
||||||
lin n7 = mkZahl "sieben" "siebzehn" "siebzig" ;
|
lin n7 = mkZahl "sieben" "siebzehn" "siebzig" ;
|
||||||
lin n8 = regZahl "acht" ;
|
lin n8 = regZahl "acht" ;
|
||||||
lin n9 = regZahl "neun" ;
|
lin n9 = regZahl "neun" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user