diff options
author | dundargoc <gocdundar@gmail.com> | 2025-02-27 20:03:26 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2025-03-02 02:29:25 +0100 |
commit | 188ec19894e4d3abadec7b9a43fecf62dd77b376 (patch) | |
tree | f2d2383fdc5dfcb8ccba3eda14263c59cba2fceb /test/functional/ui/messages_spec.lua | |
parent | 13513835798c732554de277229d4c6744df11502 (diff) | |
download | rneovim-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 'test/functional/ui/messages_spec.lua')
-rw-r--r-- | test/functional/ui/messages_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ui/messages_spec.lua b/test/functional/ui/messages_spec.lua index 83abf77ae6..4770c5e143 100644 --- a/test/functional/ui/messages_spec.lua +++ b/test/functional/ui/messages_spec.lua @@ -2424,6 +2424,7 @@ end) describe('ui/msg_puts_printf', function() it('output multibyte characters correctly', function() + skip(not t.translations_enabled(), 'Nvim not built with ENABLE_TRANSLATIONS') local screen local cmd = '' local locale_dir = test_build_dir .. '/share/locale/ja/LC_MESSAGES' |