Menu

#1692 Four options for mode=console-align

future
open
nobody
None
5
2023-04-17
2023-04-17
No

I suggest we add the following options to the mode=console-align functionality:

  1. The ability to choose the path and file name of the aligned file. E.g.
    --alignExportDir=path/to/aligned/file's/folder
    --alignExportFile=aligned_file.tmx
    --alignExportPath=path/to/aligned/file's/folder/align.tmx

  2. The option to give the alignment file a name that corresponds to the project name. E.g.
    --alignExportName=0 (creates a file named align.tmx) (default option)
    --alignExportName=project (so, if the project's name is "foo" then it creates a file named foo.tmx)

  3. The option to append the date/time to the alignment file name. E.g.
    --appendDateTime=0 (doesn't append the date/time) (default option)
    --appendDateTime=date (appends the date)
    --appendDateTime=time (appends the time)
    --appendDateTime=datetime (appends the date and time)

Discussion


Log in to post a comment.

MongoDB Logo MongoDB