Skip to content

Commit

Permalink
turkish Lira to ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien LEROY committed Sep 23, 2022
1 parent f50e4bb commit cd39fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerAccent.Core/Languages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private static char[] GetDefaultLetterKeyALL(LetterKey letter)
case LetterKey.K:
return new char[] { 'ķ', 'ǩ' };
case LetterKey.L:
return new char[] { 'ĺ', 'ľ', 'ļ', 'ł' };
return new char[] { 'ĺ', 'ľ', 'ļ', 'ł', '₺' };
case LetterKey.M:
return new char[] { 'ṁ' };
case LetterKey.N:
Expand Down

0 comments on commit cd39fdb

Please sign in to comment.