From 389aedac8d84063f39b589d575dd5053f92bf55e Mon Sep 17 00:00:00 2001 From: Plamen Stoev Date: Wed, 26 May 2021 08:04:44 +0300 Subject: [PATCH] Rename bg to bg+phonetic The 'bg' layout is actually the 'bg+phonetic' layout. Mark it as such. --- data/keyboards/{bg.yaml => bg+phonetic.yaml} | 0 src/resources.rs | 2 +- tests/meson.build | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename data/keyboards/{bg.yaml => bg+phonetic.yaml} (100%) diff --git a/data/keyboards/bg.yaml b/data/keyboards/bg+phonetic.yaml similarity index 100% rename from data/keyboards/bg.yaml rename to data/keyboards/bg+phonetic.yaml diff --git a/src/resources.rs b/src/resources.rs index 3daf453f..1f5e590c 100644 --- a/src/resources.rs +++ b/src/resources.rs @@ -24,7 +24,7 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[ ("be", include_str!("../data/keyboards/be.yaml")), ("be_wide", include_str!("../data/keyboards/be_wide.yaml")), - ("bg", include_str!("../data/keyboards/bg.yaml")), + ("bg+phonetic", include_str!("../data/keyboards/bg+phonetic.yaml")), ("br", include_str!("../data/keyboards/br.yaml")), diff --git a/tests/meson.build b/tests/meson.build index 2079d55f..adf5273b 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -60,7 +60,7 @@ foreach layout : [ # Block: Languages 'ara', 'ara_wide', 'be', 'be_wide', - 'bg', + 'bg+phonetic', 'br', 'ch+fr', 'cz', 'cz_wide',