fix(editor): Upgrade vue-i18n to latest version (no-changelog) (#14130)

This commit is contained in:
Alex Grozav
2025-03-26 15:20:43 +02:00
committed by GitHub
parent c9b806d30b
commit ee64fdc5cb
11 changed files with 51 additions and 75 deletions

View File

@@ -1572,7 +1572,7 @@ defineExpose({ enterEditMode });
{{
i18n.baseText('ndv.search.items', {
adjustToNumber: unfilteredDataCount,
interpolate: { matched: dataCount, total: unfilteredDataCount },
interpolate: { matched: dataCount, count: unfilteredDataCount },
})
}}
</N8nText>