localized: add Japanese template.

This commit is contained in:
Liang Chang
2022-01-21 09:56:03 +08:00
parent 0b67251c6e
commit 6482ae5392
21 changed files with 113 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
# 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