Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/issue #4613 Improve Scope of Translations #7505

Merged

Conversation

Ahirshson02
Copy link
Contributor

What changes are being made and why?

closes #4613

How the changes have been QAed?

YAI-cs and others added 13 commits February 12, 2025 16:00
updated docker-compose file
….json folder

Added $t tag to line 13 on OverviewCard.vue
Added {{ $t("homeDashboard.watch_video") }} to Welcome.vue
Added {{ $t( 'plugins' + pluginName || pluginName) }} to Plugin.vue
Added {{ $t( 'plugins.' + pluginName) || pluginName }} to Plugin.vue
Added {{ $t("plugins." + pluginName) }} to PluginDocumentation.vue
Added {{ $t('tasks') }} to PluginHome.vue
Added {{ $t('triggers') }} to pluginHome.vue
Added{{ $t('task') }} to pluginHome.vue
Added {{ $t(item) }} to pluginSelect.vue
Changed to :content="$t('note')" in Block.vue
Changed to <p v-if="label" v-text="$t(label)" class="label" /> in Column.vue
Added {{ $t('for flow') }} to RouterMD.vue

Added "Watch" and "Learn More" to en.json
Added "watch_video": "Watch Video" en.json
Added "runners": "Runners", to en.json
Added "select": "Select your {{section}}" to en.json
Added "for flow": "for flow" to en.json
Added translation tags in multiple folders and translations in the en…
@MilosPaunovic MilosPaunovic self-requested a review February 21, 2025 07:10
@MilosPaunovic MilosPaunovic merged commit 4710bae into kestra-io:develop Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Improve the scope of translations
4 participants