mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:53:09 +02:00
Fix #3141
This commit is contained in:
parent
c178cfabfa
commit
92dfcdad57
1 changed files with 1 additions and 1 deletions
|
@ -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, ' ');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue