Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/inputtoolcode.js

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Free up grd resources. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/google_input_tools/src/chrome/os/inputview/inputtoolcode.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/inputtoolcode.js b/third_party/google_input_tools/src/chrome/os/inputview/inputtoolcode.js
index acf9b81681a00ea58ce8987bf6ba923dc0d0b4f0..5638e6d295f60e1700289aa7d6921dfb7dfe3174 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/inputtoolcode.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/inputtoolcode.js
@@ -33,6 +33,12 @@ i18n.input.lang.InputToolCode = {
INPUTMETHOD_PINYIN_CHINESE_SIMPLIFIED: 'zh-t-i0-pinyin',
INPUTMETHOD_PINYIN_CHINESE_TRADITIONAL: 'zh-hant-t-i0-pinyin',
INPUTMETHOD_HANGUL_KOREAN: 'ko-t-i0-und',
+ INPUTMETHOD_SHUANGPING_ABC: 'zh-t-i0-pinyin-x0-shuangpin-abc',
+ INPUTMETHOD_SHUANGPING_FLYPY: 'zh-t-i0-pinyin-x0-shuangpin-flypy',
+ INPUTMETHOD_SHUANGPING_JIAJIA: 'zh-t-i0-pinyin-x0-shuangpin-jiajia',
+ INPUTMETHOD_SHUANGPING_MS: 'zh-t-i0-pinyin-x0-shuangpin-ms',
+ INPUTMETHOD_SHUANGPING_ZIGUANG: 'zh-t-i0-pinyin-x0-shuangpin-ziguang',
+ INPUTMETHOD_SHUANGPING_ZIRANMA: 'zh-t-i0-pinyin-x0-shuangpin-ziranma',
INPUTMETHOD_TRANSLITERATION_AMHARIC: 'am-t-i0-und',
INPUTMETHOD_TRANSLITERATION_ARABIC: 'ar-t-i0-und',
INPUTMETHOD_TRANSLITERATION_BELARUSIAN: 'be-t-i0-und',
@@ -76,6 +82,7 @@ i18n.input.lang.InputToolCode = {
INPUTMETHOD_ZHUYIN_CHINESE_TRADITIONAL: 'zh-hant-t-i0-und',
INPUTMETHOD_ZHUYIN_CHINESE_TRADITIONAL_BOPOMOFO: 'zh-hant-t-i0-bopomofo',
+
// For keyboard
KEYBOARD_ALBANIAN: 'sq-t-k0-und',
KEYBOARD_ARABIC: 'ar-t-k0-und',
@@ -358,6 +365,7 @@ i18n.input.lang.InputToolCode = {
XKB_LT_LIT: 'xkb:lt::lit',
XKB_LV_APOSTROPHE_LAV: 'xkb:lv:apostrophe:lav',
XKB_MN_MON: 'xkb:mn::mon',
+ XKB_MK_MKD: 'xkb:mk::mkd',
XKB_MT_MLT: 'xkb:mt::mlt',
XKB_NO_NOB: 'xkb:no::nob',
XKB_PL_POL: 'xkb:pl::pol',
@@ -379,6 +387,7 @@ i18n.input.lang.InputToolCode = {
XKB_US_ALTGR_INTL_ENG: 'xkb:us:altgr-intl:eng',
XKB_US_COLEMAK_ENG: 'xkb:us:colemak:eng',
XKB_US_DVORAK_ENG: 'xkb:us:dvorak:eng',
+ XKB_US_DVP_ENG: 'xkb:us:dvp:eng',
XKB_US_INTL_ENG: 'xkb:us:intl:eng',
XKB_US_INTL_NLD: 'xkb:us:intl:nld',
XKB_US_INTL_POR: 'xkb:us:intl:por'

Powered by Google App Engine
This is Rietveld 408576698