Display translatable images in wiki language on image pages
authorMax Semenik <maxsem.wiki@gmail.com>
Wed, 9 Jan 2019 20:48:02 +0000 (12:48 -0800)
committerMax Semenik <maxsem.wiki@gmail.com>
Mon, 4 Feb 2019 23:57:37 +0000 (15:57 -0800)
commitce071ded5195b30b5ef750e667aa9b5e39dc8b10
tree719ef619da48cde027b04bc60209dfcc3d257baf
parentbed86f448f1d8cc640dfba38125a130019e7de79
Display translatable images in wiki language on image pages

We currently show SVGs in default languages unless overridden with
lang=... URL parameter (and we have UI for setting it). This change
makes it display thumbnails in wiki language, if translation is available.

Bug: T210814
Change-Id: Ieb0b5e9e27f45b71ef119bb3c1d3f2cd4d7100e5
RELEASE-NOTES-1.33
includes/page/ImagePage.php
tests/phpunit/data/media/translated.svg [new file with mode: 0644]
tests/phpunit/includes/page/ImagePageTest.php