Commit 5ab33d25 authored by My Nguyen's avatar My Nguyen Committed by Commit Bot

Update input method indicator for Catalan from CAS to CAT

Update Catalan's input method indicator to comply with ISO language code.

Bug: 1003357

Change-Id: I5a27d65f76a9564bd191170e41a44c6824fe6b1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834803
Commit-Queue: My Nguyen <myy@chromium.org>
Reviewed-by: default avatarShu Chen <shuchen@chromium.org>
Reviewed-by: default avatarKeith Lee <keithlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704523}
parent 60a4e46b
...@@ -629,7 +629,7 @@ ...@@ -629,7 +629,7 @@
"name": "__MSG_keyboard_catalan__", "name": "__MSG_keyboard_catalan__",
"type": "ime", "type": "ime",
"id": "xkb:es:cat:cat", "id": "xkb:es:cat:cat",
"indicator": "CAS", "indicator": "CAT",
"description": "", "description": "",
"language": [ "language": [
"ca" "ca"
......
...@@ -494,7 +494,7 @@ ...@@ -494,7 +494,7 @@
"name": "__MSG_keyboard_catalan__", "name": "__MSG_keyboard_catalan__",
"type": "ime", "type": "ime",
"id": "xkb:es:cat:cat", "id": "xkb:es:cat:cat",
"indicator": "CAS", "indicator": "CAT",
"description": "", "description": "",
"language": [ "language": [
"ca" "ca"
......
...@@ -86,7 +86,7 @@ xkb:cz::cze cz cs CZ login ...@@ -86,7 +86,7 @@ xkb:cz::cze cz cs CZ login
xkb:cz:qwerty:cze cz(qwerty) cs CS login xkb:cz:qwerty:cze cz(qwerty) cs CS login
xkb:ee::est ee et EE login xkb:ee::est ee et EE login
xkb:es::spa es es ES login xkb:es::spa es es ES login
xkb:es:cat:cat es(cat) ca CAS login xkb:es:cat:cat es(cat) ca CAT login
xkb:dk::dan dk da DK login xkb:dk::dan dk da DK login
xkb:fo::fao fo fo FO xkb:fo::fao fo fo FO
xkb:gr::gre gr el GR xkb:gr::gre gr el GR
......
...@@ -157,8 +157,8 @@ TEST_F(InputMethodUtilTest, GetInputMethodShortNameTest) { ...@@ -157,8 +157,8 @@ TEST_F(InputMethodUtilTest, GetInputMethodShortNameTest) {
} }
{ {
InputMethodDescriptor desc = InputMethodDescriptor desc =
GetDesc("xkb:es:cat:cat", "es(cat)", "ca", "CAS"); GetDesc("xkb:es:cat:cat", "es(cat)", "ca", "CAT");
EXPECT_EQ(ASCIIToUTF16("CAS"), util_.GetInputMethodShortName(desc)); EXPECT_EQ(ASCIIToUTF16("CAT"), util_.GetInputMethodShortName(desc));
} }
{ {
InputMethodDescriptor desc = InputMethodDescriptor desc =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment