diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 06:48:54 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 06:48:54 +0000 |
commit | 81aafd9b57ced4a2d0c5e3f31e8a9c5379947e35 (patch) | |
tree | 8255124baa52a9c13995cf000a97f57caa31fa88 /chrome/browser | |
parent | 2e6722218f05ea18acb54b67242e7d270c2ffcbf (diff) | |
download | chromium_src-81aafd9b57ced4a2d0c5e3f31e8a9c5379947e35.zip chromium_src-81aafd9b57ced4a2d0c5e3f31e8a9c5379947e35.tar.gz chromium_src-81aafd9b57ced4a2d0c5e3f31e8a9c5379947e35.tar.bz2 |
Add string resources for ibus-chewing.
BUG=chromium-os:4570
TEST=started ibus-chewing, toggled properties, then verified there were no errors in /home/chronos/chrome_log.
Review URL: http://codereview.chromium.org/2836049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_util.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_util.cc b/chrome/browser/chromeos/input_method/input_method_util.cc index 48fb516..b062a8d 100644 --- a/chrome/browser/chromeos/input_method/input_method_util.cc +++ b/chrome/browser/chromeos/input_method/input_method_util.cc @@ -123,7 +123,11 @@ const struct EnglishToResouceId { { "Simplfied/Traditional Chinese", IDS_STATUSBAR_IME_CHINESE_PINYIN_TOGGLE_S_T_CHINESE }, - // TODO(yusukes): Support ibus-chewing and ibus-table-* if needed. + // For ibus-chewing: third_party/ibus-chewing/files/src/IBusChewingEngine.gob. + { "Chi", IDS_STATUSBAR_IME_CHINESE_CHEWING_SWITCH_CHINESE_TO_ENGLISH }, + { "Eng", IDS_STATUSBAR_IME_CHINESE_CHEWING_SWITCH_ENGLISH_TO_CHINESE }, + { "Full", IDS_STATUSBAR_IME_CHINESE_CHEWING_SWITCH_FULL_TO_HALF }, + { "Half", IDS_STATUSBAR_IME_CHINESE_CHEWING_SWITCH_HALF_TO_FULL }, // For the "Languages and Input" dialog. { "kbd (m17n)", IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_STANDARD_INPUT_METHOD }, |