This commit is contained in:
syuilo 2018-11-06 20:47:07 +09:00
parent c178cfabfa
commit 92dfcdad57
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

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, ' ');
}
}