Skip to content

fix(i18n): (Codex) 修复 i18n 缺失键引用#1422

Open
cyfung1031 wants to merge 1 commit intomainfrom
fix/translation/missing
Open

fix(i18n): (Codex) 修复 i18n 缺失键引用#1422
cyfung1031 wants to merge 1 commit intomainfrom
fix/translation/missing

Conversation

@cyfung1031
Copy link
Copy Markdown
Collaborator

  • 补齐 script_import_failedinstall_page_open_failedto 在所有语言包中的翻译
  • 将订阅列表中的错误 key check_update_failed 修正为已有的 update_check_failed

Message.error({
id: "checkupdate",
content: `${t("check_update_failed")}: ${e.message}`,
content: `${t("update_check_failed")}: ${e.message}`,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

key改掉了?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

没有 check_update_failed
应该是 typo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants