diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2009-06-10 21:55:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2009-06-10 21:55:38 +0000 |
commit | 84dc44d8250f816477e15b27485b5993144cb2a2 (patch) | |
tree | c4b050337f4d92bcc12034d59c703f01070469a6 /share/colldef/Makefile | |
parent | b40b9cf1be489a1c8954e14255ff17071a0817ce (diff) |
Croatian locale support for hr_HR.ISO8859-2
Without this patch /usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE
is a link to the ../la_LN.ISO8859-2/LC_COLLATE. It means
that there is no support for Croatian locale.
PR: conf/120113
Submitted by: Simun Mikecin <numisemis@yahoo.com>
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=193961
Diffstat (limited to 'share/colldef/Makefile')
-rw-r--r-- | share/colldef/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/colldef/Makefile b/share/colldef/Makefile index c95063becaaa..b29f774b34d1 100644 --- a/share/colldef/Makefile +++ b/share/colldef/Makefile @@ -14,6 +14,7 @@ LOCALES= bg_BG.CP1251 \ es_ES.ISO8859-15 \ et_EE.ISO8859-15 \ hi_IN.ISCII-DEV \ + hr_HR.ISO8859-2 \ hy_AM.ARMSCII-8 \ is_IS.ISO8859-1 \ is_IS.ISO8859-15 \ @@ -74,7 +75,7 @@ ISO8859-15_ISO8859-15= \ no_NO:nb_NO no_NO:nn_NO \ ${LATIN1LINKS:C/^/la_LN:/} -LATIN2LINKS= hr_HR hu_HU ro_RO sr_YU +LATIN2LINKS= hu_HU ro_RO sr_YU ISO8859-2_ISO8859-2= ${LATIN2LINKS:C/^/la_LN:/} cs_CZ:sk_SK US-ASCII_Big5HKSCS= la_LN:zh_HK |