localization: make FR, DE, IT, and ES app-defaults/ build
[oweals/cde.git] / cde / programs / localized / templates / German.am
1 #  This file is a template for setting the platform-specific LANG
2 #  variable for a locale.
3
4 if SOLARIS
5 LANG=de
6 endif
7
8 if LINUX
9 LANG=de_DE.UTF-8
10 endif
11
12 if BSD
13 LANG=de_DE.UTF-8
14 endif
15
16 SOURCE_LANG=de_DE.ISO8859-1
17