fix: make german translation more consistent, fix typos (#499)

This commit is contained in:
Sebastian Di Luzio 2022-12-22 17:32:36 +01:00 committed by GitHub
parent c30587ec7d
commit 301c8b2612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 43 additions and 38 deletions

View file

@ -64,7 +64,7 @@ const activate = () => {
bg-transparent
outline="focus:none"
pr-4
:placeholder="`${t('nav_side.search')} Elk`"
:placeholder="t('nav_side.search', ['Elk'])"
pb="1px"
placeholder-text-secondary
@keydown.down.prevent="shift(1)"