1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Merge pull request #599 from 64knl/feat/locale-dutch

feat: Add Dutch translation
This commit is contained in:
2023-06-30 08:07:15 +02:00
committed by GitHub
25 changed files with 610 additions and 77 deletions

View File

@ -36,7 +36,7 @@
</template>
<template #body>
<div class="mb-2">
{{ t('message.deleteCorfirm') }} <b>{{ connectionName }}</b>?
{{ t('message.deleteConfirm') }} <b>{{ connectionName }}</b>?
</div>
</template>
</ConfirmModal>