diff options
| author | Kazoku | 2023-02-10 00:40:48 +0700 |
|---|---|---|
| committer | GitHub | 2023-02-09 18:40:48 +0100 |
| commit | b54f9c5797690bf7ca77228f5a3647e72c20388f (patch) | |
| tree | bbffb833ec9de1af014f0a81243f26868b6724f6 /res/values/arrays.xml | |
| parent | 72249b8a42a7586212b06b2236777e296cfec159 (diff) | |
| download | unexpected-keyboard-b54f9c5797690bf7ca77228f5a3647e72c20388f.tar.gz unexpected-keyboard-b54f9c5797690bf7ca77228f5a3647e72c20388f.zip | |
Vietnamese keyboard (#291)
Added missing accent (horn, hook, dot below)
Added layout
Added accent font svg (by modified existing accent)
Diffstat (limited to 'res/values/arrays.xml')
| -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 2335487..86a7880 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -14,6 +14,7 @@ <item>qwerty_hu</item> <item>qwerty_tr</item> <item>qwerty_pl</item> + <item>qwerty_vi</item> <item>ru_jcuken</item> <item>qwertz</item> <item>qwertz_cs</item> @@ -46,6 +47,7 @@ <item>QWERTY (Hungarian)</item> <item>QWERTY (Türkçe)</item> <item>QWERTY (Polski)</item> + <item>QWERTY (Vietnamese)</item> <item>ЙЦУКЕН (Русский)</item> <item>QWERTZ</item> <item>QWERTZ (Czech)</item> |
