[vim/vim] runtime: add Swedish (sv.UTF-8) documentation entries to Make_all.mak (PR #19373)

0 views
Skip to first unread message

Daniel Nylander

unread,
Feb 9, 2026, 11:56:51 AM (23 hours ago) Feb 9
to vim/vim, Subscribed

Swedish (sv.UTF-8) Vim documentation translations by Daniel Nylander exist in the repository, but the corresponding entries are missing from runtime/doc/Make_all.mak. This causes the Swedish man pages not to be built and installed.

This patch adds the following Swedish entries to the CONVERTED list:

  • vim-sv.UTF-8.1
  • evim-sv.UTF-8.1
  • vimdiff-sv.UTF-8.1
  • vimtutor-sv.UTF-8.1
  • xxd-sv.UTF-8.1

Thanks to 毛逸宁 for reporting this issue.


You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/19373

Commit Summary

  • 2f54b31 runtime: add Swedish (sv.UTF-8) entries to Make_all.mak

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/19373@github.com>

Christian Brabandt

unread,
Feb 9, 2026, 1:34:41 PM (22 hours ago) Feb 9
to vim/vim, Subscribed
chrisbra left a comment (vim/vim#19373)

Hm, don't we need to add corresponding conversion rules to the Makefiles?

I think this is also need:

diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 01b2c3e83..5092f822d 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -237,3 +237,18 @@ vimdiff-tr.UTF-8.1: vimdiff-tr.1

 vimtutor-tr.UTF-8.1: vimtutor-tr.1
        iconv -f latin5 -t UTF-8 $? >$@
+
+vim-sv.UTF-8.1: vim-sv.1
+       iconv -f latin1 -t UTF-8 $? >$@
+
+evim-sv.UTF-8.1: evim-sv.1
+       iconv -f latin1 -t UTF-8 $? >$@
+
+vimdiff-sv.UTF-8.1: vimdiff-sv.1
+       iconv -f latin1 -t UTF-8 $? >$@
+
+vimtutor-sv.UTF-8.1: vimtutor-sv.1
+       iconv -f latin1 -t UTF-8 $? >$@
+
+xxd-sv.UTF-8.1: xxd-sv.1
+       iconv -f latin1 -t UTF-8 $? >$@

For Make_mvc it looks like the conversion rules are already there, so is not needed there.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/19373/c3873272783@github.com>

Christian Brabandt

unread,
Feb 9, 2026, 1:48:21 PM (21 hours ago) Feb 9
to vim/vim, Subscribed

Closed #19373 via 2e9db8f.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/19373/issue_event/22651643648@github.com>

Christian Brabandt

unread,
Feb 9, 2026, 1:52:48 PM (21 hours ago) Feb 9
to vim/vim, Subscribed
chrisbra left a comment (vim/vim#19373)

Ah, good catch, thanks


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/19373/c3873250498@github.com>

Reply all
Reply to author
Forward
0 new messages