UNPKG

i18next-electron-language-detector

Version:
17 lines (14 loc) 381 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _electron = require('electron'); exports.default = { 'init': Function.prototype, 'type': 'languageDetector', 'detect': function detect() { return (_electron.app || _electron.remote.app).getLocale(); }, 'cacheUserLanguage': Function.prototype }; module.exports = exports['default'];