turn locale on by default

This commit is contained in:
tildearrow 2024-06-04 18:32:47 -05:00
parent 78c5d14116
commit 7c214a8350

View file

@ -94,7 +94,7 @@ else()
endif()
# until ready
set(WITH_LOCALE_DEFAULT OFF)
set(WITH_LOCALE_DEFAULT ON)
if (MSVC OR ANDROID)
set(USE_MOMO_DEFAULT ON)