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

perf: Translate #4705

Merged
merged 1 commit into from
Feb 28, 2025
Merged

perf: Translate #4705

merged 1 commit into from
Feb 28, 2025

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented Feb 28, 2025

perf: Translate

@@ -42,7 +42,7 @@ export default {
]
],
[
this.$t('Automations'), ['params']
this.$t('Params'), ['params']
],
[this.$t('Periodic'), ['is_periodic', 'interval', 'crontab']],
[this.$t('Other'), ['check_conn_after_change', 'is_active', 'comment']]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The difference between the two codes lies in the titles of their associated methods (Automations, Params, and others). Both are identical; it's just the title formatting that differs. No other changes were made to optimize or verify anything about these lines of code since they're basic JavaScript imports.

@fit2bot fit2bot requested a review from a team February 28, 2025 10:49
@feng626 feng626 merged commit 63db09a into pam Feb 28, 2025
5 of 6 checks passed
@feng626 feng626 deleted the pr@pam@translate branch February 28, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants