mirror of
https://github.com/mue/mue.git
synced 2026-06-05 23:45:53 +02:00
fix: welcome modal is now responsive, fix close button with other languages, codacy fixes etc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user