18 lines
210 B
Plaintext
18 lines
210 B
Plaintext
# This file is a template for setting the platform-specific LANG
|
|
# variable for a locale.
|
|
|
|
if SOLARIS
|
|
LANG=de
|
|
endif
|
|
|
|
if LINUX
|
|
LANG=de_DE.UTF-8
|
|
endif
|
|
|
|
if BSD
|
|
LANG=de_DE.UTF-8
|
|
endif
|
|
|
|
HELP_LANG=de_DE.ISO8859-1
|
|
|