UNPKG

p3x-redis-ui

Version:

📡 P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications

10 lines (8 loc) • 290 B
const setLanguage = (opts) => { const { key } = opts global.p3xre.currentTranslation = key; global.p3xre.conf.set('current-translation', key) global.p3xre.strings = require('../strings/' + key) require('../electron/module/create/menu')() } module.exports = setLanguage