diff --git a/.tx/config b/.tx/config deleted file mode 100644 index 721b4e476..000000000 --- a/.tx/config +++ /dev/null @@ -1,22 +0,0 @@ -[main] -host = https://www.transifex.com -minimum_perc = 80 -mode = developer - -[deepin-terminal.deepin-terminal] -file_filter = translations/deepin-terminal_.ts -source_file = translations/deepin-terminal.ts -source_lang = en_US -type = QT - -[deepin-terminal.terminalwidget] -file_filter = 3rdparty/terminalwidget/lib/translations/terminalwidget_.ts -source_file = 3rdparty/terminalwidget/lib/translations/terminalwidget.ts -source_lang = en_US -type = QT - -[deepin-terminal.deepin-terminal-desktop] -file_filter = translations/desktop/desktop_.ts -source_file = translations/desktop/desktop.ts -source_lang = en -type = QT diff --git a/.tx/deepin.conf b/.tx/deepin.conf deleted file mode 100644 index c230b4f88..000000000 --- a/.tx/deepin.conf +++ /dev/null @@ -1,2 +0,0 @@ -[transifex] -branch = m20 diff --git a/.tx/transifex.yaml b/.tx/transifex.yaml new file mode 100644 index 000000000..8bd0f7b7c --- /dev/null +++ b/.tx/transifex.yaml @@ -0,0 +1,11 @@ +# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd. +# +# SPDX-License-Identifier: CC0-1.0 +filters: + - filter_type: file + source_file: translations/deepin-terminal.ts + file_format: QT + source_language: en_US + translation_files_expression: translations/deepin-terminal_.ts +settings: + pr_branch_name: transifex_update_ diff --git a/.tx/ts2desktop b/.tx/ts2desktop deleted file mode 100644 index 7c87d1667..000000000 --- a/.tx/ts2desktop +++ /dev/null @@ -1,4 +0,0 @@ -DESKTOP_TEMP_FILE=deepin-terminal.desktop.tmp -DESKTOP_SOURCE_FILE=deepin-terminal.desktop -DESKTOP_DEST_FILE=deepin-terminal.desktop -DESKTOP_TS_DIR=translations/desktop