mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00

配置项规范化 Log: Influence: 无 Task: https://pms.uniontech.com/task-view-104239.html Change-Id: I1e07db653a74f2ecc36d6c82d6abc77efe6ba89a
8 lines
207 B
Bash
Executable File
8 lines
207 B
Bash
Executable File
#!/bin/bash
|
|
cp ".transifexrc" ${HOME}/
|
|
|
|
lupdate ./ -ts -no-obsolete translations/org.deepin.dde.dock.ts
|
|
lupdate ./ -ts -no-obsolete plugins/dcc-dock-plugin/translations/dcc-dock-plugin.ts
|
|
|
|
tx push -s -b m20
|