From 4333575bb921abe2293e68020d6dce2c7da58aed Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 29 Jan 2022 19:27:33 +0100 Subject: Add support for the Bulgarian language and layout Thanks Zdravko Iskrenov for the contribution. --- srcs/juloo.keyboard2/Config.java | 1 + 1 file changed, 1 insertion(+) (limited to 'srcs') 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; } } -- cgit v1.2.3