37 lines
580 B
Cheetah
37 lines
580 B
Cheetah
XCOMM $XConsortium: Italian.tmpl /main/1 1995/12/08 09:41:55 rswiston $
|
|
/*
|
|
* This file is a template for setting the platform-specific LANG
|
|
* variable for the Italian locale.
|
|
*/
|
|
|
|
SOURCE_LANG=it_IT.ISO8859-1
|
|
|
|
#ifdef AlphaArchitecture
|
|
LANG=it_IT.ISO8859-1
|
|
#endif
|
|
|
|
#ifdef RsArchitecture
|
|
SHELL=/bin/ksh
|
|
LANG=it_IT
|
|
#endif
|
|
|
|
#ifdef SunArchitecture
|
|
LANG=it
|
|
#endif
|
|
|
|
#ifdef HPArchitecture
|
|
LANG=it_IT.iso88591
|
|
#endif
|
|
|
|
#ifdef USLArchitecture
|
|
LANG=it
|
|
#endif
|
|
|
|
#ifdef UXPArchitecture
|
|
LANG=it
|
|
#endif
|
|
|
|
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture)
|
|
LANG=it_IT.ISO8859-1
|
|
#endif
|