-
-
Notifications
You must be signed in to change notification settings - Fork 7
feat(PdfReader): add SetFitMode function #754
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,6 +13,21 @@ | |||||
| "TwoPageView": "双页视图", | ||||||
| "PresentationMode": "演示模式", | ||||||
| "DocumentProperty": "文档属性", | ||||||
| "CloseButtonText": "关闭" | ||||||
| "CloseButtonText": "关闭", | ||||||
| "DocumentProperties": "文档属性", | ||||||
|
||||||
| "DocumentProperties": "文档属性", |
Copilot
AI
Nov 29, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 'DocumentFastWebView' localization value in the Chinese (zh.json) file is not translated and remains in English. It should be translated to Chinese for consistency. Consider translating to something like '快速网页浏览:' or '快速 Web 视图:' to match the localization pattern used for other fields.
| "DocumentFastWebView": "Fast web view:" | |
| "DocumentFastWebView": "快速网页浏览:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The key 'DocumentProperties' has the same value as the existing 'DocumentProperty' key (line 15). This creates duplicate localization entries with identical values. Consider removing the duplicate 'DocumentProperties' entry and using 'DocumentProperty' consistently, or clarify if they serve different purposes.