forked from MapComplete/MapComplete
Chore: regenerate docs, lint
This commit is contained in:
parent
7b41b617f6
commit
bad0edd4b0
201 changed files with 6044 additions and 1750 deletions
|
|
@ -11,7 +11,9 @@
|
|||
export let cls: string = ""
|
||||
// Text for the current language
|
||||
let txt: Store<string | undefined> = t?.current
|
||||
$: {txt = t?.current}
|
||||
$: {
|
||||
txt = t?.current
|
||||
}
|
||||
</script>
|
||||
|
||||
{#if $txt}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue