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=ja
|
|
endif
|
|
|
|
if LINUX
|
|
LANG=ja_JP.UTF-8
|
|
endif
|
|
|
|
if BSD
|
|
LANG=ja_JP.UTF-8
|
|
endif
|