33 lines
544 B
Cheetah
33 lines
544 B
Cheetah
XCOMM $XConsortium: Spanish.tmpl /main/1 1995/12/08 09:42:25 rswiston $
|
|
/*
|
|
* This file is a template for setting the platform-specific LANG
|
|
* variable for the Spanish locale.
|
|
*/
|
|
|
|
#if BuildingDocs
|
|
|
|
XCOMM stick to ISO8859-1
|
|
SOURCE_LANG=es_ES.ISO8859-1
|
|
|
|
#ifdef SunArchitecture
|
|
LANG=es
|
|
#endif
|
|
|
|
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
|
|
LANG=es_ES.ISO8859-1
|
|
#endif
|
|
|
|
#else
|
|
|
|
SOURCE_LANG=es_ES.UTF-8
|
|
|
|
#ifdef SunArchitecture
|
|
LANG=es
|
|
#endif
|
|
|
|
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
|
|
LANG=es_ES.UTF-8
|
|
#endif
|
|
|
|
#endif
|