Skip to content

Commit c3460bc

Browse files
committed
[QuickAccent] Added ć for Slovenian (microsoft#36336)
1 parent f19a34d commit c3460bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/poweraccent/PowerAccent.Core/Languages.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ private static string[] GetDefaultLetterKeySL(LetterKey letter)
860860
{
861861
return letter switch
862862
{
863-
LetterKey.VK_C => new[] { "č" },
863+
LetterKey.VK_C => new[] { "č", "ć" },
864864
LetterKey.VK_E => new[] { "€" },
865865
LetterKey.VK_S => new[] { "š" },
866866
LetterKey.VK_Z => new[] { "ž" },

0 commit comments

Comments
 (0)