forked from MapComplete/MapComplete
		
	UI: add link to weblate in menu drawer
This commit is contained in:
		
							parent
							
								
									b13259083a
								
							
						
					
					
						commit
						003d1167ae
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -2,7 +2,7 @@ | ||||||
|   // All the relevant links |   // All the relevant links | ||||||
|   import ThemeViewState from "../../Models/ThemeViewState" |   import ThemeViewState from "../../Models/ThemeViewState" | ||||||
|   import Translations from "../i18n/Translations" |   import Translations from "../i18n/Translations" | ||||||
|   import { CogIcon, EyeIcon, HeartIcon } from "@rgossiaux/svelte-heroicons/solid" |   import { CogIcon, EyeIcon, HeartIcon, TranslateIcon } from "@rgossiaux/svelte-heroicons/solid" | ||||||
|   import Page from "../Base/Page.svelte" |   import Page from "../Base/Page.svelte" | ||||||
|   import PrivacyPolicy from "./PrivacyPolicy.svelte" |   import PrivacyPolicy from "./PrivacyPolicy.svelte" | ||||||
|   import Tr from "../Base/Tr.svelte" |   import Tr from "../Base/Tr.svelte" | ||||||
|  | @ -264,6 +264,11 @@ | ||||||
|       <Tr t={Translations.t.general.attribution.openIssueTracker} /> |       <Tr t={Translations.t.general.attribution.openIssueTracker} /> | ||||||
|     </a> |     </a> | ||||||
| 
 | 
 | ||||||
|  |     <a class="flex" href="https://hosted.weblate.org/projects/mapcomplete/" target="_blank"> | ||||||
|  |       <TranslateIcon class="h-6 w-6"/> | ||||||
|  |       <Tr t={Translations.t.translations.activateButton} /> | ||||||
|  |     </a> | ||||||
|  | 
 | ||||||
|     <a class="flex" href="https://en.osm.town/@MapComplete" target="_blank"> |     <a class="flex" href="https://en.osm.town/@MapComplete" target="_blank"> | ||||||
|       <Mastodon class="h-6 w-6" /> |       <Mastodon class="h-6 w-6" /> | ||||||
|       <Tr t={Translations.t.general.attribution.followOnMastodon} /> |       <Tr t={Translations.t.general.attribution.followOnMastodon} /> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue