forked from MapComplete/MapComplete
		
	Refactoring: convert qr_code to Svelte, deprecate Img.ts
This commit is contained in:
		
							parent
							
								
									a7c7064636
								
							
						
					
					
						commit
						c892022073
					
				
					 5 changed files with 64 additions and 46 deletions
				
			
		|  | @ -20,10 +20,17 @@ | |||
| </script> | ||||
| 
 | ||||
| {#if $txt} | ||||
|   {#if cls} | ||||
|   <span class={cls}> | ||||
|     <span lang={$lang}> | ||||
|       {@html Utils.purify($txt)} | ||||
|     </span> | ||||
|     <WeblateLink context={t?.context} /> | ||||
|   </span> | ||||
|   {:else} | ||||
|      <span lang={$lang}> | ||||
|       {@html Utils.purify($txt)} | ||||
|     </span> | ||||
|     <WeblateLink context={t?.context} /> | ||||
|   {/if} | ||||
| {/if} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue