mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-01 07:05:48 +00:00

根据控制中心插件接口规范,更新翻译内容 Log: Influence: 控制中心->搜索栏-任务栏无法搜索的问题 Bug: https://pms.uniontech.com/zentao/bug-view-111373.html Change-Id: Ie465ee3f294ee49286504ff2173c0a47cf63b2b2
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
|