diff options
author | 2012-03-28 17:01:57 +0200 | |
---|---|---|
committer | 2012-10-11 15:16:03 +0200 | |
commit | ce1e491233687615213c2ccaeae9d5c28c8f5e0a (patch) | |
tree | ee4c4c41d895c3ea5055fb78458c386964f122cb /java | |
parent | ad181915f78235bc09e88c85ed9df669801b8442 (diff) | |
download | latinime-ce1e491233687615213c2ccaeae9d5c28c8f5e0a.tar.gz latinime-ce1e491233687615213c2ccaeae9d5c28c8f5e0a.tar.xz latinime-ce1e491233687615213c2ccaeae9d5c28c8f5e0a.zip |
Add Swedish to the list of languages for which a Euro key is wanted.
Change-Id: I2ba4d0a7e82733c3d9526658195f22178e520926
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/key_styles_currency.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/res/xml/key_styles_currency.xml b/java/res/xml/key_styles_currency.xml index 6dea16f89..1dadbe033 100644 --- a/java/res/xml/key_styles_currency.xml +++ b/java/res/xml/key_styles_currency.xml @@ -53,13 +53,13 @@ 22. Spain (es_ES, ca_ES) 23. Vatican City (it_VA) --> - <!-- Though Denmark and Turkey don't using Euro as their currencies, but having Euro sign on - the symbol keyboard might be useful. Especially Danish krone (kr) and Turkish lira - (TL) can be represented by usual alphabet letters. --> + <!-- Though Denmark, Sweden and Turkey don't use Euro as their currency, having the Euro + sign on the symbol keyboard might be useful. Especially Danish krone (kr), Swedish + krona (kr) and Turkish lira (TL) can be represented by usual alphabet letters. --> <!-- Note: Some locales may not have country code, and it it supposed to indicate the country where the language originally/mainly spoken. --> <case - latin:localeCode="da|de|es|el|fi|fr|it|nl|sk|sl|pt_PT|tr" + latin:localeCode="da|de|es|el|fi|fr|it|nl|sk|sl|sv|pt_PT|tr" > <include latin:keyboardLayout="@xml/key_styles_currency_euro" /> |