SPQRobin has submitted this change and it was merged.
Change subject: Shorter lines in LanguageUz.php comments
......................................................................
Shorter lines in LanguageUz.php comments
Follows up gerrit change 116914
Change-Id: I75215416277eb8f5d9e16a1bf91637c673be0a48
---
M languages/classes/LanguageUz.php
1 file changed, 6 insertions(+), 2 deletions(-)
Approvals:
SPQRobin: Verified; Looks good to me, approved
diff --git a/languages/classes/LanguageUz.php b/languages/classes/LanguageUz.php
index 2079c5e..88d57de 100644
--- a/languages/classes/LanguageUz.php
+++ b/languages/classes/LanguageUz.php
@@ -54,7 +54,8 @@
'ф' => 'f', 'Ф' => 'F',
'ц' => 'c', 'Ц' => 'C',
'ў' => 'oʻ', 'Ў' => 'Oʻ',
- 'ц' => 'ts', 'Ц' => 'Ts', // note: at the beginning of a word
and right after a consonant, only "s" is used
+ // note: at the beginning of a word and right after a
consonant, only "s" is used
+ 'ц' => 'ts', 'Ц' => 'Ts',
'қ' => 'q', 'Қ' => 'Q',
'ё' => 'yo', 'Ё' => 'Yo',
'ю' => 'yu', 'Ю' => 'Yu',
@@ -69,7 +70,9 @@
'a' => 'а', 'A' => 'А',
'b' => 'б', 'B' => 'Б',
'd' => 'д', 'D' => 'Д',
- 'e' => 'э', 'E' => 'Э', // at the beginning of a word and after
a vowel, "э" is used instead of "e" (see regex below)
+ // at the beginning of a word and after a vowel, "э" is used
instead of "e"
+ // (see regex below)
+ 'e' => 'э', 'E' => 'Э',
'f' => 'ф', 'F' => 'Ф',
'g' => 'г', 'G' => 'Г',
'g‘' => 'ғ', 'G‘' => 'Ғ', 'gʻ' => 'ғ', 'Gʻ' => 'Ғ',
@@ -115,6 +118,7 @@
$text = str_replace( 'ye', 'е', $text );
$text = str_replace( 'Ye', 'Е', $text );
$text = str_replace( 'YE', 'Е', $text );
+ // "е" after consonants, otherwise "э" (see above)
$text = preg_replace(
'/([BVGDJZYKLMNPRSTFXCWQʻ‘H])E/u', '$1Е', $text );
$text = preg_replace(
'/([bvgdjzyklmnprstfxcwqʻ‘h])e/ui', '$1е', $text );
}
--
To view, visit https://gerrit.wikimedia.org/r/117697
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I75215416277eb8f5d9e16a1bf91637c673be0a48
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: SPQRobin <[email protected]>
Gerrit-Reviewer: SPQRobin <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits