Skip to content

Releases: TeamJM/forge-toolkit

ForgeToolkit v1.1

20 Apr 14:16
a34f49a
Compare
Choose a tag to compare

This release has feature parity with our closed-source internal tool.

  • Moved to PicoCLI for command-line parsing/handling
  • Added commands: clean, finalise, flatten, sort, update, validate
  • Rewrote documentation

For command help, simply run the JAR on its own without any arguments. For help on a specific command, you can supply that command with no further arguments.

ForgeToolkit v1.0

07 Mar 15:37
f5dbc41
Compare
Choose a tag to compare

Initial release.

  • When given the path to the primary JSON lang file (en_US.json) and the root directory
    of the Java project, a list of translation strings present in the JSON file but not
    present as a string literal in the Java project will be printed.