mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Improve transliteration
This commit is contained in:
parent
e044753934
commit
458b990b8c
1 changed files with 3 additions and 1 deletions
|
@ -598,8 +598,10 @@ QString rusKeyboardLayoutSwitch(const QString &from) {
|
|||
fastRusKeyboardSwitch.insert(QString::fromUtf8("ю").at(0), '.');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("І").at(0), 'S');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("і").at(0), 's');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("Ї").at(0), ']');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("Ї").at(0), '}');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("ї").at(0), ']');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("Є").at(0), '"');
|
||||
fastRusKeyboardSwitch.insert(QString::fromUtf8("є").at(0), '\'');
|
||||
}
|
||||
|
||||
QString result;
|
||||
|
|
Loading…
Add table
Reference in a new issue