localization: make FR, DE, IT, and ES app-defaults/ build
This commit is contained in:
17
cde/programs/localized/templates/French.am
Normal file
17
cde/programs/localized/templates/French.am
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
|
||||
SOURCE_LANG=fr_FR.ISO8859-1
|
||||
|
||||
17
cde/programs/localized/templates/German.am
Normal file
17
cde/programs/localized/templates/German.am
Normal file
@@ -0,0 +1,17 @@
|
||||
# This file is a template for setting the platform-specific LANG
|
||||
# variable for a locale.
|
||||
|
||||
if SOLARIS
|
||||
LANG=de
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
LANG=de_DE.UTF-8
|
||||
endif
|
||||
|
||||
if BSD
|
||||
LANG=de_DE.UTF-8
|
||||
endif
|
||||
|
||||
SOURCE_LANG=de_DE.ISO8859-1
|
||||
|
||||
17
cde/programs/localized/templates/Italian.am
Normal file
17
cde/programs/localized/templates/Italian.am
Normal file
@@ -0,0 +1,17 @@
|
||||
# This file is a template for setting the platform-specific LANG
|
||||
# variable for a locale.
|
||||
|
||||
if SOLARIS
|
||||
LANG=it
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
LANG=it_IT.UTF-8
|
||||
endif
|
||||
|
||||
if BSD
|
||||
LANG=it_IT.UTF-8
|
||||
endif
|
||||
|
||||
SOURCE_LANG=it_IT.ISO8859-1
|
||||
|
||||
17
cde/programs/localized/templates/Spanish.am
Normal file
17
cde/programs/localized/templates/Spanish.am
Normal file
@@ -0,0 +1,17 @@
|
||||
# This file is a template for setting the platform-specific LANG
|
||||
# variable for a locale.
|
||||
|
||||
if SOLARIS
|
||||
LANG=es
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
LANG=es_ES.UTF-8
|
||||
endif
|
||||
|
||||
if BSD
|
||||
LANG=es_ES.UTF-8
|
||||
endif
|
||||
|
||||
SOURCE_LANG=es_ES.ISO8859-1
|
||||
|
||||
Reference in New Issue
Block a user