Skip to content

Commit 97aefe9

Browse files
committedNov 10, 2020
Mark additional locales as broken
1 parent b6e47a3 commit 97aefe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎src/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,11 @@ endif(BUILD_SERVER)
677677
# Blacklisted locales that don't work.
678678
# see issue #4638
679679
set(GETTEXT_BLACKLISTED_LOCALES
680+
ar
680681
he
681682
ky
683+
ms_Arab
684+
th
682685
)
683686

684687
option(APPLY_LOCALE_BLACKLIST "Use a blacklist to avoid broken locales" TRUE)

0 commit comments

Comments
 (0)
Please sign in to comment.