1 Star 2 Fork 0

深度社区/dde-clipboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
translate_generation.sh 232 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fanpengcheng 提交于 2020-11-17 21:08 . feat: 修改翻译文件目录
#!/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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linuxdeepin/dde-clipboard.git
git@gitee.com:linuxdeepin/dde-clipboard.git
linuxdeepin
dde-clipboard
dde-clipboard
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385