build!: turn off translations by default

The translation step prolongs the build time too much to be enabled by
default. Enable it by passing cmake flag `ENABLE_TRANSLATIONS=ON`.
This commit is contained in:
dundargoc
2025-02-27 20:03:26 +01:00
committed by dundargoc
parent 1351383579
commit 188ec19894
5 changed files with 15 additions and 5 deletions

View File

@@ -840,4 +840,8 @@ function M.skip_fragile(pending_fn, cond)
return false
end
function M.translations_enabled()
return M.paths.translations_enabled
end
return M