feat: refs #6900 add locale
gitea/salix-front/pipeline/pr-dev This commit looks good Details
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-08-12 15:34:09 +02:00
parent c7679fd142
commit de24a3efdb
1 changed files with 6 additions and 2 deletions

View File

@ -42,8 +42,12 @@ const { t } = useI18n();
</VnFilterPanel> </VnFilterPanel>
</template> </template>
<i18n> <i18n>
en:
params:
daysAgo: Last days
serial: serial
es: es:
params: params:
daysAgo: 'Últimos días' daysAgo: Últimos días
serial: 'serie' serial: serie
</i18n> </i18n>