feat: replace hard-coded content with i18n translation keys

This commit is contained in:
Sebin Nyshkim 2023-03-25 02:09:39 +01:00
parent 7fe9cdeef3
commit eefc4cc8d4
9 changed files with 80 additions and 272 deletions

View file

@ -24,8 +24,12 @@ defineProps<Props>();
<table class="attribution-table">
<thead class="attribution-table__head">
<tr class="attribution-table__row">
<th class="attribution-table__heading artwork">Artwork</th>
<th class="attribution-table__heading artist">Artist</th>
<th class="attribution-table__heading artwork">
{{ $t("attributions.artwork.headings[0]") }}
</th>
<th class="attribution-table__heading artist">
{{ $t("attributions.artwork.headings[1]") }}
</th>
</tr>
</thead>
<tbody class="attribution-table__body">