-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Copy link
Labels
area/frontendNeeds frontend code changesNeeds frontend code changesgood first issueGreat issue for new contributorsGreat issue for new contributorskind/quick-winSeems to be quick to doSeems to be quick to do
Description
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 uniform the code and use $t exclusively in the <template> section of Vue files for translations.
This issue covers applying that cleanup only to the following file:
kestra/components/dashboard/components/Header.vue
Contribution instructions
- Replace all template usages of
t('…')with$t('…')inside<template>section. - Ensure that translation keys continue to work correctly in the UI.
- Do not modify script sections at all.
- Commit your changes following the repository's commit conventions.
Why this issue is great for new contributors?
- You'll get hands-on experience with the UI part of the Kestra codebase.
- The change is small, focused, and safe, making it a perfect entry point.
Only contributions from first-time contributors to this repository are accepted for this issue. 🚀
Metadata
Metadata
Assignees
Labels
area/frontendNeeds frontend code changesNeeds frontend code changesgood first issueGreat issue for new contributorsGreat issue for new contributorskind/quick-winSeems to be quick to doSeems to be quick to do