Update localization for activities and adventures; change links and placeholders

This commit is contained in:
Sean Morley
2024-11-04 19:25:07 -05:00
parent 7988ba4d68
commit 9ac4a8f4e9
17 changed files with 738 additions and 54 deletions

View File

@@ -12,7 +12,7 @@
<table class="table table-compact">
<thead>
<tr>
<th>{$t('adventures.activity')}</th>
<th>{$t('navbar.tag')}</th>
<th>{$t('adventures.actions')}</th>
</tr>
</thead>
@@ -33,6 +33,6 @@
</table>
<svelte:head>
<title>My Activities</title>
<meta name="description" content="View my activity types." />
<title>My Tags</title>
<meta name="description" content="View my tags." />
</svelte:head>