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/numericdef | |
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/numericdef')
-rw-r--r-- | share/numericdef/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index c6710aa..f5b62fa 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -132,5 +132,7 @@ afterinstall: .endfor ln -sf ../ja_JP.eucJP/LC_NUMERIC \ ${LOCALEDIR}/ja_JP.SJIS/LC_NUMERIC + ln -sf ../ko_KR.eucKR/LC_NUMERIC \ + ${LOCALEDIR}/ko_KR.CP949/LC_NUMERIC .include <bsd.prog.mk> |