]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Remove zh_* from GETTEXT_BLACKLISTED_LOCALES (#9229)
authorZaoqi <zaomir@outlook.com>
Wed, 22 Jan 2020 18:08:07 +0000 (02:08 +0800)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Wed, 22 Jan 2020 18:08:07 +0000 (19:08 +0100)
src/CMakeLists.txt

index 70a5ab3c8db71059daa551439391decab296b957..e7eb2bf168cbed0cf6b32a62d1d5252f6d72ce7b 100644 (file)
@@ -646,8 +646,6 @@ set(GETTEXT_BLACKLISTED_LOCALES
        he
        ko
        ky
-       zh_CN
-       zh_TW
 )
 
 option(APPLY_LOCALE_BLACKLIST "Use a blacklist to avoid broken locales" TRUE)