Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Mark additional locales as broken
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
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) |
|
|