diff options
author | sfan5 <sfan5@live.de> | 2020-11-09 15:22:06 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2020-11-10 10:30:42 +0100 |
commit | 97aefe9b81414fa560d1ff37a3060266ac9735a9 (patch) | |
tree | c446a535ac2a033056c297b63e1ddc009646617b /src | |
parent | b6e47a30bb05a6424fd6d5f2f0151afba4c5d825 (diff) | |
download | minetest-97aefe9b81414fa560d1ff37a3060266ac9735a9.tar.gz minetest-97aefe9b81414fa560d1ff37a3060266ac9735a9.tar.bz2 minetest-97aefe9b81414fa560d1ff37a3060266ac9735a9.zip |
Mark additional locales as broken
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 3 |
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) |