aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2025-02-27 20:03:26 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2025-03-02 02:29:25 +0100
commit188ec19894e4d3abadec7b9a43fecf62dd77b376 (patch)
treef2d2383fdc5dfcb8ccba3eda14263c59cba2fceb /runtime
parent13513835798c732554de277229d4c6744df11502 (diff)
downloadrneovim-188ec19894e4d3abadec7b9a43fecf62dd77b376.tar.gz
rneovim-188ec19894e4d3abadec7b9a43fecf62dd77b376.tar.bz2
rneovim-188ec19894e4d3abadec7b9a43fecf62dd77b376.zip
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`.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/news.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index b9c1e55305..1a6537fa8d 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -66,7 +66,9 @@ API
BUILD
-On Windows, only building with the UCRT runtime is supported.
+• On Windows, only building with the UCRT runtime is supported.
+• Translations are turned off by default. Enable by building Nvim with the
+ CMake flag `ENABLE_TRANSLATIONS=ON`.
DEFAULTS