From 1909f2fcb47b92121987229ec1a24bf11005186f Mon Sep 17 00:00:00 2001 From: Raj9039852537 Date: Wed, 12 Oct 2022 01:43:40 +0530 Subject: Added Hindi language layout (#211) * Hindi Keyboard Layout Hindi keyboard layout added Basic symbols like brackets, colons etc are useful. This includes ( ) { } [ ] \ / รท - + = ! % : ; . , ?--- 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 b306db2..34f01dd 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -247,6 +247,7 @@ final class Config { case "azerty": return R.xml.azerty; case "bangla": return R.xml.bangla; + case "hindi": return R.xml.hindi; case "bgph1": return R.xml.local_bgph1; case "bone": return R.xml.bone; case "colemak": return R.xml.colemak; -- cgit v1.2.3