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
|
|
@ -3,7 +3,7 @@
|
|||
<h2>{{artist.name}}</h2>
|
||||
<div class="grow"></div>
|
||||
<div>
|
||||
{{artist.imageCount}} Images
|
||||
{{localize "IT.apps.ArtistBrowser.image-count" count=artist.imageCount}}
|
||||
</div>
|
||||
</div>
|
||||
{{#if artist.links}}
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
{{/if}}
|
||||
{{#if artist.commonTags}}
|
||||
<section>
|
||||
<h3>Common Image Tags</h3>
|
||||
<h3>{{localize "IT.apps.ArtistBrowser.common-tags"}}</h3>
|
||||
<ul class="chip-list">
|
||||
{{#each artist.commonTags as |tag|}}
|
||||
<li class="chip">{{tag.name}} ({{tag.count}})</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue