diff options
author | Acamicamacaraca <zivkovica006@gmail.com> | 2021-10-05 21:55:15 +0000 |
---|---|---|
committer | Deni <deni@deni.dk> | 2022-11-15 06:29:11 +0000 |
commit | a573bea01b7f05186324327cbcdf804644b863d2 (patch) | |
tree | a8497584d5d3e2dda57d19468eb99ded597d7819 /tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php | |
parent | bb228fff7ec74088b60e73b8d10d7ccbd1f75dd8 (diff) | |
download | mediawikicore-a573bea01b7f05186324327cbcdf804644b863d2.tar.gz mediawikicore-a573bea01b7f05186324327cbcdf804644b863d2.zip |
Implement LanguageConverter for sh.wiki
This patch will implement a one-way transliterator (Latin->Cyrillic), per community consensus.
Bug: T268033
Change-Id: I6f3e7efe3630e9960584dca3a5ee55cb92ea722c
Co-Authored-By: Deni <deni@deni.dk>
Co-Authored-By: Winston Sung <winston21.sung@gmail.com>
Diffstat (limited to 'tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php')
-rw-r--r-- | tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php b/tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php index 304cbe20bfaf..502e8b7da7e2 100644 --- a/tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryLanguageinfoTest.php @@ -45,20 +45,6 @@ class ApiQueryLanguageinfoTest extends ApiTestCase { public function provideTestAllPropsForSingleLanguage() { yield [ - 'sh', - [ - 'code' => 'sh', - 'bcp47' => 'sh', - 'autonym' => 'srpskohrvatski / српскохрватски', - 'name' => 'Serbo-Croatian', - 'fallbacks' => [ 'bs', 'sr-el', 'sr-latn', 'hr' ], - 'dir' => 'ltr', - 'variants' => [ 'sh' ], - 'variantnames' => [ 'sh' => 'srpskohrvatski / српскохрватски' ], - ] - ]; - - yield [ 'sr', [ 'code' => 'sr', |