abouttreesummaryrefslogcommitdiff
path: root/srcs
diff options
context:
space:
mode:
authorJules Aguillon2022-01-29 19:27:33 +0100
committerJules Aguillon2022-01-29 19:27:33 +0100
commit4333575bb921abe2293e68020d6dce2c7da58aed (patch)
treef0958c9b000c7933cefd58494bd52d0f7485f1e7 /srcs
parente0217c650dfbe7090bc221f0f1f6d714db969ad5 (diff)
downloadunexpected-keyboard-4333575bb921abe2293e68020d6dce2c7da58aed.tar.gz
unexpected-keyboard-4333575bb921abe2293e68020d6dce2c7da58aed.zip
Add support for the Bulgarian language and layout
Thanks Zdravko Iskrenov for the contribution.
Diffstat (limited to 'srcs')
-rw-r--r--srcs/juloo.keyboard2/Config.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java
index e730986..42f983e 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -112,6 +112,7 @@ final class Config
case "qwerty": return R.xml.qwerty;
case "qwerty_lv": return R.xml.qwerty_lv;
case "qwertz": return R.xml.qwertz;
+ case "bgph1": return R.xml.local_bgph1;
case "system": default: return -1;
}
}