5 Star 40 Fork 7

x64dbg/x64dbg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
maketranslatetemplate.bat 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
mrexodia 提交于 2024-03-08 16:37 . Simplify translations release script
@echo off
echo Run this to update translation templates after the source is modified. Be sure to set Qt path in setenv.bat
call setenv.bat x64
if not exist bin\translations mkdir bin\translations
git ls-files *.java *.jui *.ui *.c *.c++ *.cc *.cpp *.cxx *.ch *.h *.h++ *.hh *.hpp *.hxx *.js *.qs *.qml *.qrc > bin\translations\files.lst
lupdate @bin\translations\files.lst -locations absolute -ts x64dbg.ts
move /Y x64dbg.ts bin\translations\
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/x64dbg/x64dbg.git
git@gitee.com:x64dbg/x64dbg.git
x64dbg
x64dbg
x64dbg
development

搜索帮助

0d507c66 1850385 C8b1a773 1850385