localized: add Japanese template.
This commit is contained in:
parent
0b67251c6e
commit
6482ae5392
|
|
@ -15,3 +15,7 @@ endif
|
|||
if FRENCH
|
||||
SUBDIRS += fr_FR.UTF-8
|
||||
endif
|
||||
|
||||
if JAPANESE
|
||||
SUBDIRS += ja_JP.UTF-8
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
SUBDIRS = types config msg app-defaults palettes backdrops
|
||||
SUBDIRS = types config msg app-defaults palettes backdrops appmanager
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/Japanese.am
|
||||
include ../../templates/app-defaults.am
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This directory intentionally left blank
|
||||
#
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This directory intentionally left blank
|
||||
#
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This directory intentionally left blank
|
||||
#
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This directory intentionally left blank
|
||||
#
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This directory intentionally left blank
|
||||
#
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This directory intentionally left blank
|
||||
#
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This directory intentionally left blank
|
||||
#
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/Japanese.am
|
||||
include ../../templates/appmgr.am
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This directory intentionally left blank
|
||||
#
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This directory intentionally left blank
|
||||
#
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This directory intentionally left blank
|
||||
#
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# This directory intentionally left blank
|
||||
#
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/Japanese.am
|
||||
include ../../templates/backdrops.am
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/Japanese.am
|
||||
include ../../templates/config.am
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/Japanese.am
|
||||
include ../../templates/msg.am
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/Japanese.am
|
||||
include ../../templates/palettes.am
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/Japanese.am
|
||||
include ../../templates/types.am
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue