diff --git a/packages/keybr-keyboard/lib/language.ts b/packages/keybr-keyboard/lib/language.ts index 37ecfeb4..16063d02 100644 --- a/packages/keybr-keyboard/lib/language.ts +++ b/packages/keybr-keyboard/lib/language.ts @@ -84,7 +84,7 @@ export class Language implements EnumItem { /* id= */ "fr", /* script= */ "latin", /* direction= */ "ltr", - /* alphabet= */ "abcçdeéèfghijlmnopqrstuvxyz", + /* alphabet= */ "abcçdeéèfghijklmnopqrstuvwxyz", ); static readonly HE = new Language( /* id= */ "he",