1 Star 0 Fork 0

花心胡萝卜 / deepin-dde-dock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
translate_generation.sh 232 Bytes
一键复制 编辑 原始数据 按行查看 历史
oliver 提交于 2020-12-29 20:34 . 上传项目
#!/bin/bash
# this file is used to auto-generate .qm file from .ts file.
# author: shibowen at linuxdeepin.com
ts_list=(`ls translations/*.ts`)
for ts in "${ts_list[@]}"
do
printf "\nprocess ${ts}\n"
lrelease "${ts}"
done
C++
1
https://gitee.com/hxhlb/deepin-dde-dock.git
git@gitee.com:hxhlb/deepin-dde-dock.git
hxhlb
deepin-dde-dock
deepin-dde-dock
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891