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

@ -10,12 +10,12 @@
<button
data-action="select"
>
Select
{{localize "IT.common.select"}}
</button>
{{else if is.multi}}
<input
type="checkbox"
aria-label="Select image"
aria-label="IT.apps.ArtBrowser.select-image"
data-action="select"
{{checked image.selected}}
>