]> granicus.if.org Git - vim/commitdiff
patch 8.1.0122: translators don't always understand the maintainer message v8.1.0122
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Jun 2018 12:54:43 +0000 (14:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Jun 2018 12:54:43 +0000 (14:54 +0200)
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)

src/message.c
src/version.c

index 4dac5ae04d4350b142c69392a1be8dd849cdd377..e46c514010a7397d214b0d2eb8b78989c844d57d 100644 (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));
     }
index 5aacf2f11f0e631b57c469db92671691bab55dd6..eb119ca2a039253f29928f4246cb73c90d0275cf 100644 (file)
@@ -789,6 +789,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    122,
 /**/
     121,
 /**/