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