As the createI18n function called inside kestra/ui/src/translations/i18n.ts automatically exposes global properties to templates - including the $t helper - we want to clean up unnecessary imports and usages of the useI18n composable from vue-i18n when translations are performed only in the <template> section. In such cases, we want to rely on $t instead.
This issue covers applying that cleanup to the kestra/ui/src/components/inputs/PlaygroundRunTaskButton.vue file.
This issue is an excellent opportunity for new contributors or for those who haven't contributed to this repository yet, serving as an entry point to the UI part of the Kestra codebase. 🚀