diff options
Diffstat (limited to 'srcs/juloo.keyboard2/Config.java')
| -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; } } |
