mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 09:55:32 +00:00
The default sample languages left out a region for English, so it wasn't appearing in the toolbar UI.
This commit is contained in:
parent
cbbb9c2727
commit
cfb6a78bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
// The first keyboard added will be the default keyboard for touch devices.
|
||||
// For faster loading, it may be best for the default keybaord to be
|
||||
// locally sourced.
|
||||
kmw.addKeyboards({id:'us',name:'English',languages:{id:'eng',name:'English'},
|
||||
kmw.addKeyboards({id:'us',name:'English',languages:{id:'eng',name:'English', region:'North America'},
|
||||
filename:'../us-1.0.js'});
|
||||
|
||||
// Add more keyboards to the language menu, by keyboard name,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue