mirror of
https://github.com/vim/vim
synced 2025-07-15 00:31:53 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,7 +66,6 @@ src/xxd/xxd.dSYM
|
||||
*~
|
||||
*.pyc
|
||||
*.log
|
||||
src/po/vim.pot
|
||||
src/tags
|
||||
/tags
|
||||
/GPATH
|
||||
|
@ -68,7 +68,6 @@ src/xxd/xxd.dSYM
|
||||
*~
|
||||
*.pyc
|
||||
*.log
|
||||
src/po/vim.pot
|
||||
src/tags
|
||||
/tags
|
||||
/GPATH
|
||||
|
1
Filelist
1
Filelist
@ -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 = \
|
||||
|
@ -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
13574
src/po/vim.pot
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user