Skip to content

Commit

Permalink
Merge arabic keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimex committed Sep 1, 2024
1 parent e534aad commit c3ae832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/Input Plugins/Tango Keyboard/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function saveConfig() {
createKeyboard();
}

var allKeyboardLayouts = ["Accent", "English", "French", "Greek", "Polish", "Russian", "Spanish", "Turkish", "Ukrainian"];
var allKeyboardLayouts = ["Accent", "Arabic", "English", "French", "Greek", "Polish", "Russian", "Spanish", "Turkish", "Ukrainian"];
function getKeyboardLayoutByIndex(index) {
return tangoKeyboardConfig.selectedKeyboardLyaouts[index].toLowerCase();
}
Expand Down

0 comments on commit c3ae832

Please sign in to comment.