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:
MoonlightWave-12
2024-04-28 13:16:07 +02:00
committed by Marge Bot
parent 43f0102905
commit 856ed64a46
6 changed files with 287 additions and 60 deletions

View File

@ -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")),