mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-27 10:54:20 +01:00
Add spanish
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user