fdgh
This commit is contained in:
parent
4c25013b19
commit
03a674f962
@ -50,7 +50,7 @@ class LocaleLoader {
|
|||||||
|
|
||||||
loadFile(file) {
|
loadFile(file) {
|
||||||
|
|
||||||
if (process.platform === 'linux') file = file.replace('\r', '');
|
if (process.platform === 'linux') file = file.replace('\r', '\n');
|
||||||
const lines = file.split('\n');
|
const lines = file.split('\n');
|
||||||
const parsed = {};
|
const parsed = {};
|
||||||
|
|
||||||
@ -80,6 +80,7 @@ class LocaleLoader {
|
|||||||
// console.log(String.raw`${value}`);
|
// console.log(String.raw`${value}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(parsed);
|
||||||
return parsed;
|
return parsed;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user