diff options
| author | Raj9039852537 | 2022-10-12 01:43:40 +0530 |
|---|---|---|
| committer | GitHub | 2022-10-11 22:13:40 +0200 |
| commit | 1909f2fcb47b92121987229ec1a24bf11005186f (patch) | |
| tree | a6384936475c5834969da9bc6d6577d6c31e676a /res/values | |
| parent | fc8bb3a5396a93800fa438b0214d59b85e00f497 (diff) | |
| download | unexpected-keyboard-1909f2fcb47b92121987229ec1a24bf11005186f.tar.gz unexpected-keyboard-1909f2fcb47b92121987229ec1a24bf11005186f.zip | |
Added Hindi language layout (#211)
* Hindi Keyboard Layout
Hindi keyboard layout added
Basic symbols like brackets, colons etc are useful. This includes ( ) { } [ ] \ / ÷ - + = ! % : ; . , ?
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/arrays.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 3360984..be20a70 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -22,6 +22,7 @@ <item>bone</item> <item>jcuken_ua</item> <item>bangla</item> + <item>hindi</item> </string-array> <string-array name="pref_layout_entries"> <item>@string/pref_layout_e_system</item> @@ -45,6 +46,7 @@ <item>Bone</item> <item>ЙЦУКЕН (Українська)</item> <item>বাংলা</item> + <item>हिन्दी</item> </string-array> <string-array name="pref_programming_layout_values"> <item>none</item> |
