Usage:
$ python -m df_translation_toolkit [OPTIONS] COMMAND [ARGS]...Options:
--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
Commands:
convertcreate_pot
Usage:
$ python -m df_translation_toolkit convert [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
Commands:
hardcoded_to_csv: Convert a po file into a csv file in a...
Convert a po file into a csv file in a specified encoding
Usage:
$ python -m df_translation_toolkit convert po_to_csv [OPTIONS] PO_FILE CSV_FILE ENCODINGArguments:
PO_FILE: [required]CSV_FILE: [required]ENCODING: [required]
Options:
--help: Show this message and exit.
Usage:
$ python -m df_translation_toolkit create_pot [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
Commands:
from_steam_textfrom_string_dump
Usage:
$ python -m df_translation_toolkit create_pot from_steam_text [OPTIONS] VANILLA_PATH DESTINATION_PATHArguments:
VANILLA_PATH: [required]DESTINATION_PATH: [required]
Options:
--source-encoding TEXT: [default: cp437]--help: Show this message and exit.
Usage:
$ python -m df_translation_toolkit create_pot from_string_dump [OPTIONS] SOURCE_FILE DESTINATION_FILEArguments:
SOURCE_FILE: [required]DESTINATION_FILE: [required]
Options:
--no-ignore / --no-no-ignore: [default: no-no-ignore]--help: Show this message and exit.