This commit is contained in:
Erik 2020-07-25 13:15:41 +03:00
parent ae618b3072
commit 2b1f99e1ed

View File

@ -69,7 +69,7 @@ class LocaleLoader {
}
} else if (matched) {
text += line;
if (process.platform === 'linux') text += '\n';
if (process.platform === 'linux' && line !== '\n') text += '\n';
} else {
continue;
}