0
0
mirror of https://github.com/vim/vim.git synced 2025-10-22 08:34:29 -04:00

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 <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
RestorerZ
2025-08-26 21:49:57 +02:00
committed by Christian Brabandt
parent 7d6be2cead
commit 46ff48ba77

View File

@@ -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.