15 lines
182 B
Plaintext
15 lines
182 B
Plaintext
# This file is a template for setting the platform-specific LANG
|
|
# variable for a locale.
|
|
|
|
if SOLARIS
|
|
LANG=fr
|
|
endif
|
|
|
|
if LINUX
|
|
LANG=fr_FR.UTF-8
|
|
endif
|
|
|
|
if BSD
|
|
LANG=fr_FR.UTF-8
|
|
endif
|