From 7f32c5cf23c5c48d3984882528261b32ee36bb91 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Tue, 28 Jan 2020 19:17:47 +0000 Subject: [PATCH] greek: Rename to gr which is used by gnome settings --- data/keyboards/{el.yaml => gr.yaml} | 0 src/resources.rs | 2 +- tests/meson.build | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename data/keyboards/{el.yaml => gr.yaml} (100%) diff --git a/data/keyboards/el.yaml b/data/keyboards/gr.yaml similarity index 100% rename from data/keyboards/el.yaml rename to data/keyboards/gr.yaml diff --git a/src/resources.rs b/src/resources.rs index ea34d52d..b2c2a825 100644 --- a/src/resources.rs +++ b/src/resources.rs @@ -16,9 +16,9 @@ const KEYBOARDS: &[(*const str, *const str)] = &[ ("us_wide", include_str!("../data/keyboards/us_wide.yaml")), ("de", include_str!("../data/keyboards/de.yaml")), ("de_wide", include_str!("../data/keyboards/de_wide.yaml")), - ("el", include_str!("../data/keyboards/el.yaml")), ("es", include_str!("../data/keyboards/es.yaml")), ("fi", include_str!("../data/keyboards/fi.yaml")), + ("gr", include_str!("../data/keyboards/gr.yaml")), ("it", include_str!("../data/keyboards/it.yaml")), ("jp+kana", include_str!("../data/keyboards/jp+kana.yaml")), ("jp+kana_wide", include_str!("../data/keyboards/jp+kana_wide.yaml")), diff --git a/tests/meson.build b/tests/meson.build index 6b88b9b9..5d052a6e 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -50,9 +50,9 @@ endforeach foreach layout : [ 'us', 'us_wide', 'de', 'de_wide', - 'el', 'es', 'fi', + 'gr', 'it', 'jp+kana','jp+kana_wide', 'no',