translation: Remove outdated rule for nl.po Commit: https://github.com/vim/vim/commit/46ff48ba77bbf167a646f84053e96342357446b3 Author: RestorerZ <resto...@mail2k.ru> Date: Tue Aug 26 21:49:57 2025 +0200
translation: Remove outdated rule for nl.po There exists a real nl.po file, no need to use a dummy po file anymore. See also the following commits: 84f7235, 8d61617, 02938a9 closes: #18127 Signed-off-by: RestorerZ <resto...@mail2k.ru> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/po/Makefile b/src/po/Makefile index 0e9f28572..ebfb4c1d3 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -91,11 +91,6 @@ tryoutinstall: $(MOFILES) $(MOCONVERTED) fi; \ done -# nl.po was added later, if it does not exist use a file with just a # in it -# (an empty file doesn't work with old msgfmt). -nl.po: - @( echo \# >> nl.po ) - # Norwegian/Bokmal: "nb" is an alias for "no". # Copying the file is not efficient, but I don't know of another way to make # this work. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uqzpv-003sQZ-2I%40256bit.org.