1
0
mirror of https://github.com/minetest/minetest.git synced 2025-01-25 17:20:27 +01:00

Mark additional locales as broken

This commit is contained in:
sfan5 2020-11-09 15:22:06 +01:00
parent b6e47a30bb
commit 97aefe9b81

View File

@ -677,8 +677,11 @@ endif(BUILD_SERVER)
# Blacklisted locales that don't work. # Blacklisted locales that don't work.
# see issue #4638 # see issue #4638
set(GETTEXT_BLACKLISTED_LOCALES set(GETTEXT_BLACKLISTED_LOCALES
ar
he he
ky ky
ms_Arab
th
) )
option(APPLY_LOCALE_BLACKLIST "Use a blacklist to avoid broken locales" TRUE) option(APPLY_LOCALE_BLACKLIST "Use a blacklist to avoid broken locales" TRUE)