chore(i18n): add Transifex configuration for translation workflow#197
Merged
lzwind merged 1 commit intolinuxdeepin:masterfrom Apr 3, 2026
Merged
chore(i18n): add Transifex configuration for translation workflow#197lzwind merged 1 commit intolinuxdeepin:masterfrom
lzwind merged 1 commit intolinuxdeepin:masterfrom
Conversation
Add transifex.yaml to configure translation filters for deepin-draw and desktop TS files. 新增 Transifex 配置文件,用于支持 deepin-draw 和桌面 TS 文件的翻译工作流。 Log: 新增 Transifex 翻译配置文件
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds a new Transifex YAML configuration for QT TS translation workflow for deepin-draw and desktop, and removes legacy .tx configuration files and an unused installer file. Flow diagram for Transifex PR-based translation update processflowchart TD
A["Transifex detects new or updated source TS files"]
B["Apply filters from .tx/transifex.yaml"]
C["Use QT file_format and en_US source_language"]
D["Translators edit translations in Transifex UI"]
E["Transifex generates updated translation TS files"]
F["Transifex creates PR with branch name transifex_update_<br_unique_id>"]
G["PR merged into repository"]
A --> B
B --> C
C --> D
D --> E
E --> F
F --> G
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The removal of
.tx/deepin.conf,.tx/ts2desktop, andorg.deepin.draw.installisn’t mentioned in the description—please confirm these deletions are intentional and no longer needed in the translation workflow or build/install process.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The removal of `.tx/deepin.conf`, `.tx/ts2desktop`, and `org.deepin.draw.install` isn’t mentioned in the description—please confirm these deletions are intentional and no longer needed in the translation workflow or build/install process.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
wyu71
approved these changes
Apr 3, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, wyu71 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 |
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.
Add transifex.yaml to configure translation filters for deepin-draw and desktop TS files.
新增 Transifex 配置文件,用于支持 deepin-draw 和桌面
TS 文件的翻译工作流。
Log: 新增 Transifex 翻译配置文件
Summary by Sourcery
Configure Transifex-based translation workflow and remove legacy localization config files.
Chores: