Previously, we would have generated all the translations, but not
turn them on in the code. Instead, move the Translation crap into
po/ and disable po/ alltogether if USE_NLS if OFF.
# Include stuff
include(Misc)
# Include stuff
include(Misc)
include(CheckIncludeFiles)
include(CheckFunctionExists)
include(CheckStructHasMember)
include(CheckIncludeFiles)
include(CheckFunctionExists)
include(CheckStructHasMember)
add_subdirectory(dselect)
add_subdirectory(ftparchive)
add_subdirectory(methods)
add_subdirectory(dselect)
add_subdirectory(ftparchive)
add_subdirectory(methods)
+if (USE_NLS)
+add_subdirectory(po)
+
# Link update-po4a into the update-po target
add_dependencies(update-po update-po4a)
# Link update-po4a into the update-po target
add_dependencies(update-po update-po4a)
# Create our directories.
install_empty_directories(
# Create our directories.
install_empty_directories(
set(languages_excluded
he ## disabled by translator request #313283
)
set(languages_excluded
he ## disabled by translator request #313283
)