From e1df61e514629b223aa6d6ec6742fb920fdba47f Mon Sep 17 00:00:00 2001 From: yeshanshan Date: Thu, 14 Aug 2025 10:06:26 +0800 Subject: [PATCH] chore: update Transifex configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 的兼容性。 --- .tx/config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.tx/config b/.tx/config index 1dfbbf551..9b028a58a 100644 --- a/.tx/config +++ b/.tx/config @@ -1,9 +1,7 @@ [main] host = https://www.transifex.com -minimum_perc = 80 -mode = developer - -[o:linuxdeepin:p:deepin-tool-kit:r:dtkdeclarative] + +[o:linuxdeepin:p:deepin-tool-kit:r:6e38a06207e67bc05b7d3345d880e6f4] file_filter = src/translations/dtkdeclarative_.ts source_file = src/translations/dtkdeclarative.ts source_lang = en