diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-06-20 07:17:16 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-06-20 07:17:16 +0000 |
commit | 99b6ccd8c913e6c9b7c3f2c1cfa0c968d2f402a7 (patch) | |
tree | a2b43e0f74d2ed7f7d3c8636a10559e874fbe61b /share/timedef/Makefile | |
parent | f91aa773bea2bd0dff2d021c2d78fe78da78d52d (diff) | |
download | src-99b6ccd8c913e6c9b7c3f2c1cfa0c968d2f402a7.tar.gz src-99b6ccd8c913e6c9b7c3f2c1cfa0c968d2f402a7.zip |
Finsh readding Big5 in r317204, which was reverting r315568. This commit
reverts r315569.
Reported by: Ting-Wei Lan <lantw44 gmail com>
Discussed with: kevlo
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=349225
Diffstat (limited to 'share/timedef/Makefile')
-rw-r--r-- | share/timedef/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 345a1eb6ac6c..da2080821ba7 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -129,6 +129,7 @@ LOCALES+= zh_CN.GBK LOCALES+= zh_CN.UTF-8 LOCALES+= zh_CN.eucCN LOCALES+= zh_HK.UTF-8 +LOCALES+= zh_TW.Big5 LOCALES+= zh_TW.UTF-8 |