From a14076932e1bae305f8cdcc6bf962b9c85d0cfcb Mon Sep 17 00:00:00 2001 From: zoranzoki21 Date: Sat, 28 Oct 2023 08:37:12 +0200 Subject: MessagesSr: Use aliases in Serbian Latin script as well Based on the content of the MessagesSh.php file. Bug: T185421 Bug: T349093 Change-Id: I91fcbe77e5d2fcc27398f116003f48f496f25dfb --- tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php') diff --git a/tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php b/tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php index ba779e040c35..599b2b314664 100644 --- a/tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php @@ -51,7 +51,7 @@ class ApiQueryLanguageinfoTest extends ApiTestCase { 'bcp47' => 'sr', 'autonym' => 'српски / srpski', 'name' => 'српски / srpski', - 'fallbacks' => [ 'sr-ec', 'sr-cyrl' ], + 'fallbacks' => [ 'sr-ec', 'sr-cyrl', 'sr-el', 'sr-latn' ], 'dir' => 'ltr', 'variants' => [ 'sr', 'sr-ec', 'sr-el' ], 'variantnames' => [ -- cgit v1.2.3