mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix bug
This commit is contained in:
		
							parent
							
								
									410cc171c6
								
							
						
					
					
						commit
						c6ea6de5c2
					
				
					 1 changed files with 8 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -233,15 +233,14 @@ module.exports = {
 | 
			
		|||
			}, {
 | 
			
		||||
				loader: 'replace',
 | 
			
		||||
				query: {
 | 
			
		||||
					qs: [{
 | 
			
		||||
						search: i18nPattern.toString(),
 | 
			
		||||
						replace: 'i18nReplacement',
 | 
			
		||||
						i18n: true
 | 
			
		||||
				}
 | 
			
		||||
					}, {
 | 
			
		||||
				loader: 'replace',
 | 
			
		||||
				query: {
 | 
			
		||||
						search: faPattern.toString(),
 | 
			
		||||
						replace: 'faReplacement'
 | 
			
		||||
					}]
 | 
			
		||||
				}
 | 
			
		||||
			}]
 | 
			
		||||
		}]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue