translation: include vim.pot in the repository

Translators would like to work with the vim.pot file directly, without
having to clone and potentially build vim.

So let's include it.

closes: #17734

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2025-07-13 08:26:57 +02:00
parent 6f85cec4fb
commit 59bd74ed4c
5 changed files with 13576 additions and 3 deletions

1
.gitignore vendored
View File

@ -66,7 +66,6 @@ src/xxd/xxd.dSYM
*~
*.pyc
*.log
src/po/vim.pot
src/tags
/tags
/GPATH

View File

@ -68,7 +68,6 @@ src/xxd/xxd.dSYM
*~
*.pyc
*.log
src/po/vim.pot
src/tags
/tags
/GPATH

View File

@ -1151,6 +1151,7 @@ LANG_SRC = \
src/po/sjiscorr.c \
src/po/big5corr.c \
src/po/*.po \
src/po/vim.pot \
# The language files for the Win32 lang archive.
LANG_DOS = \

View File

@ -239,7 +239,7 @@ prefixcheck:
fi
clean: checkclean
rm -f core core.* *.old.po *.mo *.pot sjiscorr
rm -f core core.* *.old.po *.mo sjiscorr
rm -f LINGUAS vim.desktop gvim.desktop tmp_*desktop
rm -f ./allfiles
# rm -f big5corr

13574
src/po/vim.pot Normal file

File diff suppressed because it is too large Load Diff