ProjectMakoto.Plugins.Trans.../RunTranslationGenerator.sh
2025-01-27 18:37:17 +01:00

7 lines
No EOL
219 B
Bash

cd Tools/TranslationSourceGenerator
git submodule update --init --depth 0
dotnet restore
dotnet run -- ../../Translations/strings.json ../../Entities/Translations.cs ProjectMakoto.Plugins.Translation.Entities
sleep 60