Skip to content

Commit

Permalink
Update language.ts variable UK with "ґ" (aradzie#345)
Browse files Browse the repository at this point in the history
I also added "ґ" to alphabet UK
  • Loading branch information
SABERBIRD authored Dec 6, 2024
1 parent e8ca7ca commit 79fe981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keybr-keyboard/lib/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class Language implements EnumItem {
/* id= */ "uk",
/* script= */ "cyrillic",
/* direction= */ "ltr",
/* alphabet= */ "абвгдеєжзиіїйклмнопрстуфхцчшщьюя",
/* alphabet= */ "абвгґдеєжзиіїйклмнопрстуфхцчшщьюя",
);

static readonly ALL = new Enum<Language>(
Expand Down

0 comments on commit 79fe981

Please sign in to comment.