Add a Slovenian [si] layout

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/652>
This commit is contained in:
MoonlightWave-12
2024-04-23 00:26:43 +02:00
committed by Marge Bot
parent 2edaefe633
commit 1381e316eb
4 changed files with 277 additions and 0 deletions

View File

@ -113,6 +113,9 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
("se", include_str!("../data/keyboards/se.yaml")),
("se_wide", include_str!("../data/keyboards/se_wide.yaml")),
("si", include_str!("../data/keyboards/si.yaml")),
("si_wide", include_str!("../data/keyboards/si_wide.yaml")),
("th", include_str!("../data/keyboards/th.yaml")),
("th_wide", include_str!("../data/keyboards/th_wide.yaml")),