Fix symlink for zh_TW.Big5 locale

This commit is contained in:
bapt 2015-11-01 23:48:16 +00:00
parent f716ffd588
commit 7f1c4b56cb

View File

@ -63,7 +63,7 @@ SYMLINKS+= ${symdir}.UTF-8 ${LOCALEDIR}/${symdir}.UTF8
SYMLINKS+= zh_Hans_CN.${CN} ${LOCALEDIR}/zh_CN.${CN}
.endfor
.for TW in BIG5 UTF-8
.for TW in Big5 UTF-8
SYMLINKS+= zh_Hant_TW.${TW} ${LOCALEDIR}/zh_TW.${TW}
.endfor