fix: rewrite eng myPages and rename urls for my pages urls

This commit is contained in:
Christel Westerberg
2024-06-10 13:30:22 +02:00
parent fe21e74b7f
commit dc8e452a58
2 changed files with 8 additions and 5 deletions

View File

@@ -51,11 +51,11 @@ export const profileEdit = {
/** @type {import('@/types/routes').LangRoute} */
export const points = {
da: `${myPages.da}/points`,
de: `${myPages.de}/points`,
de: `${myPages.de}/punkte`,
en: `${myPages.en}/points`,
fi: `${myPages.fi}/points`,
no: `${myPages.no}/points`,
sv: `${myPages.sv}/points`,
fi: `${myPages.fi}/pisteet`,
no: `${myPages.no}/poeng`,
sv: `${myPages.sv}/poang`,
}
/** @type {import('@/types/routes').LangRoute} */