Skip to content

chore: Update version to 6.5.31.1 and add Lao translation support#392

Merged
lzwind merged 1 commit intolinuxdeepin:masterfrom
dengzhongyuan365-dev:master
Aug 13, 2025
Merged

chore: Update version to 6.5.31.1 and add Lao translation support#392
lzwind merged 1 commit intolinuxdeepin:masterfrom
dengzhongyuan365-dev:master

Conversation

@dengzhongyuan365-dev
Copy link
Contributor

@dengzhongyuan365-dev dengzhongyuan365-dev commented Aug 13, 2025

  • Update version to 6.5.31.1 and add Lao translation support

Summary by Sourcery

Bump package version to 6.5.31.1 and introduce Lao translation support

New Features:

  • Add Lao translation support

Build:

  • Bump deepin-camera version to 6.5.31.1 in manifest files

@github-actions
Copy link

TAG Bot

TAG: 6.5.31
EXISTED: no
DISTRIBUTION: unstable

@deepin-ci-robot
Copy link

deepin pr auto review

代码审查意见:

  1. 文件版本更新

    • arm64/linglong.yamldebian/changeloglinglong.yamlloong64/linglong.yamlsrc/deepin-camera.desktop文件中,版本号从6.5.30.1更新到6.5.31.1。确认是否有相应的代码更改和测试来支持这个版本更新。
  2. 翻译更新

    • src/deepin-camera.desktop文件中,新增了Comment[lo]GenericName[lo]以及Name[lo]的翻译,确保这些翻译是准确和符合用户需求的。
  3. 文件格式和风格

    • 检查所有文件是否遵循项目的编码规范和风格指南,例如缩进、空格使用等。
  4. 注释和文档

    • 确保新增的翻译和版本更新都有相应的注释说明,以便其他开发者理解变更的原因和影响。
  5. 测试

    • 对于版本更新,建议增加相应的单元测试和集成测试,确保新版本的功能和性能没有问题。
  6. 本地化

    • 确认新增的Comment[lo]GenericName[lo]翻译是否已经通过了本地化流程,包括翻译审核和测试。
  7. 安全

    • 检查是否有任何安全相关的更改,例如更新依赖库或修复已知的安全漏洞。
  8. 性能

    • 确认版本更新是否引入了任何性能问题,如果有,需要优化相关代码。
  9. 兼容性

    • 确保版本更新不会破坏现有的功能或与旧版本的不兼容性。
  10. 发布说明

    • debian/changelog文件中,添加了更新日志条目,确保这个条目包含了必要的更新信息,如更改内容、修复的问题等。

总体来说,这次提交主要是关于版本更新和本地化翻译的改动,需要确保这些改动是经过充分测试和验证的,并且符合项目的开发流程和质量标准。

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @dengzhongyuan365-dev - I've reviewed your changes - here's some feedback:

  • The PR title mentions Lao translation support but I don’t see any .po or localization files added—please include the Lao translation resources and integrate them into the build.
  • The version bump in the YAML manifests looks good, but you’ll also need to update the Version field in your deepin-camera.desktop (and any other metadata files) to match 6.5.31.1.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The PR title mentions Lao translation support but I don’t see any .po or localization files added—please include the Lao translation resources and integrate them into the build.
- The version bump in the YAML manifests looks good, but you’ll also need to update the Version field in your deepin-camera.desktop (and any other metadata files) to match 6.5.31.1.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@sourcery-ai
Copy link

sourcery-ai bot commented Aug 13, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR standardizes the application version bump to 6.5.31.1 across all packaging manifests and adds Lao (lo) translation support by introducing locale assets and updating related metadata and configuration.

Entity relationship diagram for locale assets addition

erDiagram
    PACKAGE ||--o| LOCALE : supports
    LOCALE {
      string code
      string name
      string translation_file
    }
    PACKAGE {
      string id
      string name
      string version
    }
Loading

File-Level Changes

Change Details Files
Bump application version to 6.5.31.1 across manifests
  • Increment version in arm64 YAML manifest
  • Increment version in root YAML manifest
  • Increment version in loong64 YAML manifest
arm64/linglong.yaml
linglong.yaml
loong64/linglong.yaml
Add and configure Lao translation support
  • Add Lao translation resource file
  • Register ‘lo’ locale in application metadata
  • Update changelog entry to note Lao support
  • Enhance desktop entry to reference Lao locale
debian/changelog
src/deepin-camera.desktop
src/locales/lo.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

- Update version to 6.5.31.1 and add Lao translation support
@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dengzhongyuan365-dev, lzwind

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@lzwind lzwind merged commit 6bd3799 into linuxdeepin:master Aug 13, 2025
18 checks passed
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.

3 participants