Add rule in Uzbek language converter
authorrobin <robinp.1273@gmail.com>
Fri, 10 Aug 2012 20:59:59 +0000 (22:59 +0200)
committerrobin <robinp.1273@gmail.com>
Fri, 10 Aug 2012 20:59:59 +0000 (22:59 +0200)
Per user feedback, make sure yo? gets converted to ??, and not to ???

Change-Id: I7a161cfd4c2bc782091ef3844ff5facf0cf27278

languages/classes/LanguageUz.php

index 6c0f1f6..e0f45cd 100644 (file)
@@ -92,6 +92,7 @@ class UzConverter extends LanguageConverter {
                'z' => 'з', 'Z' => 'З',
                'j' => 'ж', 'J' => 'Ж',
                'o‘' => 'ў', 'O‘' => 'Ў', 'oʻ' => 'ў', 'Oʻ' => 'Ў',
+               'yo‘' => 'йў', 'Yo‘' => 'Йў', 'yoʻ' => 'йў', 'Yoʻ' => 'Йў',
                'ts' => 'ц', 'Ts' => 'Ц',
                'q' => 'қ', 'Q' => 'Қ',
                'yo' => 'ё', 'Yo' => 'Ё',