Skip to content

ABetterTranslator Version 1.0.1

Latest
Compare
Choose a tag to compare
@David-Maisonave David-Maisonave released this 01 Sep 01:41
· 8 commits to main since this release
8ce5082

Added the following features..

  • Save selected languages to a *.Lang file.
  • Load *.Lang file to automatically select previously selected files.
  • Load *.Lang file as a custom language set.
  • Save all values (input box, output box, selected languages, and advance settings) to a project file (*.aBT).
  • Load all values from a project file (*.aBT).
  • New Command line options.
    • -project (-p) Loads a project file on startup.
    • -language (-l) Loads a language file as a custom language set on startup.
    • -select (-s) Loads a language file and select the languages on startup.
    • -translate (-t) Starts translation on startup. Must be used with -p, -l, or -s.
    • -exit (-x) Same as -t, but program exits after translation is complete. Must be used with -p, -l, or -s.

The command line options allows developers to use the tool in the build process, so-as to automatically translate files on the release version.