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}'`);
 | 
								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…
	
	Add table
		Add a link
		
	
		Reference in a new issue