Add localization strings for everything I didn't localize already
This commit is contained in:
parent
4a31ed76cd
commit
920549c43b
10 changed files with 53 additions and 26 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="inputs">
|
||||
<label for="{{meta.idp}}-name">
|
||||
{{ localize "IT.apps.ImageApp.name-label" }}
|
||||
{{localize "IT.common.name"}}
|
||||
</label>
|
||||
<input
|
||||
id="{{meta.idp}}-name"
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
>
|
||||
|
||||
<label for="{{meta.idp}}-tags">
|
||||
{{ localize "IT.apps.ImageApp.tags-label" }}
|
||||
{{localize "IT.common.tags"}}
|
||||
</label>
|
||||
<string-tags
|
||||
id="{{meta.idp}}-tags"
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
></string-tags>
|
||||
|
||||
<label for="{{meta.idp}}-artists">
|
||||
{{ localize "IT.apps.ImageApp.artists-label" }}
|
||||
{{localize "IT.common.artists"}}
|
||||
</label>
|
||||
<multi-select
|
||||
id="{{meta.idp}}-artists"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue