The default sample languages left out a region for English, so it wasn't appearing in the toolbar UI.

This commit is contained in:
jahwsuf 2017-11-07 08:05:14 +07:00
parent cbbb9c2727
commit cfb6a78bc1

View file

@ -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,