1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 15:59:38 +02:00

feat: add localization for adventure visit confirmation message in multiple languages

This commit is contained in:
Sean Morley 2025-01-03 12:12:09 -05:00
parent 3a024e1e18
commit 50e0d4a34e
10 changed files with 19 additions and 10 deletions

View file

@ -813,8 +813,8 @@ it would also work to just use on:click on the MapLibre component itself. -->
</svg>
<span
>{reverseGeocodePlace.region},
{reverseGeocodePlace.country} will be marked as visited once the adventure is
saved.</span
{reverseGeocodePlace.country}
{$t('adventures.will_be_marked')}</span
>
</div>
{/if}