pragmatrix / tnt

Command line tool for organizing translation strings extracted from .NET assemblies. Supports Excel, XLIFF roundtrips and machine translations.
MIT License
30 stars 2 forks source link

tnt translate does not support -l #88

Open pragmatrix opened 4 years ago

pragmatrix commented 4 years ago

If tnt translate is run without any target languages, it suggests to use command line option -l, which is not supported.

$ tnt translate
No languages selected, use -l or --all to select one or more languages.

$ tnt translate -l de
ERROR(S):
  Option 'l' is unknown.

  --all           Translate new strings of all languages.

  --help          Display this help screen.

  --version       Display version information.

  value pos. 0    The language(s) to translate new strings to, use --all to
                  translate all languages.