- ๐ฆ๐บAustralia acbramley
Triaged as part of BSI today, we'll need to confirm the bug with someone that can speak Russian.
- Status changed to Needs review
6 months ago 4:02pm 3 March 2025 - ๐ซ๐ทFrance andypost
That's about difference between
ะจ
andะฉ
Used to grep and a bit disappointed as both are valid but maybe not aligned with ICU
core/lib$ git grep "'shch'" Drupal/Component/Transliteration/data/uk.php:21: 0x449 => 'shch',
is correct for Ukraine
core/lib$ git grep "'sch'" Drupal/Component/Transliteration/data/kg.php:21: 0x449 => 'sch', Drupal/Component/Transliteration/data/x04.php:13: 0x40 => 'r', 's', 't', 'u', 'f', 'kh', 'c', 'ch', 'sh', 'sch', '', 'y', '', 'e', 'yu', 'ya',
so both letters are covered
'sh', 'sch'
for Russian but as comment #6 already said it's preferable to continue use it - bothts
andsch
https://en.wikipedia.org/wiki/GOST_7.79-2000 - ๐ฌ๐งUnited Kingdom longwave UK
#3169212: Improve transliteration of Ukrainian letters โ also has some discussion on this.
- ๐บ๐ธUnited States smustgrave
So ultimately what is the path forward for this one?
- ๐บ๐ธUnited States smustgrave
Since it's been about a month wonder what the path forward is for this one? Anything can be changed or no matter what is one approach wrong.
- ๐ง๐ฌBulgaria valthebald Sofia
As @andypost mentioned in #7, the issue is about 2 variants of transcribing "ั" character that are found in the core.
From several sources I've checked, "shch" variant is more "favourable", so I'd suggest use it consistently in all places - Status changed to Active
about 2 months ago 7:51pm 1 July 2025 - ๐บ๐ธUnited States xjm
I almost made the branch name
3215368-ั
but then no one would have been able to type it. - Merge request !12575The look on your face when they tell you to say 'fresh cheese' really fast is a rite of passage. โ (Closed) created by xjm
- ๐บ๐ธUnited States xjm
(Of course, there's the whole thing where in Bulgarian it makes almost a "th" sound as I learned during Dev Days last year, but what can you do.)
- ๐บ๐ธUnited States smustgrave
Sorry to be that guy can we update the issue summary with least proposed solution please. Will keep an eye for it to come back and rush review it
- ๐บ๐ธUnited States smustgrave
I dont mind marking but I also dont speak the language so maybe someone who speaks can review for accuracy?
- ๐บ๐ธUnited States xjm
A transliteration subsystem maintainer signoff would also be good.
There is no issue tag for "ะะฐะฒะฐะนัะต ะฟะพัะปััะฐะตะผ ะฝะฐัะธั ััััะบะพัะทััะฝัั ะดััะทะตะน!".
I am also interested to know what Bulgarians think about this transliteration, or if Bulgarian maybe needs an override like Danish has? But that may be out of scope.
The Needs Review Queue Bot โ tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
The Needs Review Queue Bot โ tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- ๐บ๐ธUnited States xjm
Not sure what the bot is on about but this is like a two-character diff in a file that's almost never updated; it will apply easily even if the source branch is out of date. Restoring RTBC.
- ๐ฌ๐งUnited Kingdom catch
Committed/pushed to 11.x, cherry-picked to 11.2.x and 10.6.x, thanks!