+
+
+
{formatScanIndexShort(index)}
-
+
{/* ------------------------------------------- CSS -------------------------------------------- */}
diff --git a/src/pages/[locale]/recorders/[id].astro b/src/pages/[locale]/recorders/[id].astro
index 6faa9db..a07eee4 100644
--- a/src/pages/[locale]/recorders/[id].astro
+++ b/src/pages/[locale]/recorders/[id].astro
@@ -17,7 +17,7 @@ if (recorder instanceof Response) {
return recorder;
}
-const { t, getLocalizedMatch } = await getI18n(Astro.locals.currentLocale);
+const { t, getLocalizedMatch, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale);
const { username, languages, avatar, translations } = recorder;
@@ -47,13 +47,17 @@ if (languages.length > 0) {
{
avatar && (