refactor(i18n): merge tools scoped locales with global ones (#612)

This commit is contained in:
Corentin THOMASSET 2023-09-03 22:07:45 +02:00 committed by GitHub
parent 7ab9204e96
commit 233d5565f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 6 deletions

View file

@ -49,7 +49,7 @@ const { t } = useI18n();
</transition>
<div v-if="toolStore.newTools.length > 0">
<n-h3>{{ t('home.categories.newestTools', 'Newest tools') }}</n-h3>
<n-h3>{{ t('home.categories.newestTools') }}</n-h3>
<n-grid x-gap="12" y-gap="12" cols="1 400:2 800:3 1200:4 2000:8">
<n-gi v-for="tool in toolStore.newTools" :key="tool.name">
<ToolCard :tool="tool" />