Commit 9a67e2bb authored by nona@chromium.org's avatar nona@chromium.org

Support Romaja key layout.


BUG=chromium-os:15192
TEST=manually done(x86-generic, qemu)


Review URL: http://codereview.chromium.org/7791022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98947 0039d316-1c4b-4281-b951-d872f2087c98
parent 90fbfe18
......@@ -11700,6 +11700,10 @@ Keep your key file in a safe place. You will need it to create new versions of y
desc="The keyboard layout name for Korean input. (Sebeol-sik No-shift)">
3 Set (No shift)
</message>
<message name="IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_KEYBOARD_ROMAJA"
desc="The keyboard layout name for Korean input. (Romaja)">
Romaja
</message>
<message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTINGS_TITLE"
desc="The title for the Pinyin input settings dialog">
Pinyin Input Settings
......
......@@ -159,6 +159,7 @@ const HangulKeyboardNameIDPair kHangulKeyboardNameIDPairs[] = {
{ IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_KEYBOARD_3_SET_390, "39" },
{ IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_KEYBOARD_3_SET_NO_SHIFT,
"3s" },
{ IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_KEYBOARD_ROMAJA, "ro" },
// We don't support "Sebeolsik 2 set" keyboard.
};
COMPILE_ASSERT(kNumHangulKeyboardNameIDPairs ==
......
......@@ -104,7 +104,7 @@ struct HangulKeyboardNameIDPair {
extern const HangulKeyboardNameIDPair kHangulKeyboardNameIDPairs[];
// See comments at kNumChewingBooleanPrefs for why we hard-code this here.
const size_t kNumHangulKeyboardNameIDPairs = 4;
const size_t kNumHangulKeyboardNameIDPairs = 5;
// ---------------------------------------------------------------------------
// For Simplified Chinese input method (ibus-pinyin)
......
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