Add localization strings for everything I didn't localize already

This commit is contained in:
Oliver 2026-02-06 20:37:39 -07:00
parent 4a31ed76cd
commit 920549c43b
10 changed files with 53 additions and 26 deletions

View file

@ -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"