fix(i18n): add missing 'edit' translation key for memory entry button#1773
Open
gongzhi-netease wants to merge 2 commits into
Open
fix(i18n): add missing 'edit' translation key for memory entry button#1773gongzhi-netease wants to merge 2 commits into
gongzhi-netease wants to merge 2 commits into
Conversation
|
This pull request has been inactive for 30 days. It will be automatically closed in 14 days unless there is new activity. If you're still working on this, please leave a comment or push new commits to keep it open. Thank you! |
Author
|
Keep the open state. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题描述
设置页面「记忆」标签下,记忆条目的编辑按钮显示为硬编码的英文 "edit",未通过 i18n 系统进行翻译。
修复内容
在
src/renderer/services/i18n.ts中补充缺失的edit翻译 key:edit: '编辑'edit: 'Edit'影响范围
仅涉及 i18n 翻译文件,无逻辑变更。Settings 页面中记忆条目的编辑按钮将正确显示对应语言的文案。