Files
blog/frontend/app/pages/come-difendersi-dal-corralito.vue
T
davide ac536bd152 Add an English translation of the corralito training-courses page
It was deliberately left Italian-only when /en support was first added;
now translated and following the same thin-page + shared-view pattern
as every other route, with the nav link and language switch no longer
special-casing it.
2026-09-11 15:39:31 +02:00

4 lines
55 B
Vue

<template>
<CorralitoView locale="it" />
</template>