From 188ec19894e4d3abadec7b9a43fecf62dd77b376 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 27 Feb 2025 20:03:26 +0100 Subject: 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`. --- runtime/doc/news.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime') 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 -- cgit