Skip to content

Commit 95370f0

Browse files
committed
fix: add translation resources to config for multitasking view
为多任务视图插件添加翻译资源文件. PMS: BUG-326855 Log:
1 parent fb257ab commit 95370f0

3 files changed

Lines changed: 39 additions & 34 deletions

File tree

.tx/transifex.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ filters:
1414
file_format: QT
1515
source_language: en_US
1616
translation_files_expression: panels/dock/tray/translations/org.deepin.ds.dock.tray_<lang>.ts
17+
- filter_type: file
18+
source_file: panels/dock/multitaskview/translations/org.deepin.ds.dock.multitaskview.ts
19+
file_format: QT
20+
source_language: en_US
21+
translation_files_expression: panels/dock/multitaskview/translations/org.deepin.ds.dock.multitaskview_<lang>.ts
1722
- filter_type: file
1823
source_file: panels/notification/bubble/translations/org.deepin.ds.notificationbubble.ts
1924
file_format: QT
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE TS>
3-
<TS version="2.1">
4-
<context>
5-
<name>dock::MultiTaskView</name>
6-
<message>
7-
<source>Multitasking View</source>
8-
<translation type="unfinished"></translation>
9-
</message>
10-
</context>
11-
<context>
12-
<name>multitaskview</name>
13-
<message>
14-
<source>Multitasking View</source>
15-
<translation type="unfinished"></translation>
16-
</message>
17-
</context>
18-
</TS>
3+
<TS language="zh_HK" version="2.1">
4+
<context>
5+
<name>dock::MultiTaskView</name>
6+
<message>
7+
<source>Multitasking View</source>
8+
<translation>多任務視圖</translation>
9+
</message>
10+
</context>
11+
<context>
12+
<name>multitaskview</name>
13+
<message>
14+
<source>Multitasking View</source>
15+
<translation>多任務視圖</translation>
16+
</message>
17+
</context>
18+
</TS>
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE TS>
3-
<TS version="2.1">
4-
<context>
5-
<name>dock::MultiTaskView</name>
6-
<message>
7-
<source>Multitasking View</source>
8-
<translation type="unfinished"></translation>
9-
</message>
10-
</context>
11-
<context>
12-
<name>multitaskview</name>
13-
<message>
14-
<source>Multitasking View</source>
15-
<translation type="unfinished"></translation>
16-
</message>
17-
</context>
18-
</TS>
3+
<TS language="zh_TW" version="2.1">
4+
<context>
5+
<name>dock::MultiTaskView</name>
6+
<message>
7+
<source>Multitasking View</source>
8+
<translation>多工檢視</translation>
9+
</message>
10+
</context>
11+
<context>
12+
<name>multitaskview</name>
13+
<message>
14+
<source>Multitasking View</source>
15+
<translation>多工檢視</translation>
16+
</message>
17+
</context>
18+
</TS>

0 commit comments

Comments
 (0)