Skip to content

Commit 8e58b84

Browse files
committed
web: Add back translations
1 parent cd2118d commit 8e58b84

File tree

3 files changed

+599
-113
lines changed

3 files changed

+599
-113
lines changed

apps/web/src/pages/stats/purchases.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ alias: [/achats]
1616
tag="div"
1717
keypath="A quel moment votre collection a-t-elle accueilli son {_10th} numéro ? Son {_50th} ?"
1818
>
19-
<template #_10th
19+
<template #10th
2020
>10<sup>{{ $t("ème") }}</sup></template
2121
>
22-
<template #_50th
22+
<template #50th
2323
>50<sup>{{ $t("ème") }}</sup></template
2424
>
2525
</i18n-t>

0 commit comments

Comments
 (0)