feat(i18n): add missing Polish (and English) translation entries (#1669)
This commit is contained in:
parent
da7cc78a7e
commit
f295ddbcd2
3 changed files with 59 additions and 10 deletions
|
@ -66,12 +66,14 @@ const chooseIcon = (i: number, text: string) => {
|
|||
</CommonDropdown>
|
||||
<input
|
||||
v-model="form.fieldsAttributes[i - 1].name"
|
||||
type="text" placeholder="Label"
|
||||
type="text" placeholder-text-secondary
|
||||
:placeholder="$t('settings.profile.appearance.profile_metadata_label')"
|
||||
input-base
|
||||
>
|
||||
<input
|
||||
v-model="form.fieldsAttributes[i - 1].value"
|
||||
type="text" placeholder="Content"
|
||||
type="text" placeholder-text-secondary
|
||||
:placeholder="$t('settings.profile.appearance.profile_metadata_value')"
|
||||
input-base
|
||||
>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue