diff --git a/bouncy_frontend/src/lib/components/DanceCounts.svelte b/bouncy_frontend/src/lib/components/DanceCounts.svelte new file mode 100644 index 0000000..eef435e --- /dev/null +++ b/bouncy_frontend/src/lib/components/DanceCounts.svelte @@ -0,0 +1,57 @@ + + +
+ {#each { length: beats } as _, beat} + +
+
+ {count(beat)} +
+ + + +
+ {/each} +
+ + diff --git a/bouncy_frontend/src/lib/i18n/de-CH.json b/bouncy_frontend/src/lib/i18n/de-CH.json index dab80c0..61f9a94 100644 --- a/bouncy_frontend/src/lib/i18n/de-CH.json +++ b/bouncy_frontend/src/lib/i18n/de-CH.json @@ -230,6 +230,9 @@ "left-out": "Links nach aussen" } }, + "dance": { + "counts": "Zur Musik gezählt" + }, "common": { "hint-popup-title": "Hinweis" } diff --git a/bouncy_frontend/src/lib/i18n/en-GB.json b/bouncy_frontend/src/lib/i18n/en-GB.json index 0551d89..f42d8f3 100644 --- a/bouncy_frontend/src/lib/i18n/en-GB.json +++ b/bouncy_frontend/src/lib/i18n/en-GB.json @@ -230,6 +230,9 @@ "left-out": "Left leg outwards" } }, + "dance": { + "counts": "Music counts" + }, "common": { "hint-popup-title": "Hint" }