fixed some translation styles; fixed a translation plural
This commit is contained in:
parent
f4b55e958f
commit
b782f0aa76
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -29,7 +29,7 @@
|
|||||||
:href="'#artist_' + name"
|
:href="'#artist_' + name"
|
||||||
@click="changeTab(name)"
|
@click="changeTab(name)"
|
||||||
>
|
>
|
||||||
{{ $t(`globals.listTabs.${name}`) }}
|
{{ $tc(`globals.listTabs.${name}`, 2) }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -132,7 +132,6 @@
|
|||||||
<span v-if="label" style="opacity: 0.40;margin-top: 8px;display: inline-block;font-size: 13px;">{{ label }}</span>
|
<span v-if="label" style="opacity: 0.40;margin-top: 8px;display: inline-block;font-size: 13px;">{{ label }}</span>
|
||||||
<footer>
|
<footer>
|
||||||
<button @contextmenu.prevent="openQualityModal" @click.stop="addToQueue" :data-link="link">
|
<button @contextmenu.prevent="openQualityModal" @click.stop="addToQueue" :data-link="link">
|
||||||
<!-- vue-i18n throws a warning beacuse of the reset -->
|
|
||||||
{{ `${$t('globals.download')} ${$tc(`globals.listTabs.${type}`, 1)}` }}
|
{{ `${$t('globals.download')} ${$tc(`globals.listTabs.${type}`, 1)}` }}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
@ -123,6 +123,7 @@ $table-border-radius: 3px;
|
|||||||
&--tracklist {
|
&--tracklist {
|
||||||
thead {
|
thead {
|
||||||
border-bottom: 2px solid var(--table-highlight);
|
border-bottom: 2px solid var(--table-highlight);
|
||||||
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
padding: 0.8em;
|
padding: 0.8em;
|
||||||
border-top: 3px solid var(--foreground);
|
border-top: 3px solid var(--foreground);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-transform: capitalize;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
|
Loading…
Reference in New Issue
Block a user