]> git.lizzy.rs Git - minetest.git/blobdiff - src/CMakeLists.txt
Add sound to press event of some formspecs elements (#10402)
[minetest.git] / 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)