load remote translations

This commit is contained in:
s2
2019-04-16 09:02:57 +02:00
parent f90d862786
commit f4fb72f363
22 changed files with 727 additions and 27 deletions

5
node_modules/i18next-xhr-backend/index.js generated vendored Normal file
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;