diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-05-12 15:53:00 +0200 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-05-15 20:46:02 +0200 |
commit | 3b523ec69927a987f7a106749bde3b825564bc0d (patch) | |
tree | e064b137e9f4f20710b7124bd2d9e3d37787134f /src | |
parent | 575deff66dacbd9d856fdf1e5d598af109313a50 (diff) | |
download | rneovim-3b523ec69927a987f7a106749bde3b825564bc0d.tar.gz rneovim-3b523ec69927a987f7a106749bde3b825564bc0d.tar.bz2 rneovim-3b523ec69927a987f7a106749bde3b825564bc0d.zip |
Introduce nvim namespace: Fix localization.
- Fix executable path.
- Make po file title similar as others.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/po/Makefile | 2 | ||||
-rw-r--r-- | src/nvim/po/es.po | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/po/Makefile b/src/nvim/po/Makefile index d702b9f277..2b03fe0676 100644 --- a/src/nvim/po/Makefile +++ b/src/nvim/po/Makefile @@ -127,7 +127,7 @@ CHECKFILES = \ PACKAGE = nvim 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 # tools 0.10.37, which use a slightly different .po file format that is not diff --git a/src/nvim/po/es.po b/src/nvim/po/es.po index d8ea0f099b..0367059d77 100644 --- a/src/nvim/po/es.po +++ b/src/nvim/po/es.po @@ -1,4 +1,4 @@ -# Vim7/src/po/vim.pot translation to Spanish. +# Spanish translation for Vim # # Translation project homepage: # vim-doc-es http://www.assembla.com/wiki/show/vim-doc-es |