diff --git a/src/resources.rs b/src/resources.rs index 9f3e82e2..bb20fe8f 100644 --- a/src/resources.rs +++ b/src/resources.rs @@ -54,6 +54,7 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[ ("fr_wide", include_str!("../data/keyboards/fr_wide.yaml")), ("gr", include_str!("../data/keyboards/gr.yaml")), + ("gr_wide", include_str!("../data/keyboards/gr_wide.yaml")), ("gr+polytonic", include_str!("../data/keyboards/gr+polytonic.yaml")), ("il", include_str!("../data/keyboards/il.yaml")), diff --git a/tests/meson.build b/tests/meson.build index 5d6d84bd..d2a99f0f 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -76,7 +76,7 @@ foreach layout : [ 'es+cat', 'fi', 'fr', 'fr_wide', - 'gr', + 'gr', 'gr_wide', 'gr+polytonic', 'il', 'ir',