Add spanish

This commit is contained in:
2024-07-08 01:46:37 +02:00
parent 6bf1463d03
commit 7e2dfe41ff
4 changed files with 60 additions and 24 deletions

View File

@@ -18,7 +18,7 @@ const { locale } = useI18n()
{{ item.name }}
</p>
<p class="text-sm">
{{ locale === 'en' ? item.description.en : item.description.fr }}
{{ locale === 'en' ? item.description.en : locale === 'es' ? item.description.es : item.description.fr }}
</p>
</li>
</template>