aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2021-10-08 08:23:58 +0300
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2021-10-18 19:31:06 +0300
commit433fa8c83a4fadd5a78f8a2772ab997064a7082a (patch)
treeb2dd1d1b946837d34861f51261415c27709cda54 /src
parent82b70a672329899d8bbe2322432789e2528f2913 (diff)
Change label for InputModeKey (Japanese)
- Change label for Hiragana (あ -> かな), Katakana (カ -> カナ) and Romaji (ローマ字 -> ABC). - Based on feedback. Change-Id: Ifead06a3f682858362fa4a25cc52e8d97157ac54 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Tasuku Suzuki <tasuku.suzuki@signal-slot.co.jp>
Diffstat (limited to 'src')
-rw-r--r--src/virtualkeyboard/content/components/InputModeKey.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/virtualkeyboard/content/components/InputModeKey.qml b/src/virtualkeyboard/content/components/InputModeKey.qml
index 08d9baee..142c8866 100644
--- a/src/virtualkeyboard/content/components/InputModeKey.qml
+++ b/src/virtualkeyboard/content/components/InputModeKey.qml
@@ -67,8 +67,8 @@ Key {
"倉頡", // InputEngine.InputMode.Cangjie
"注音", // InputEngine.InputMode.Zhuyin
"한글", // InputEngine.InputMode.Hangul
- "あ", // InputEngine.InputMode.Hiragana
- "カ", // InputEngine.InputMode.Katakana
+ "かな", // InputEngine.InputMode.Hiragana
+ "カナ", // InputEngine.InputMode.Katakana
"全角", // InputEngine.InputMode.FullwidthLatin
"ΑΒΓ", // InputEngine.InputMode.Greek
"АБВ", // InputEngine.InputMode.Cyrillic
@@ -79,7 +79,7 @@ Key {
"한국어", // InputEngine.InputMode.KoreanHandwriting
"กขค", // InputEngine.InputMode.Thai
"笔画", // InputEngine.InputMode.Stroke
- "ローマ字", // InputEngine.InputMode.Romaji
+ "ABC", // InputEngine.InputMode.Romaji
]
/*!