mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user