From: Zaoqi Date: Wed, 22 Jan 2020 18:08:07 +0000 (+0800) Subject: Remove zh_* from GETTEXT_BLACKLISTED_LOCALES (#9229) X-Git-Tag: 5.2.0~222 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fab3f5f7c8ce0cbfc27e509f065e3f4cfe28c514;p=oweals%2Fminetest.git Remove zh_* from GETTEXT_BLACKLISTED_LOCALES (#9229) --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 70a5ab3c8..e7eb2bf16 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -646,8 +646,6 @@ set(GETTEXT_BLACKLISTED_LOCALES he ko ky - zh_CN - zh_TW ) option(APPLY_LOCALE_BLACKLIST "Use a blacklist to avoid broken locales" TRUE)