mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Introduce nvim namespace: Fix localization.
- Fix executable path. - Make po file title similar as others.
This commit is contained in:
parent
575deff66d
commit
3b523ec699
4
.gitignore
vendored
4
.gitignore
vendored
@ -13,8 +13,8 @@
|
|||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
/src/po/vim.pot
|
/src/nvim/po/vim.pot
|
||||||
/src/po/*.ck
|
/src/nvim/po/*.ck
|
||||||
|
|
||||||
# Files generated by the tests
|
# Files generated by the tests
|
||||||
/src/nvim/testdir/mbyte.vim
|
/src/nvim/testdir/mbyte.vim
|
||||||
|
@ -127,7 +127,7 @@ CHECKFILES = \
|
|||||||
|
|
||||||
PACKAGE = nvim
|
PACKAGE = nvim
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
VIM = ../../build/bin/nvim
|
VIM = ../../../build/bin/nvim
|
||||||
|
|
||||||
# The OLD_PO_FILE_INPUT and OLD_PO_FILE_OUTPUT are for the new GNU gettext
|
# The OLD_PO_FILE_INPUT and OLD_PO_FILE_OUTPUT are for the new GNU gettext
|
||||||
# tools 0.10.37, which use a slightly different .po file format that is not
|
# tools 0.10.37, which use a slightly different .po file format that is not
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Vim7/src/po/vim.pot translation to Spanish.
|
# Spanish translation for Vim
|
||||||
#
|
#
|
||||||
# Translation project homepage:
|
# Translation project homepage:
|
||||||
# vim-doc-es http://www.assembla.com/wiki/show/vim-doc-es
|
# vim-doc-es http://www.assembla.com/wiki/show/vim-doc-es
|
||||||
|
Loading…
Reference in New Issue
Block a user