summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorZaoqi <zaomir@outlook.com>2020-01-23 02:08:07 +0800
committerSmallJoker <SmallJoker@users.noreply.github.com>2020-01-22 19:08:07 +0100
commitfab3f5f7c8ce0cbfc27e509f065e3f4cfe28c514 (patch)
treee17e6fe2c73d8fb003b7db18a8d880cdddd105bc /src/CMakeLists.txt
parente05b7dbb3c89ddaf52a4c493a0d05f1ca2244dce (diff)
downloadminetest-fab3f5f7c8ce0cbfc27e509f065e3f4cfe28c514.tar.gz
minetest-fab3f5f7c8ce0cbfc27e509f065e3f4cfe28c514.tar.bz2
minetest-fab3f5f7c8ce0cbfc27e509f065e3f4cfe28c514.zip
Remove zh_* from GETTEXT_BLACKLISTED_LOCALES (#9229)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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)