let i18nextBrowserLanguageDetector detect the lang

This commit is contained in:
s2
2019-04-15 17:55:56 +02:00
parent 84ba6c30f3
commit 0be7831276
147 changed files with 927 additions and 139 deletions

View File

@@ -0,0 +1,5 @@
/* eslint no-var: 0 */
var main = require('./dist/commonjs/index.js').default;
module.exports = main;
module.exports.default = main;