TS 文件提取 2026 v12.9.9.13 build 20260118.140849

Following is an overview of some functions, subject to the release version:

Related Application

Translate Interface     QM File     Digital Translate

Basic Usage

支持从 self.tr("Test 'Application'") 形式源代码提取 Test 'Application'。

支持从 self.tr('Test "Application"') 形式源代码提取 Test "Application" 术语。

同一目录下若存在 多个要提取术语 的源代码文件,术语提取时将自动合并成一 .TS 格式文件。

若不支持本地化的当前类存在 parent.tr("Test 'Application'") parent.tr('Test "Application"') 形式源代码,不提取其中术语。

When extracting localized resources, it will be automatically escaped & ' > < " \\ special characters.

Support extracting nested class definition localized resources.

Fit Format

Usage Scene File Format Usage Scene File Format
C/C++ Programming Language .CPP (Still in development) Python Programming Language .PY .PYW

What specific formats are supported, subject to the release version.