-
Notifications
You must be signed in to change notification settings - Fork 38
fix: update lo error #174
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
fix: update lo error #174
Conversation
log:translations error
|
TAG Bot TAG: 6.5.28 |
deepin pr auto review代码审查意见:
总体来说,这些修改都是合理的,但是需要确保所有的更改都已经经过适当的审核和测试,以确保它们不会引入任何问题。 |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR standardizes the package version across all manifests to 6.5.28.1 and corrects a malformed Lao translation entry to resolve translation errors. Class diagram for translation entry correction in Lao localeclassDiagram
class TranslationEntry {
- location: string
- source: string
- translation: string
}
class MalformedEntry {
- message: string
}
class CorrectedEntry {
- message: string
}
MalformedEntry <|-- TranslationEntry
CorrectedEntry <|-- TranslationEntry
MalformedEntry : message = "de e pin"
CorrectedEntry : message = ""
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: JWWTSL, lzwind The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
log:translations error
Summary by Sourcery
Bump deepin-draw to version 6.5.28.1 and correct a malformed Lao translation entry
Bug Fixes:
Enhancements: