diff options
| author | Jules Aguillon | 2022-01-29 19:27:33 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-01-29 19:27:33 +0100 |
| commit | 4333575bb921abe2293e68020d6dce2c7da58aed (patch) | |
| tree | f0958c9b000c7933cefd58494bd52d0f7485f1e7 /srcs/juloo.keyboard2 | |
| parent | e0217c650dfbe7090bc221f0f1f6d714db969ad5 (diff) | |
| download | unexpected-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/juloo.keyboard2')
| -rw-r--r-- | srcs/juloo.keyboard2/Config.java | 1 |
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; } } |
