fix: welcome modal is now responsive, fix close button with other languages, codacy fixes etc

This commit is contained in:
David Ralph
2021-07-18 10:43:25 +01:00
parent 59a888c861
commit 99993720f2
9 changed files with 50 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
const fs = require('fs');
const merge = require('@eartharoid/deep-merge');
fs.readdirSync('../src/translations').forEach(file => {
fs.readdirSync('../src/translations').forEach((file) => {
if (file === 'en_GB.json') {
return;
}