ProjectMakoto.Plugins.Social/RunTranslationGenerator.sh
2025-01-27 18:37:03 +01:00

7 lines
No EOL
214 B
Bash

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