From: Umherirrender Date: Thu, 27 Apr 2017 19:47:09 +0000 (+0200) Subject: Add space version of img_upright and img_page for language de X-Git-Tag: 1.31.0-rc.0~3401^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=7fac74ae43dcca5d514e063c7672de68ecb15b91;p=lhc%2Fweb%2Fwiklou.git Add space version of img_upright and img_page for language de On de.wikipedia.org the localized version of upright is used with spaces, not underscores. Add the version as alias to fix the pages and make linter happy (T162961) Change-Id: Id4726aecb51887fc82583e4d6b9284706b6b5b69 --- diff --git a/languages/messages/MessagesDe.php b/languages/messages/MessagesDe.php index 160f57d091..60e08cc81a 100644 --- a/languages/messages/MessagesDe.php +++ b/languages/messages/MessagesDe.php @@ -217,8 +217,8 @@ $magicWords = [ 'img_framed' => [ '1', 'gerahmt', 'frame', 'framed', 'enframed' ], 'img_frameless' => [ '1', 'rahmenlos', 'frameless' ], 'img_lang' => [ '1', 'sprache=$1', 'lang=$1' ], - 'img_page' => [ '1', 'seite=$1', 'seite_$1', 'page=$1', 'page $1' ], - 'img_upright' => [ '1', 'hochkant', 'hochkant=$1', 'hochkant_$1', 'upright', 'upright=$1', 'upright $1' ], + 'img_page' => [ '1', 'seite=$1', 'seite $1', 'seite_$1', 'page=$1', 'page $1' ], + 'img_upright' => [ '1', 'hochkant', 'hochkant=$1', 'hochkant $1', 'hochkant_$1', 'upright', 'upright=$1', 'upright $1' ], 'img_border' => [ '1', 'rand', 'border' ], 'img_baseline' => [ '1', 'grundlinie', 'baseline' ], 'img_sub' => [ '1', 'tief', 'tiefgestellt', 'sub' ],