diff options
author | edwin <edwin@FreeBSD.org> | 2009-06-10 12:20:11 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2009-06-10 12:20:11 +0000 |
commit | f4fc80f170f32fe668aadf3326faaa217976f099 (patch) | |
tree | 7ddc87154a409d7f11365fc2e1c5c3508508fe11 /share/msgdef | |
parent | 38f9edc720cf4e707af8a18678273dd92e0d940f (diff) | |
download | FreeBSD-src-f4fc80f170f32fe668aadf3326faaa217976f099.zip FreeBSD-src-f4fc80f170f32fe668aadf3326faaa217976f099.tar.gz |
add ca_AD, ca_FR and ca_IT locales
Catalan language is not only spoken in Spain (ca_ES), but also
in Andorra, France and Italy. In Andorra it is the official
language.
(see http://en.wikipedia.org/wiki/Catalan_language#Geographic_distribution)
Add a bunch of symlinks to between ca_ES and ca_AD, ca_FR and ca_IT.
PR: conf/92541
Submitted by: <rmh@io.debian.net>
MFC after: 1 week
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index f31dcaa..cdaa092 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -84,6 +84,7 @@ FILESDIR_${locale}.out= ${LOCALEDIR}/${locale} CLEANFILES= ${FILES} +CA_LINKS= ca_ES:ca_AD ca_ES:ca_FR ca_ES:ca_IT CZ_LINKS= cs_CZ:sk_SK DE_LINKS= de_DE:de_AT de_DE:de_CH FR_LINKS= fr_FR:fr_CA @@ -100,12 +101,12 @@ ENCODINGS= Big5 Big5HKSCS CP949 eucKR GB2312 GBK \ Big5_Big5HKSCS= zh_TW:zh_HK eucKR_CP949= ko_KR GB2312_GBK= zh_CN -ISO8859-1_ISO8859-1= ${DE_LINKS} ${FR_LINKS} ${GB_LINKS} ${IT_LINKS} \ - ${NL_LINKS} ${NO_LINKS} ${PT_LINKS} +ISO8859-1_ISO8859-1= ${CA_LINKS} ${DE_LINKS} ${FR_LINKS} ${GB_LINKS} \ + ${IT_LINKS} ${NL_LINKS} ${NO_LINKS} ${PT_LINKS} ISO8859-1_ISO8859-15= af_ZA ca_ES da_DK de_DE en_CA en_GB en_US es_ES \ eu_ES fi_FI fr_BE fr_CH fr_FR is_IS it_IT nl_NL no_NO \ pt_PT sv_SE \ - ${DE_LINKS} ${FR_LINKS} ${GB_LINKS} ${IT_LINKS} \ + ${CA_LINKS} ${DE_LINKS} ${FR_LINKS} ${GB_LINKS} ${IT_LINKS} \ ${NL_LINKS} ${NO_LINKS} ISO8859-1_US-ASCII= ${GB_LINKS} en_CA en_GB en_US ISO8859-1_UTF-8= af_ZA ca_ES da_DK de_DE en_CA en_GB en_US es_ES eu_ES \ @@ -117,7 +118,8 @@ ISO8859-9_UTF-8= tr_TR ISO8859-13_ISO8859-4= lt_LT ISO8859-13_UTF-8= lt_LT ISO8859-15_UTF-8= et_EE -UTF-8_UTF-8= ${CZ_LINKS} ${DE_LINKS} ${FR_LINKS} ${GB_LINKS} en_GB:en_IE \ +UTF-8_UTF-8= ${CA_LINKS} ${CZ_LINKS} ${DE_LINKS} ${FR_LINKS} ${GB_LINKS} \ + en_GB:en_IE \ ${IT_LINKS} ${NL_LINKS} ${NO_LINKS} ${PT_LINKS} zh_TW:zh_HK SYMLINKS= |