]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Mark additional locales as broken
authorsfan5 <sfan5@live.de>
Mon, 9 Nov 2020 14:22:06 +0000 (15:22 +0100)
committersfan5 <sfan5@live.de>
Tue, 10 Nov 2020 09:30:42 +0000 (10:30 +0100)
src/CMakeLists.txt

index 4724bf4313a13f96fa4cbff1f8f7c762feb0c889..b8ce69f1d71880fc1d74fccd426afd861093d070 100644 (file)
@@ -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)