From 0c183198727b80fd7e52fb29cc1dcd08d79a281c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 28 Jun 2018 14:54:43 +0200 Subject: 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) --- src/message.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/message.c') diff --git a/src/message.c b/src/message.c index 4dac5ae04..e46c51401 100644 --- a/src/message.c +++ b/src/message.c @@ -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 "), HL_ATTR(HLF_T)); } -- cgit v1.2.1