i18n fix + more pages

This commit is contained in:
2020-12-19 16:09:22 +01:00
parent 8ff1c55ba4
commit 4633a9b3ae
7 changed files with 97 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
let tracks_promise = TrackService.trackControllerGetAll();
</script>
<h1>$_("tracks")</h1>
<h1>{$_('tracks')}</h1>
{#await tracks_promise}
<div
class="bg-teal-lightest border-t-4 border-teal rounded-b text-teal-darkest px-4 py-3 shadow-md my-2"