Add Turkish [tr] and [tr+f] layouts

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/650>
This commit is contained in:
MoonlightWave-12
2024-04-23 00:26:43 +02:00
committed by Marge Bot
parent 79da6caad0
commit 2aa58186e4
6 changed files with 561 additions and 0 deletions

View File

@ -116,6 +116,11 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
("th", include_str!("../data/keyboards/th.yaml")),
("th_wide", include_str!("../data/keyboards/th_wide.yaml")),
("tr", include_str!("../data/keyboards/tr.yaml")),
("tr_wide", include_str!("../data/keyboards/tr_wide.yaml")),
("tr+f", include_str!("../data/keyboards/tr+f.yaml")),
("tr+f_wide", include_str!("../data/keyboards/tr+f_wide.yaml")),
("ua", include_str!("../data/keyboards/ua.yaml")),
("ua_wide", include_str!("../data/keyboards/ua_wide.yaml")),