1
0
forked from aniani/vim

patch 8.1.0122: translators don't always understand the maintainer message

Problem:    Translators don't always understand the maintainer message.
Solution:   Add a comment that ends up in the generated po file. (Christian
            Brabandt, closes #3037)
This commit is contained in:
Bram Moolenaar 2018-06-28 14:54:43 +02:00
parent ca4b613c69
commit 0c18319872
2 changed files with 6 additions and 0 deletions

View File

@ -982,7 +982,11 @@ ex_messages(exarg_T *eap)
{
s = mch_getenv((char_u *)"LANG");
if (s != NULL && *s != NUL)
// The next comment is extracted by xgettext and put in po file for
// translators to read.
msg_attr((char_u *)
// Translator: Please replace the name and email address
// with the appropriate text for your translation.
_("Messages maintainer: Bram Moolenaar <Bram@vim.org>"),
HL_ATTR(HLF_T));
}

View File

@ -789,6 +789,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
122,
/**/
121,
/**/