-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Description
I tested the latest code (5742a6e Fix: Prevent unnecessary title-case conversion in i18n helper function (#4782)), and I found a behavior similar to #4779
When you go to Japanese and select ti# (シ#), it automatically reverts to mib (ミb). Then, if you go back to English, the pitch becomes unrecognized.
Expected Behavior
Selecting ti# in Japanese should just stay as ti#.
Screenshots
In Japanese, select Ti#:
The pitch automatically becomes mib:
In English, unrecognized pitch:
How to Reproduce
- Select Japanese (tested with Kanji) as a language
- Select from a pitch block シ# (ti#)
- Pitch will automatically convert to ミb, which can be heard; and it can be seen when re-selecting pitch pie menu
- Select again from a pitch block シ# (ti#)
- Select English as language
- Pitch will be loaded as an unrecognized pitch in English (ミbNaN)
(I haven't tested other possible corner cases.)