feat(i18n): adding spanish to language selector (#266)
This commit is contained in:
parent
a28f14cb70
commit
2b46bd5a15
4 changed files with 42 additions and 5 deletions
|
@ -173,7 +173,7 @@ const { isOverDropZone } = useDropZone(dropZoneRef, onDrop)
|
|||
<input
|
||||
v-model="draft.params.spoilerText"
|
||||
type="text"
|
||||
placeholder="Write your warning here"
|
||||
:placeholder="$t('placeholder.content_warning')"
|
||||
p2 border-rounded w-full bg-transparent
|
||||
outline-none border="~ base"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue