MCPcopy Create free account
hub / github.com/codename-co/stack / setLocale

Function setLocale

hub/astray/keyboard.js:470–475  ·  view source on GitHub ↗

* Changes the keyboard local * @param local

(local)

Source from the content-addressed store, hash-verified

468 * @param local
469 */
470 function setLocale(local) {
471 if(locals[local]) {
472 keys = locals[local];
473 }
474
475 }
476
477 return {
478 "bind": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected