From 3b523ec69927a987f7a106749bde3b825564bc0d Mon Sep 17 00:00:00 2001 From: Eliseo Martínez Date: Mon, 12 May 2014 15:53:00 +0200 Subject: Introduce nvim namespace: Fix localization. - Fix executable path. - Make po file title similar as others. --- .gitignore | 4 ++-- src/nvim/po/Makefile | 2 +- src/nvim/po/es.po | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a256a88401..7c8f262730 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,8 @@ *.o *.so -/src/po/vim.pot -/src/po/*.ck +/src/nvim/po/vim.pot +/src/nvim/po/*.ck # Files generated by the tests /src/nvim/testdir/mbyte.vim 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 -- cgit