1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 13:15:18 +02:00

feat: Localize text in calendar and adventure pages, and update CountryCard component

This commit is contained in:
Sean Morley 2025-02-16 13:57:46 -05:00
parent 16fc9bc70e
commit 670e499d8f
4 changed files with 621 additions and 622 deletions

View file

@ -261,7 +261,7 @@
<CategoryFilterDropdown bind:types={typeString} />
<button
on:click={() => (is_category_modal_open = true)}
class="btn btn-neutral btn-sm min-w-full">Manage Categories</button
class="btn btn-neutral btn-sm min-w-full">{$t('categories.manage_categories')}</button
>
<div class="divider"></div>
<h3 class="text-center font-bold text-lg mb-4">{$t('adventures.sort')}</h3>

View file

@ -33,6 +33,6 @@
<!-- download calendar -->
<div class="flex items-center justify-center mt-4">
<a href={icsCalendarDataUrl} download="adventures.ics" class="btn btn-primary"
>Download Calendar</a
>{$t('adventures.download_calendar')}</a
>
</div>