forked from MapComplete/MapComplete
UI test
This commit is contained in:
parent
e4aedc9696
commit
a32ab16a5e
1 changed files with 2 additions and 6 deletions
|
@ -4,12 +4,8 @@
|
|||
import Translations from "./i18n/Translations";
|
||||
import Tr from "./Base/Tr.svelte";
|
||||
import Locale from "./i18n/Locale";
|
||||
import MarkAsFavourite from "./Popup/MarkAsFavourite.svelte";
|
||||
let language = Locale.language
|
||||
</script>
|
||||
|
||||
<div class="w-full">
|
||||
<LanguagePicker preferredLanguages={["nl", "en"]}/>
|
||||
|
||||
<Tr t={Translations.t.general.download.downloadAsPdf}/>
|
||||
{$language}
|
||||
</div>
|
||||
<MarkAsFavourite/>
|
||||
|
|
Loading…
Reference in a new issue