mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[QuickAccent]Add Bulgarian (#33550)
## Summary of the Pull Request Adds Bulgarian to Quick Accent ## Detailed Description of the Pull Request / Additional comments Adds Cyrillic letter short I (й)
This commit is contained in:
committed by
GitHub
parent
b7c8bb201b
commit
f1ca65ca78
@@ -53,6 +53,7 @@
|
||||
<ComboBox MinWidth="{StaticResource SettingActionControlMinWidth}" SelectedIndex="{x:Bind Path=ViewModel.SelectedLangIndex, Mode=TwoWay}">
|
||||
<!-- These should be in the same order as the array items in PowerAccentViewModel.cs -->
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_All" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Bulgarian" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Catalan" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Crimean" />
|
||||
<ComboBoxItem x:Uid="QuickAccent_SelectedLanguage_Currency" />
|
||||
|
||||
@@ -3444,6 +3444,9 @@ Activate by holding the key for the character you want to add an accent to, then
|
||||
<data name="QuickAccent_SelectedLanguage_All.Content" xml:space="preserve">
|
||||
<value>All available</value>
|
||||
</data>
|
||||
<data name="QuickAccent_SelectedLanguage_Bulgarian.Content" xml:space="preserve">
|
||||
<value>Bulgarian</value>
|
||||
</data>
|
||||
<data name="QuickAccent_SelectedLanguage_Catalan.Content" xml:space="preserve">
|
||||
<value>Catalan</value>
|
||||
</data>
|
||||
|
||||
@@ -24,6 +24,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
|
||||
private readonly string[] _languageOptions =
|
||||
{
|
||||
"ALL",
|
||||
"BG",
|
||||
"CA",
|
||||
"CRH",
|
||||
"CUR",
|
||||
|
||||
Reference in New Issue
Block a user