1 Star 0 Fork 1

安卓工控/lazarus

forked from 龙芯 (Loongson)/lazarus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
localize.bat 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
REM
REM Usage: localize
REM
REM This script should be executed after adding new resource strings and after
REM udating the translated .po files.
REM
REM This script
REM - converts all compiled .rsj files to .pot files,
REM - updates all translated xx.po files
REM
echo.
REM Compile tools if updatepofiles is missing
if exist tools\updatepofiles.exe goto SkipTools
echo The updatepofiles tool was not found, compiling tools ...
echo.
cd tools
make updatepofiles.exe
cd..
if not exist tools\updatepofiles.exe goto Exit_Error
:SkipTools
echo on
@echo Updating IDE language file
@tools\updatepofiles --searchdir=units lazarusidestrconsts.rsj languages\lazaruside.pot
@echo.
@goto Exit
:Exit_Error
echo Unable to compile updatepofiles tool
:Exit
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Pascal
1
https://gitee.com/androidex/lazarus.git
[email protected]:androidex/lazarus.git
androidex
lazarus
lazarus
main

搜索帮助