diff options
author | zoranzoki21 <zorandori4444@gmail.com> | 2023-10-28 08:37:12 +0200 |
---|---|---|
committer | Winston Sung <winston21.sung@gmail.com> | 2023-10-28 14:22:57 +0000 |
commit | a14076932e1bae305f8cdcc6bf962b9c85d0cfcb (patch) | |
tree | 872fab59ab8c1392a62a32f2a5f50b2ae46c282a /tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php | |
parent | febfc138d2b586d6aa5fe51bff980ccaab19ecb9 (diff) | |
download | mediawikicore-a14076932e1bae305f8cdcc6bf962b9c85d0cfcb.tar.gz mediawikicore-a14076932e1bae305f8cdcc6bf962b9c85d0cfcb.zip |
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
Diffstat (limited to 'tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php')
-rw-r--r-- | tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' => [ |