Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 444 Bytes

File metadata and controls

16 lines (13 loc) · 444 Bytes

Auto translate UMG mod strings using DeepL

Run example (run python -m umg_autolocalize --help for complete command-line options), newlines added for readability:

python
-m umg_autolocalize
--apikey <DeepL_key>
--output output/directory
--free
--target-lang ID
lootplot/saves/save1/localization/localization.json
lootplot/clientdata/localization/localization.json

If you're using DeepL Pro, remove the --free command-line option.