abouttreesummaryrefslogcommitdiff
path: root/res/xml/method.xml
diff options
context:
space:
mode:
authorJules Aguillon2021-12-11 17:05:49 +0100
committerJules Aguillon2021-12-11 17:05:49 +0100
commit573c13fb825f41a926dca838ef5a396ccce6a3eb (patch)
tree66e0c9f4b1615b342eada3924e467fd50780fb02 /res/xml/method.xml
parent58e37b484c8d4cf8099372e6f307557d0ed2458e (diff)
downloadunexpected-keyboard-573c13fb825f41a926dca838ef5a396ccce6a3eb.tar.gz
unexpected-keyboard-573c13fb825f41a926dca838ef5a396ccce6a3eb.zip
Add Swedish
First add the 'ring' accent. The swedish language uses the qwerty layout and three accents (aigu, trema, ring)
Diffstat (limited to 'res/xml/method.xml')
-rw-r--r--res/xml/method.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/method.xml b/res/xml/method.xml
index c5f1092..0698beb 100644
--- a/res/xml/method.xml
+++ b/res/xml/method.xml
@@ -30,4 +30,11 @@
android:isAsciiCapable="true"
android:imeSubtypeExtraValue="default_layout=qwerty,accents=grave|aigu"
/>
+ <subtype android:label="@string/subtype_label"
+ android:languageTag="sv"
+ android:imeSubtypeLocale="sv_SE"
+ android:imeSubtypeMode="keyboard"
+ android:isAsciiCapable="true"
+ android:imeSubtypeExtraValue="default_layout=qwerty,accents=aigu|trema|ring"
+ />
</input-method>