Fix #3141
This commit is contained in:
parent
c178cfabfa
commit
92dfcdad57
@ -54,7 +54,7 @@ export default class Replacer {
|
|||||||
if (this.lang === 'ja-JP') console.warn(`key '${key}' is not string in '${path}'`);
|
if (this.lang === 'ja-JP') console.warn(`key '${key}' is not string in '${path}'`);
|
||||||
return key; // Fallback
|
return key; // Fallback
|
||||||
} else {
|
} else {
|
||||||
return text;
|
return text.replace(/\n/g, ' ');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user