localization: make FR, DE, IT, and ES app-defaults/ build

This commit is contained in:
Jon Trulson
2019-11-24 18:53:41 -07:00
parent 3ee747ac6b
commit e42c0cc1be
15 changed files with 101 additions and 9 deletions

View 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

View 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

View 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

View 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