Add localization for a bunch of stuff that I initially missed

This commit is contained in:
Oliver 2025-11-21 19:24:22 -07:00
parent 6997c736dc
commit cab29d9cd6
8 changed files with 43 additions and 27 deletions

View file

@ -1,8 +1,8 @@
{{#if answers}}
<table class="taf-query-summary">
<tr>
<td>Key</td>
<td>Value</td>
<td>{{ localize "taf.misc.Key" }}</td>
<td>{{ localize "taf.misc.Value" }}</td>
</tr>
{{#each answers as | answer |}}
<tr>
@ -12,5 +12,5 @@
{{/each}}
</table>
{{else}}
No data submitted
{{ localize "taf.misc.no-data-submitted" }}
{{/if}}