Add missing English translations and ConfirmDeletePermanently key#134
Merged
Conversation
- Add en-US Text/Tip entries in DetailedEditDic.xml for Windows tweaks, 7-zip, NVIDIA, ACDSee, WPS Cloud Docs, and 360zip items - Add en-US-Text entries in GuidInfosDic.ini for third-party menu items (compression, antivirus, cloud drives, PDF editors, media players, file tools, etc.) so they no longer appear in Chinese when the UI language is English - Add the ConfirmDeletePermanently key to AppLanguageDic.ini, zh-CN.ini, and en-US.ini. It is already referenced by ITsiDeleteItem.cs and defined in AppString.cs but was absent from these three dictionaries (pt-BR, zh-TW, tr-TR already had it)
Jack251970
approved these changes
Apr 22, 2026
Owner
Jack251970
left a comment
There was a problem hiding this comment.
Thanks for your contribution!
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.
Summary
Fills in missing English translations so the UI stops showing Chinese strings when the language is set to English, and adds the
ConfirmDeletePermanentlykey that was already referenced in code but missing from three dictionaries.Changes
DetailedEditDic.xml— adden-US<Text>/<Tip>siblings for Windows tweaks (classic compact menu, MenuDropAlignment, Shell invoke limit, shortcut/copy name suffixes, file encryption), taskbar/Win+X items, 7-zip options, NVIDIA, ACDSee, WPS Cloud Docs, and 360zip groups.GuidInfosDic.ini— adden-US-Textentries for many GUID-identified third-party menu items: compression tools (好压, 快压, 微压, 极光, etc.), antivirus (电脑管家, 360, 2345, 金山, Avira, 卡巴斯基, 瑞星…), cloud drives (百度网盘, 天翼, 115, 腾讯微云, 坚果云, WPS云文档, 钉盘), PDF editors (福昕, 万兴, WPS PDF, 嗨格式, 迅捷…), media players (ACD看图, 迅雷, QQ影音, 爱奇艺…), desktop tools, and more.AppLanguageDic.ini,languages/zh-CN.ini,languages/en-US.ini— add theConfirmDeletePermanentlykey. It is already used byITsiDeleteItem.csand defined onAppString.Messagebut was missing from these three dictionaries;pt-BR,zh-TW, andtr-TRalready had it.Notes