mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-28 01:09:37 +02:00
Update localization for activities and adventures; change links and placeholders
This commit is contained in:
parent
7988ba4d68
commit
9ac4a8f4e9
17 changed files with 738 additions and 54 deletions
|
@ -54,7 +54,7 @@
|
|||
<input
|
||||
type="text"
|
||||
class="input input-bordered w-full"
|
||||
placeholder={$t('adventures.add_an_activity')}
|
||||
placeholder={$t('adventures.add_a_tag')}
|
||||
bind:value={inputVal}
|
||||
on:keydown={(e) => {
|
||||
if (e.key === 'Enter') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue