Mark additional locales as broken

This commit is contained in:
sfan5 2020-11-09 15:22:06 +01:00
parent b6e47a30bb
commit 97aefe9b81
1 changed files with 3 additions and 0 deletions

View 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)