mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-02 15:45:21 +00:00

上传翻译无法识别 Log: 上传翻译无法识别 Influence: 更新翻译 Task: https://pms.uniontech.com/bug-view-152967.html Change-Id: Id2f7bb5dccddadd8aa910590e5659210d0b3c0b8
8 lines
196 B
Bash
Executable File
8 lines
196 B
Bash
Executable File
#!/bin/bash
|
|
cp ".transifexrc" ${HOME}/
|
|
|
|
lupdate ./ -ts -no-obsolete translations/dde-dock.ts
|
|
lupdate ./ -ts -no-obsolete plugins/dcc-dock-plugin/translations/dcc-dock-plugin.ts
|
|
|
|
tx push -s -b m20
|