diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-07-23 14:32:19 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-07-23 14:58:20 +0000 |
| commit | 3a04284df09203b837948a492ccce797e1403e94 (patch) | |
| tree | 695e2774c8d3912f65244c67c01f6d23a1021182 /share/msgdef_unicode | |
| parent | 74e9e0e0b0d41816f3cfaa635e507f603a1ac57e (diff) | |
Diffstat (limited to 'share/msgdef_unicode')
| -rw-r--r-- | share/msgdef_unicode/Makefile | 4 | ||||
| -rw-r--r-- | share/msgdef_unicode/zh_HK.UTF-8.src | 17 |
2 files changed, 3 insertions, 18 deletions
diff --git a/share/msgdef_unicode/Makefile b/share/msgdef_unicode/Makefile index 9ccd4aae8fbe..27c70f88f6e7 100644 --- a/share/msgdef_unicode/Makefile +++ b/share/msgdef_unicode/Makefile @@ -49,9 +49,10 @@ LOCALES+= sv_SE.UTF-8 LOCALES+= tr_TR.UTF-8 LOCALES+= uk_UA.UTF-8 LOCALES+= zh_CN.UTF-8 -LOCALES+= zh_HK.UTF-8 LOCALES+= zh_TW.UTF-8 + + SAME+= nl_NL.UTF-8 nl_BE.UTF-8 SAME+= nl_NL.UTF-8 af_ZA.UTF-8 SAME+= ar_SA.UTF-8 ar_QA.UTF-8 @@ -88,6 +89,7 @@ SAME+= sr_RS.UTF-8@latin hr_HR.UTF-8 SAME+= it_IT.UTF-8 it_CH.UTF-8 SAME+= pt_PT.UTF-8 pt_BR.UTF-8 SAME+= se_NO.UTF-8 se_FI.UTF-8 +SAME+= zh_TW.UTF-8 zh_HK.UTF-8 FILES= ${LOCALES:S/$/.out/} CLEANFILES= ${FILES} diff --git a/share/msgdef_unicode/zh_HK.UTF-8.src b/share/msgdef_unicode/zh_HK.UTF-8.src deleted file mode 100644 index 53c58af3fcbd..000000000000 --- a/share/msgdef_unicode/zh_HK.UTF-8.src +++ /dev/null @@ -1,17 +0,0 @@ -# Warning: Do not edit. This file is automatically generated from the -# tools in /usr/src/tools/tools/locale. The data is obtained from the -# CLDR project, obtained from http://cldr.unicode.org/ -# ----------------------------------------------------------------------------- -# -# yesexpr -^((是)|([yY]([eE][sS])?)|([yY])) -# -# noexpr -^((否)|([nN]([oO])?)|([nN])) -# -# yesstr -是:yes:y:YES:Y -# -# nostr -否:no:n:NO:N -# EOF |
