diff options
| author | Vasile Chelban | 2023-06-25 11:19:00 +0100 |
|---|---|---|
| committer | GitHub | 2023-06-25 12:19:00 +0200 |
| commit | 5cfbc6ed5b6a1e3818d47843a20adc0669bd9755 (patch) | |
| tree | b33015ff1b649bed660b220ee4a8e86a201aadb5 /res/values/arrays.xml | |
| parent | 49fbfa71eb94e22758d9de3f98f9d67ce0298f17 (diff) | |
| download | unexpected-keyboard-5cfbc6ed5b6a1e3818d47843a20adc0669bd9755.tar.gz unexpected-keyboard-5cfbc6ed5b6a1e3818d47843a20adc0669bd9755.zip | |
Added Romanian layout and translations with special romanian characters (#358)
Added Romanian characters to the keyboard layout and changed the positioning
corner for the secondary characters that were conflicting with the
newly-introduced romanian characters
Added Romanian translations
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 840dde4..5f65927 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -6,6 +6,7 @@ <item>qwerty</item> <item>qwerty_pt</item> <item>qwerty_es</item> + <item>qwerty_ro</item> <item>qwerty_el</item> <item>qwerty_ko</item> <item>qwerty_lv</item> @@ -45,6 +46,7 @@ <item>QWERTY</item> <item>QWERTY (Brasileiro)</item> <item>QWERTY (Español)</item> + <item>QWERTY (Română)</item> <item>QWERTY (Greek)</item> <item>QWERTY (Korean)</item> <item>QWERTY (Latvian)</item> |
