From bd49ff5432f5bbe7dd525da11dacef90fd2e7f6f Mon Sep 17 00:00:00 2001
From: PtitGNU
Date: Wed, 4 Dec 2024 23:58:31 +0100
Subject: Add Belgian layout (#780)
---
check_layout.output | 2 ++
res/values/layouts.xml | 3 +++
srcs/layouts/latn_azerty_be.xml | 38 ++++++++++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)
create mode 100644 srcs/layouts/latn_azerty_be.xml
diff --git a/check_layout.output b/check_layout.output
index c7c93e3..a94928c 100644
--- a/check_layout.output
+++ b/check_layout.output
@@ -73,6 +73,8 @@ Layout includes some ASCII punctuation but not all, missing: (, ), <, >, [, ], {
# hebr_2_il
Layout includes some ASCII punctuation but not all, missing: (, ), <, >, [, ], {, }
1 warnings
+# latn_azerty_be
+0 warnings
# latn_azerty_fr
0 warnings
# latn_bepo_fr
diff --git a/res/values/layouts.xml b/res/values/layouts.xml
index 6eaf56d..13a858a 100644
--- a/res/values/layouts.xml
+++ b/res/values/layouts.xml
@@ -30,6 +30,7 @@
- hang_dubeolsik_kr
- hebr_1_il
- hebr_2_il
+ - latn_azerty_be
- latn_azerty_fr
- latn_bepo_fr
- latn_bone
@@ -91,6 +92,7 @@
- 두벌식 (Korean)
- Hebrew 1
- Hebrew 2
+ - AZERTY (Belgian)
- AZERTY (Français)
- BEPO (Français)
- Bone
@@ -152,6 +154,7 @@
- @xml/hang_dubeolsik_kr
- @xml/hebr_1_il
- @xml/hebr_2_il
+ - @xml/latn_azerty_be
- @xml/latn_azerty_fr
- @xml/latn_bepo_fr
- @xml/latn_bone
diff --git a/srcs/layouts/latn_azerty_be.xml b/srcs/layouts/latn_azerty_be.xml
new file mode 100644
index 0000000..cdb2767
--- /dev/null
+++ b/srcs/layouts/latn_azerty_be.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3