diff options
author | Travis Tilley <lv@gentoo.org> | 2004-06-03 21:50:27 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-06-03 21:50:27 +0000 |
commit | bfa5adffa06cdf49478e69658deef2cb6c486f4d (patch) | |
tree | 2561b08422dfa37fe432118c0238d2b226b41e60 /sys-libs | |
parent | fixed dep for ode so it compiles (Manifest recommit) (diff) | |
download | gentoo-2-bfa5adffa06cdf49478e69658deef2cb6c486f4d.tar.gz gentoo-2-bfa5adffa06cdf49478e69658deef2cb6c486f4d.tar.bz2 gentoo-2-bfa5adffa06cdf49478e69658deef2cb6c486f4d.zip |
locales.build config file example
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/files/locales.build | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-libs/glibc/files/locales.build b/sys-libs/glibc/files/locales.build new file mode 100644 index 000000000000..bcee239b3b69 --- /dev/null +++ b/sys-libs/glibc/files/locales.build @@ -0,0 +1,24 @@ +# This file names the list of locales to be built when glibc is installed. +# The format is <locale>/<charmap>, where <locale> is a locale from the +# /usr/share/i18n/locales directory, and <charmap> is name of one of the files +# in /usr/share/i18n/charmaps/. All blank lines and lines starting with # are +# ignored. Here is an example: +# en_US/ISO-8859-1 + +# the following are required, or else 'make check' will fail +de_DE/ISO-8859-1 +de_DE@euro/ISO-8859-15 +en_HK/ISO-8859-1 +en_PH/ISO-8859-1 +en_US/ISO-8859-1 +es_MX/ISO-8859-1 +fa_IR/UTF-8 +fr_FR/ISO-8859-1 +fr_FR@euro/ISO-8859-15 +it_IT/ISO-8859-1 +ja_JP/EUC-JP + +# possibly useful +en_US.UTF-8/UTF-8 +ja_JP.EUC-JP/EUC-JP +ja_JP.UTF-8/UTF-8 |