Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8031 from RudyLu/commit_v1_train/Bug837055-word_S…
Browse files Browse the repository at this point in the history
…uggestion_for_Spanish

Bug 837055 - enable word suggestion for Spanish keyboard layout. r=djf, ...
  • Loading branch information
RudyLu committed Feb 8, 2013
2 parents eec503b + eb6dbac commit 0ef8840
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions apps/keyboard/js/layout.js
Expand Up @@ -173,9 +173,10 @@ const Keyboards = {
}
},
es: {
type: 'keyboard',
label: 'Spanish',
menuLabel: 'Español',
imEngine: 'latin',
needsCandidatePanel: 'true',
alt: {
a: 'áªàâäåãāæ',
c: 'ç',
Expand Down Expand Up @@ -275,7 +276,6 @@ const Keyboards = {
}
},
pt_BR: {
type: 'keyboard',
label: 'Portuguese',
menuLabel: 'Português',
imEngine: 'latin',
Expand Down Expand Up @@ -825,7 +825,6 @@ const Keyboards = {
]
},
'zh-Hans-Pinyin-number': {
type: 'keyboard',
disableAlternateLayout: true,
hidesSwitchKey: true,
typeInsensitive: true,
Expand All @@ -851,7 +850,6 @@ const Keyboards = {
]
},
'zh-Hans-Pinyin-symbol0': {
type: 'keyboard',
disableAlternateLayout: true,
hidesSwitchKey: true,
typeInsensitive: true,
Expand All @@ -877,7 +875,6 @@ const Keyboards = {
]
},
'zh-Hans-Pinyin-symbol1': {
type: 'keyboard',
disableAlternateLayout: true,
hidesSwitchKey: true,
typeInsensitive: true,
Expand All @@ -903,7 +900,6 @@ const Keyboards = {
]
},
'zh-Hans-Pinyin-symbol2': {
type: 'keyboard',
disableAlternateLayout: true,
hidesSwitchKey: true,
typeInsensitive: true,
Expand All @@ -929,7 +925,6 @@ const Keyboards = {
]
},
ar: {
type: 'keyboard',
label: 'Arabic',
menuLabel: 'العربية',
alternateLayoutKey: '123',
Expand Down Expand Up @@ -994,7 +989,6 @@ const Keyboards = {
}
},
el: {
type: 'keyboard',
label: 'Greek',
menuLabel: 'Greek',
alt: {
Expand Down

0 comments on commit 0ef8840

Please sign in to comment.