mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Set ENABLE_GETTEXT to TRUE by default (#7415)
This commit is contained in:
parent
180e551c56
commit
35bc3e2f17
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue