AlicizaX/Config/gen-client-localizationkey.bat
2025-02-06 17:59:35 +08:00

3 lines
337 B
Batchfile

dotnet.exe ./Tools/Luban.dll --target client --dataTarget json --outputTable Tables.TbLocalization --xargs outputDataDir=../Client/Assets/AssetArt/Configs/json/ --xargs tableImporter.name=gameframex -x l10n.provider=gameframex -x l10n.textFile.keyFieldName=key -x l10n.textFile.path=./Excels/Localization/ --conf ./Luban.conf
pause