Conversation
Reviewer's GuideIntroduces a new Transifex configuration file to define translation filters for various modules and set a dynamic PR branch naming schema. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review这个提交主要涉及配置文件 代码质量
代码性能
代码安全
其他建议
改进后的代码示例filters:
- filter_type: file
source_file: translations/dde-cooperation/dde-cooperation.ts
file_format: QT
source_language: en
translation_files_expression: translations/dde-cooperation/dde-cooperation_<lang>.ts
- filter_type: file
source_file: translations/deepin-data-transfer/deepin-data-transfer.ts
file_format: QT
source_language: en
translation_files_expression: translations/deepin-data-transfer/deepin-data-transfer_<lang>.ts
- filter_type: file
source_file: translations/dde-cooperation-desktop/desktop.ts
file_format: QT
source_language: en
translation_files_expression: translations/dde-cooperation-desktop/desktop_<lang>.ts
- filter_type: file
source_file: translations/deepin-data-transfer-desktop/desktop.ts
file_format: QT
source_language: en
translation_files_expression: translations/deepin-data-transfer-desktop/desktop_<lang>.ts
settings:
pr_branch_name: transifex_update_<br_unique_id>这个示例中,配置项保持不变,但添加了注释以提高可读性。如果需要进一步优化,可以考虑将公共配置提取到一个变量或函数中。 |
|
TAG Bot New tag: 1.1.7 |
|
TAG Bot New tag: 1.1.8 |
|
TAG Bot New tag: 1.1.9 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: JWWTSL 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: Updating transifex platform related configuration files
Summary by Sourcery
Add Transifex configuration to enable automated extraction and submission of translation files for core modules
Chores: