mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Set ENABLE_GETTEXT to TRUE by default (#7415)
This commit is contained in:
@@ -57,7 +57,7 @@ if(NOT USE_CURL)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
option(ENABLE_GETTEXT "Use GetText for internationalization" FALSE)
|
option(ENABLE_GETTEXT "Use GetText for internationalization" TRUE)
|
||||||
set(USE_GETTEXT FALSE)
|
set(USE_GETTEXT FALSE)
|
||||||
|
|
||||||
if(ENABLE_GETTEXT)
|
if(ENABLE_GETTEXT)
|
||||||
|
Reference in New Issue
Block a user