Add an additional view for the accents on the Portuguese (Brazil) layout
and add a Portuguese layout based on it. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/649>
This commit is contained in:
committed by
Marge Bot
parent
43f0102905
commit
856ed64a46
@ -101,6 +101,9 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
|
||||
("pl", include_str!("../data/keyboards/pl.yaml")),
|
||||
("pl_wide", include_str!("../data/keyboards/pl_wide.yaml")),
|
||||
|
||||
("pt", include_str!("../data/keyboards/pt.yaml")),
|
||||
("pt_wide", include_str!("../data/keyboards/pt_wide.yaml")),
|
||||
|
||||
("ro", include_str!("../data/keyboards/ro.yaml")),
|
||||
("ro_wide", include_str!("../data/keyboards/ro_wide.yaml")),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user