Skip to content

chore: update Transifex configuration#515

Merged
BLumia merged 1 commit into
linuxdeepin:masterfrom
18202781743:master
Aug 14, 2025
Merged

chore: update Transifex configuration#515
BLumia merged 1 commit into
linuxdeepin:masterfrom
18202781743:master

Conversation

@18202781743
Copy link
Copy Markdown
Contributor

@18202781743 18202781743 commented Aug 14, 2025

  1. Removed minimum_perc and mode settings from main section
  2. Updated resource identifier to use hash-based format
  3. Cleaned up whitespace in the configuration file

The changes align the configuration with current Transifex standards
and remove deprecated settings. The resource identifier update ensures
compatibility with newer Transifex versions.

chore: 更新 Transifex 配置

  1. 从 main 部分移除了 minimum_perc 和 mode 设置项
  2. 更新资源标识符为基于哈希的格式
  3. 清理了配置文件中的空白字符

这些变更使配置符合当前 Transifex 标准并移除了过时的设置项。资源标识符更
新确保与新版本 Transifex 的兼容性。

Summary by Sourcery

Align the Transifex configuration with current standards by removing deprecated settings, updating resource identifiers, and cleaning up formatting.

Chores:

  • Remove minimum_perc and mode settings from the main configuration section
  • Update resource identifiers to use a hash-based format
  • Clean up whitespace in the .tx/config file

1. Removed minimum_perc and mode settings from main section
2. Updated resource identifier to use hash-based format
3. Cleaned up whitespace in the configuration file

The changes align the configuration with current Transifex standards
and remove deprecated settings. The resource identifier update ensures
compatibility with newer Transifex versions.

chore: 更新 Transifex 配置

1. 从 main 部分移除了 minimum_perc 和 mode 设置项
2. 更新资源标识符为基于哈希的格式
3. 清理了配置文件中的空白字符

这些变更使配置符合当前 Transifex 标准并移除了过时的设置项。资源标识符更
新确保与新版本 Transifex 的兼容性。
@18202781743 18202781743 requested review from BLumia and mhduiy August 14, 2025 02:06
deepin-ci-robot added a commit to linuxdeepin/dtk6declarative that referenced this pull request Aug 14, 2025
Synchronize source files from linuxdeepin/dtkdeclarative.

Source-pull-request: linuxdeepin/dtkdeclarative#515
@deepin-ci-robot
Copy link
Copy Markdown
Contributor

deepin pr auto review

关键摘要:

  • .tx/config 文件中的 minimum_percmode 配置项被删除,需要确认这是否是有意为之,以及是否有替代的配置方式来保证翻译质量。
  • mode 配置项被删除,需要确认是否有其他配置或代码逻辑来处理开发模式下的翻译需求。
  • o:linuxdeepin:p:deepin-tool-kit:r:dtkdeclarative 被替换为 o:linuxdeepin:p:deepin-tool-kit:r:6e38a06207e67bc05b7d3345d880e6f4,需要确认这个新的资源标识符是否正确,并且与项目中的其他部分一致。

是否建议立即修改:

  • 是,需要确认删除 minimum_percmode 配置项的原因,并确保有相应的替代方案来保证翻译质量。
  • 是,如果 mode 配置项的删除会影响开发模式下的翻译需求,需要立即修复。
  • 是,需要验证新的资源标识符是否正确,并确保与项目中的其他部分一致。

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Aug 14, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates the Transifex configuration by removing deprecated settings, migrating resource identifiers to a hash-based format, and cleaning up whitespace to align with current Transifex standards.

File-Level Changes

Change Details Files
Removed deprecated minimum_perc and mode settings
  • Deleted minimum_perc entries from main section
  • Deleted mode entries from main section
.tx/config
Migrated resource identifiers to hash-based format
  • Replaced legacy resource-slug identifiers with hash-based identifiers
  • Updated resource mapping patterns accordingly
.tx/config
Cleaned up whitespace and formatting
  • Removed trailing whitespace
  • Normalized indentation levels
  • Eliminated extra blank lines
.tx/config

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

Copy link
Copy Markdown

@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 there - I've reviewed your changes and they look great!


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.

@deepin-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: 18202781743, BLumia

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

@BLumia BLumia merged commit 36109be into linuxdeepin:master Aug 14, 2025
19 of 20 checks passed
18202781743 pushed a commit to linuxdeepin/dtk6declarative that referenced this pull request Aug 14, 2025
Synchronize source files from linuxdeepin/dtkdeclarative.

Source-pull-request: linuxdeepin/dtkdeclarative#515
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