mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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
|
||||
|
||||
# change the value of GFHOME to the directory where you have the gf binary
|
||||
GFHOME=/home/aarne/GF
|
||||
|
||||
JGUILIB=$GFHOME/src/JavaGUI
|
||||
GF=$GFHOME/bin/gf
|
||||
JGUI=GFEditor2
|
||||
|
||||
@@ -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