1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 03:32:24 +00:00

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

@ -15,3 +15,7 @@ endif
if FRENCH
SUBDIRS += fr_FR.UTF-8
endif
if JAPANESE
SUBDIRS += ja_JP.UTF-8
endif

View file

@ -1 +1 @@
SUBDIRS = types config msg app-defaults palettes backdrops
SUBDIRS = types config msg app-defaults palettes backdrops appmanager

View file

@ -0,0 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/Japanese.am
include ../../templates/app-defaults.am

View file

@ -0,0 +1,6 @@
# This directory intentionally left blank
#
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,6 @@
# This directory intentionally left blank
#
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,6 @@
# This directory intentionally left blank
#
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,6 @@
# This directory intentionally left blank
#
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,6 @@
# This directory intentionally left blank
#
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,6 @@
# This directory intentionally left blank
#
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,6 @@
# This directory intentionally left blank
#
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/Japanese.am
include ../../templates/appmgr.am

View file

@ -0,0 +1,6 @@
# This directory intentionally left blank
#
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,6 @@
# This directory intentionally left blank
#
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,6 @@
# This directory intentionally left blank
#
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,6 @@
# This directory intentionally left blank
#
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -0,0 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/Japanese.am
include ../../templates/backdrops.am

View file

@ -0,0 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/Japanese.am
include ../../templates/config.am

View file

@ -0,0 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/Japanese.am
include ../../templates/msg.am

View file

@ -0,0 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/Japanese.am
include ../../templates/palettes.am

View file

@ -0,0 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/Japanese.am
include ../../templates/types.am

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