Skip to content

Commit

Permalink
feat(layout): add belarusian (Dmshrzh) (#4937)
Browse files Browse the repository at this point in the history
Added Belarusian layout
  • Loading branch information
Dmskrzh authored Jan 18, 2024
1 parent a54135d commit 49c8307
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/static/layouts/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,17 @@
"row5": [" "]
}
},
"belarusian": {
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
"row1": ["ёЁ", "1!", "2\"", "3№", "4;", "5%", "6:", "7?", "8*", "9(", "0)", "-_", "=+"],
"row2": ["йЙ", "цЦ", "уУ", "кК", "еЕ", "нН", "гГ", "шШ", "ўЎ", "зЗ", "хХ", "''", "\\/"],
"row3": ["фФ", "ыЫ", "вВ", "аА", "пП", "рР", "оО", "лЛ", "дД", "жЖ", "эЭ"],
"row4": ["яЯ", "чЧ", "сС", "мМ", "іІ", "тТ", "ьЬ", "бБ", "юЮ", ".,"],
"row5": [" "]
}
},
"ukrainian": {
"keymapShowTopRow": false,
"type": "ansi",
Expand Down

0 comments on commit 49c8307

Please sign in to comment.