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:
parent
3a024e1e18
commit
50e0d4a34e
10 changed files with 19 additions and 10 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue