From e09abdd3300eb16723a8e2793c0770a658ac8ec5 Mon Sep 17 00:00:00 2001
From: tenextractor
Date: Sat, 21 Dec 2024 16:12:04 +0530
Subject: Estonian layout (#826)
---
check_layout.output | 2 ++
res/values/layouts.xml | 3 +++
srcs/layouts/latn_qwerty_et.xml | 41 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 46 insertions(+)
create mode 100644 srcs/layouts/latn_qwerty_et.xml
diff --git a/check_layout.output b/check_layout.output
index 38ad04e..dbf6db1 100644
--- a/check_layout.output
+++ b/check_layout.output
@@ -113,6 +113,8 @@ Layout redefines the bottom row but some important keys are missing, missing: lo
0 warnings
# latn_qwerty_es
0 warnings
+# latn_qwerty_et
+0 warnings
# latn_qwerty_ga
0 warnings
# latn_qwerty_gb
diff --git a/res/values/layouts.xml b/res/values/layouts.xml
index 514cc4d..8f4e1ac 100644
--- a/res/values/layouts.xml
+++ b/res/values/layouts.xml
@@ -45,6 +45,7 @@
- latn_qwerty_cz
- latn_qwerty_da
- latn_qwerty_es
+ - latn_qwerty_et
- latn_qwerty_ga
- latn_qwerty_gb
- latn_qwerty_haw
@@ -120,6 +121,7 @@
- QWERTY (Czech)
- QWERTY (Danish)
- QWERTY (Español)
+ - QWERTY (eesti)
- QWERTY (Irish)
- QWERTY (UK)
- QWERTY (Hawaiian)
@@ -195,6 +197,7 @@
- @xml/latn_qwerty_cz
- @xml/latn_qwerty_da
- @xml/latn_qwerty_es
+ - @xml/latn_qwerty_et
- @xml/latn_qwerty_ga
- @xml/latn_qwerty_gb
- @xml/latn_qwerty_haw
diff --git a/srcs/layouts/latn_qwerty_et.xml b/srcs/layouts/latn_qwerty_et.xml
new file mode 100644
index 0000000..b9589d0
--- /dev/null
+++ b/srcs/layouts/latn_qwerty_et.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3