diff options
author | ache <ache@FreeBSD.org> | 2003-08-08 13:43:49 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-08-08 13:43:49 +0000 |
commit | ce14ae208f3c6c734c6f718a675a03767b7c99fb (patch) | |
tree | 39559df46264a581980ce5177e0af0578b1cf6e8 /share/msgdef | |
parent | f2c692be935452b13d0253b8bb17eb438d797a2a (diff) | |
download | FreeBSD-src-ce14ae208f3c6c734c6f718a675a03767b7c99fb.zip FreeBSD-src-ce14ae208f3c6c734c6f718a675a03767b7c99fb.tar.gz |
Add ko_KR.CP949 locale
PR: 55341
submitted by: Hye-Shik Chang <perky@freebsd.org>
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 615c226..3b51889 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -126,5 +126,7 @@ afterinstall: ln -sf ../${link}.ISO8859-1/LC_MESSAGES \ ${LOCALEDIR}/${link}.US-ASCII/LC_MESSAGES .endfor + ln -sf ../ko_KR.eucKR/LC_MESSAGES \ + ${LOCALEDIR}/ko_KR.CP949/LC_MESSAGES .include <bsd.prog.mk> |