diff options
Diffstat (limited to 'src/dia_lang.inc')
-rw-r--r-- | src/dia_lang.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dia_lang.inc b/src/dia_lang.inc index e846c00..07a70ac 100644 --- a/src/dia_lang.inc +++ b/src/dia_lang.inc @@ -9,7 +9,7 @@ % Some global vars. % -% fallback if there is no "languages" +% fallback if there is no "langs" /lang.items [ "en_US" ] def /lang.names [ "English (US)" ] def @@ -132,14 +132,14 @@ % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -% Parse "languages" file. +% Parse "langs" file. % % ( ) ==> ( ) % /lang.parsedata { /lang.default 0 def - "languages" findfile dup { /lang.data exch def } { pop return } ifelse + "langs" findfile dup { /lang.data exch def } { pop return } ifelse /la.tmp.datalen lang.data length def /la.tmp.str lang.data cvs def |