Don't modify original options arg
							parent
							
								
									3cadb9b587
								
							
						
					
					
						commit
						0557737f8d
					
				|  | @ -67,8 +67,7 @@ function safeCounterpartTranslate(text, options) { | |||
|     if (translated === undefined && count !== undefined) { | ||||
|         // counterpart does not do fallback if no pluralisation exists
 | ||||
|         // in the preferred language, so do it here
 | ||||
|         options.locale = 'en'; | ||||
|         translated = counterpart.translate(text, options); | ||||
|         translated = counterpart.translate(text, Object.assign({}, options, {locale: 'en'})); | ||||
|     } | ||||
|     return translated; | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Baker
						David Baker