more bs
This commit is contained in:
parent
a1b59a5ef2
commit
4c25013b19
@ -50,7 +50,7 @@ class LocaleLoader {
|
||||
|
||||
loadFile(file) {
|
||||
|
||||
if (process.platform === 'linux') file = file.replaceAll('\r', '');
|
||||
if (process.platform === 'linux') file = file.replace('\r', '');
|
||||
const lines = file.split('\n');
|
||||
const parsed = {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user