[QuickAccent]Add support for Serbian Cyrillic (#35500)

* **Languages.cs**
  - Add `GetDefaultLetterKeySRCyrillic` method for Serbian Cyrillic letters.
  - Add `SR_CYRL` entry to `Language` enum.
  - Update `GetDefaultLetterKey` method to include `Language.SR_CYRL`.

* **PowerAccentPage.xaml**
  - Add `ComboBoxItem` for Serbian Cyrillic in `SelectedLanguage` `ComboBox`.

* **Resources.resw**
  - Add entry for Serbian Cyrillic.

* **PowerAccentViewModel.cs**
  - Add `SR_CYRL` to the list of supported languages.
This commit is contained in:
Sergey Chernyaev
2024-10-22 10:35:49 +02:00
committed by Clint Rutkas
parent dc7c7ef2b7
commit e88b22937e
4 changed files with 23 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
"SL",
"SP",
"SR",
"SR_CYRL",
"SV",
"TK",
"CY",