forked from MapComplete/MapComplete
		
	Fix rendering bug
This commit is contained in:
		
							parent
							
								
									3edca23b90
								
							
						
					
					
						commit
						e62f71a51d
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		|  | @ -40,6 +40,7 @@ class TranslatorsPanelContent extends Combine { | |||
|         }) | ||||
| 
 | ||||
|         const missingTranslationsFor = (ln: string) => Utils.NoNull(untranslated.get(ln) ?? []) | ||||
|             .filter(ctx => ctx.indexOf(":") >= 0) | ||||
|             .map(ctx => ctx.replace(/note_import_[a-zA-Z0-9_]*/, "note_import")) | ||||
|             .map(context => new Link(context, LinkToWeblate.hrefToWeblate(ln, context), true)) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue