This commit is contained in:
syuilo 2018-11-06 20:47:07 +09:00
parent 758ba95c78
commit 70cc59d6c6

View File

@ -54,7 +54,7 @@ export default class Replacer {
if (this.lang === 'ja-JP') console.warn(`key '${key}' is not string in '${path}'`);
return key; // Fallback
} else {
return text;
return text.replace(/\n/g, ' ');
}
}