Ignore messages with untranslatable content
authorraymond <raimond.spekking@gmail.com>
Fri, 20 Apr 2012 10:19:48 +0000 (12:19 +0200)
committerraymond <raimond.spekking@gmail.com>
Fri, 20 Apr 2012 10:19:48 +0000 (12:19 +0200)
Referes to https://gerrit.wikimedia.org/r/#change,4797

Change-Id: Ie7e7d5928bc96defc1f70486a2fb64a062dffc88

maintenance/language/messageTypes.inc

index c61ae39..1fa467b 100644 (file)
@@ -237,6 +237,9 @@ $wgIgnoredMessages = array(
        'version-summary',
        'tags-summary',
        'comparepages-summary',
+       'version-entrypoints-index-php',
+       'version-entrypoints-api-php',
+       'version-entrypoints-load-php',
 );
 
 /** Optional messages, which may be translated only if changed in the target language. */