Raimond Spekking has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/70803


Change subject: Ignore now empty message for translation
......................................................................

Ignore now empty message for translation

Folloup to I2622b35e712120dc171ea44a887d6b42286f2a06

Change-Id: I235fe77381e2ef2c763de33b59373649b3b8a50b
---
M languages/messages/MessagesEn.php
M maintenance/language/messageTypes.inc
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/03/70803/1

diff --git a/languages/messages/MessagesEn.php 
b/languages/messages/MessagesEn.php
index 8629a4f..0e8e75a 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -4599,7 +4599,7 @@
 'semicolon-separator' => '; ', # only translate this message to other 
languages if you have to change it
 'comma-separator'     => ', ', # only translate this message to other 
languages if you have to change it
 'colon-separator'     => ': ', # only translate this message to other 
languages if you have to change it
-'autocomment-prefix'  => '', # only translate this message to other languages 
if you have to change it
+'autocomment-prefix'  => '', # do not translate or duplicate this message to 
other languages
 'pipe-separator'      => ' | ', # only translate this message to other 
languages if you have to change it
 'word-separator'      => ' ', # only translate this message to other 
languages if you have to change it
 'ellipsis'            => '...', # only translate this message to other 
languages if you have to change it
diff --git a/maintenance/language/messageTypes.inc 
b/maintenance/language/messageTypes.inc
index 0ec22e0..8c6b3a4 100644
--- a/maintenance/language/messageTypes.inc
+++ b/maintenance/language/messageTypes.inc
@@ -258,6 +258,7 @@
        'today-at',
        'redirect-text',
        'edithelppage',
+       'autocomment-prefix',
 );
 
 /** Optional messages, which may be translated only if changed in the target 
language. */
@@ -454,7 +455,6 @@
        'percent',
        'parentheses',
        'brackets',
-       'autocomment-prefix',
        'listgrouprights-right-display',
        'listgrouprights-right-revoked',
        'timezone-utc',

-- 
To view, visit https://gerrit.wikimedia.org/r/70803
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I235fe77381e2ef2c763de33b59373649b3b8a50b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <raimond.spekk...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to