1 Star 0 Fork 1

陈嘉赫-华中科技大学/deepin-compressor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
updateTranslation.sh 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
#update ts or qm
#If you enter ts, update ts, otherwise update qm
if [ "$1" = "ts" ]
then
#1. update ts
echo "update ts"
lupdate ./src ./3rdparty -ts translations/*.ts -no-obsolete
else
#2. update qm
echo "update qm"
lrelease translations/*.ts
fi
read -s -t 2 -p "Please input Enter! "
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chen-jiahe-hust/deepin-compressor.git
git@gitee.com:chen-jiahe-hust/deepin-compressor.git
chen-jiahe-hust
deepin-compressor
deepin-compressor
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385