i18 cleanup
This commit is contained in:
@@ -9,10 +9,11 @@
|
||||
import DebugTool from '../../../components/tools/DebugTool.svelte';
|
||||
import TaskRunner from '../../../components/TaskRunner.svelte';
|
||||
import { PageHeader } from '$lib/ui';
|
||||
import { t } from '$lib/i18n';
|
||||
</script>
|
||||
|
||||
<div class="max-w-7xl mx-auto p-6">
|
||||
<PageHeader title="System Diagnostics" />
|
||||
<PageHeader title={$t.debug?.title } />
|
||||
|
||||
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
|
||||
<div class="lg:col-span-2">
|
||||
@@ -23,4 +24,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- [/DEF:DebugPage:Component] -->
|
||||
<!-- [/DEF:DebugPage:Component] -->
|
||||
|
||||
@@ -9,10 +9,11 @@
|
||||
import MapperTool from '../../../components/tools/MapperTool.svelte';
|
||||
import TaskRunner from '../../../components/TaskRunner.svelte';
|
||||
import { PageHeader } from '$lib/ui';
|
||||
import { t } from '$lib/i18n';
|
||||
</script>
|
||||
|
||||
<div class="max-w-7xl mx-auto p-6">
|
||||
<PageHeader title="Dataset Column Mapper" />
|
||||
<PageHeader title={$t.mapper?.title } />
|
||||
|
||||
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
|
||||
<div class="lg:col-span-2">
|
||||
@@ -23,4 +24,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- [/DEF:MapperPage:Component] -->
|
||||
<!-- [/DEF:MapperPage:Component] -->
|
||||
|
||||
Reference in New Issue
Block a user