Skip to content

Commit

Permalink
[QuickAccent]Added ć for Slovenian (#36336) (#36338)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsoklic authored Jan 3, 2025
1 parent 94d7121 commit bd30da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/poweraccent/PowerAccent.Core/Languages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ private static string[] GetDefaultLetterKeySL(LetterKey letter)
{
return letter switch
{
LetterKey.VK_C => new[] { "č" },
LetterKey.VK_C => new[] { "č", "ć" },
LetterKey.VK_E => new[] { "€" },
LetterKey.VK_S => new[] { "š" },
LetterKey.VK_Z => new[] { "ž" },
Expand Down

0 comments on commit bd30da6

Please sign in to comment.