{#if modal_open}
{ modal_open = false; }}>
{/if}

{$_('about')} 🧾

Lauf für Kaya! {$_('by')} ODIT.Services
{$_('lfk-is-os')}

{$_('credits')}

{$_('oss_credit_description')}

{#await license_promise}

{$_('licenses-are-being-loaded')}

{:then} {#each licenses as l} {/each}
{$_('dependency_name')} {$_('license')} {$_('repo_link')} {$_('installed-version')} {$_('author')}
{l.name} {l.license || '?'}
{ modal_open = true; currentlicense = l.name + '@' + l.version; licensetext = l.licensetext || $_('no-license-text-could-be-found'); }}>{$_('read-license')}
{(l.repo?.url || l.repo) .replace('git+', '') .replace('git://', '')} {l.version || '?'} {l.author?.name || l.author || '?'}
{:catch error}
{$_('general_promise_error')} {error}
{/await}