summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2020-11-09 15:22:06 +0100
committersfan5 <sfan5@live.de>2020-11-10 10:30:42 +0100
commit97aefe9b81414fa560d1ff37a3060266ac9735a9 (patch)
treec446a535ac2a033056c297b63e1ddc009646617b /src/CMakeLists.txt
parentb6e47a30bb05a6424fd6d5f2f0151afba4c5d825 (diff)
downloadminetest-97aefe9b81414fa560d1ff37a3060266ac9735a9.tar.gz
minetest-97aefe9b81414fa560d1ff37a3060266ac9735a9.tar.bz2
minetest-97aefe9b81414fa560d1ff37a3060266ac9735a9.zip
Mark additional locales as broken
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4724bf431..b8ce69f1d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -677,8 +677,11 @@ endif(BUILD_SERVER)
# Blacklisted locales that don't work.
# see issue #4638
set(GETTEXT_BLACKLISTED_LOCALES
+ ar
he
ky
+ ms_Arab
+ th
)
option(APPLY_LOCALE_BLACKLIST "Use a blacklist to avoid broken locales" TRUE)