mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
cp ".transifexrc" ${HOME}/
|
|
|
|
lupdate ./ -ts -no-obsolete translations/dde-dock.ts
|
|
|
|
tx push -s -b m20
|