From a9a2f810d658e70730125cd09756ce8541de01d6 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 9 Nov 2006 18:10:34 +0000 Subject: Add locales for nb_NO and nn_NO. Reviewed by: philip --- share/msgdef/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'share/msgdef') diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 655b112..32bafff 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -89,6 +89,7 @@ FR_LINKS= fr_FR:fr_CA GB_LINKS= en_GB:en_AU en_GB:en_NZ IT_LINKS= it_IT:it_CH NL_LINKS= nl_NL:nl_BE +NO_LINKS= no_NO:nb_NO no_NO:nn_NO PT_LINKS= pt_PT:pt_BR ENCODINGS= Big5 Big5HKSCS CP949 eucKR GB2312 GBK \ @@ -100,16 +101,16 @@ eucKR_CP949= ko_KR eucKR_UTF-8= ko_KR GB2312_GBK= zh_CN ISO8859-1_ISO8859-1= ${DE_LINKS} ${FR_LINKS} ${GB_LINKS} ${IT_LINKS} \ - ${NL_LINKS} ${PT_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} \ - ${NL_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 \ - fi_FI fr_BE fr_CH fr_FR is_IS it_IT nl_NL no_NO pt_PT \ - sv_SE + fi_FI fr_BE fr_CH fr_FR is_IS it_IT nb_NO nl_NL nn_NO no_NO \ + pt_PT sv_SE ISO8859-2_ISO8859-2= ${CZ_LINKS} ISO8859-2_UTF-8= cs_CZ hr_HR hu_HU pl_PL ro_RO sl_SI ISO8859-9_UTF-8= tr_TR @@ -117,7 +118,7 @@ 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 \ - ${IT_LINKS} ${NL_LINKS} ${PT_LINKS} zh_TW:zh_HK + ${IT_LINKS} ${NL_LINKS} ${NO_LINKS} ${PT_LINKS} zh_TW:zh_HK SYMLINKS= .for enc1 in ${ENCODINGS} -- cgit v1.1