Commit fd3f1899 authored by nona@chromium.org's avatar nona@chromium.org

Support Icelandic Keyboard layout.

BUG=127135
TEST=None


Review URL: https://chromiumcodereview.appspot.com/13638032

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192983 0039d316-1c4b-4281-b951-d872f2087c98
parent 1946d9e6
...@@ -3268,6 +3268,9 @@ Battery full ...@@ -3268,6 +3268,9 @@ Battery full
<message name="IDS_STATUSBAR_LAYOUT_KOREA_104" desc="In the language menu button, this shows the input mode."> <message name="IDS_STATUSBAR_LAYOUT_KOREA_104" desc="In the language menu button, this shows the input mode.">
Korean keyboard Korean keyboard
</message> </message>
<message name="IDS_STATUSBAR_LAYOUT_ICELANDIC" desc="In the language menu button, this shows the input mode.">
Icelandic keyboard
</message>
<message name="IDS_INPUT_METHOD_INFOLIST_WINDOW_TITLE" desc="The title of the infolist window where the meanings and the usages of words are displayed."> <message name="IDS_INPUT_METHOD_INFOLIST_WINDOW_TITLE" desc="The title of the infolist window where the meanings and the usages of words are displayed.">
Information Information
</message> </message>
......
...@@ -252,6 +252,7 @@ const struct EnglishToResouceId { ...@@ -252,6 +252,7 @@ const struct EnglishToResouceId {
{ "xkb:ca:eng:eng", IDS_STATUSBAR_LAYOUT_CANADA_ENGLISH }, { "xkb:ca:eng:eng", IDS_STATUSBAR_LAYOUT_CANADA_ENGLISH },
{ "xkb:il::heb", IDS_STATUSBAR_LAYOUT_ISRAEL }, { "xkb:il::heb", IDS_STATUSBAR_LAYOUT_ISRAEL },
{ "xkb:kr:kr104:kor", IDS_STATUSBAR_LAYOUT_KOREA_104 }, { "xkb:kr:kr104:kor", IDS_STATUSBAR_LAYOUT_KOREA_104 },
{ "xkb:is::ice", IDS_STATUSBAR_LAYOUT_ICELANDIC },
{ "english-m", IDS_STATUSBAR_LAYOUT_USA_MYSTERY }, { "english-m", IDS_STATUSBAR_LAYOUT_USA_MYSTERY },
}; };
......
...@@ -198,6 +198,7 @@ xkb:gb:dvorak:eng gb(dvorak) en-GB ...@@ -198,6 +198,7 @@ xkb:gb:dvorak:eng gb(dvorak) en-GB
xkb:fi::fin fi fi xkb:fi::fin fi fi
xkb:hu::hun hu hu xkb:hu::hun hu hu
xkb:it::ita it it xkb:it::ita it it
xkb:is::ice is is
xkb:no::nob no nb xkb:no::nob no nb
xkb:pl::pol pl pl xkb:pl::pol pl pl
xkb:pt::por pt pt-PT xkb:pt::por pt pt-PT
......
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