Finish routes translations

This commit is contained in:
Restray
2022-04-03 14:14:59 +02:00
parent 360fb5ea37
commit fe787538e3
17 changed files with 195 additions and 111 deletions

View File

@@ -31,6 +31,7 @@
<script>
import { dev } from '$app/env';
import { getDomain, dashify } from '$lib/components/common';
import { t } from '$lib/translations';
export let source;
export let settings;
@@ -84,5 +85,5 @@
</script>
<div class="flex h-screen items-center justify-center text-3xl font-bold">
Redirecting to Github...
{$t('source.github.redirecting')}
</div>