Skip to content

Releases: MarcinOrlowski/trans-tool

2.5.4

06 Oct 10:06
6fdc849
Compare
Choose a tag to compare
  • Code and docs cleanup

2.5.3

23 Oct 22:30
7678dbd
Compare
Choose a tag to compare
  • Replaced built-in logger class with external package (reinstall depdendencies!)
  • Updated documentation.

2.5.2

14 Sep 10:30
894d7a9
Compare
Choose a tag to compare
  • Added tests for last line's LF handling.

2.5.1

14 Sep 09:44
c31bcf9
Compare
Choose a tag to compare
  • --write now preserves LF of base file's last line (if present).

2.5.0

01 Sep 07:12
e41bc4e
Compare
Choose a tag to compare
  • The --update, --create options are now replaced with --write (-w).
  • By default --write saves just keys. Use --write-content (-wc)
    to include original texts too.
  • Using either --write-reference or --write-contents implies --write.
  • The --write-reference option is now --write-ref (-wr).

2.4.0

28 Aug 06:01
81aadff
Compare
Choose a tag to compare
  • Both --lang and --lang-skip now support space separator too.

2.3.0

28 Aug 04:51
defe932
Compare
Choose a tag to compare
  • Added --lang-skip option for easier integration with CI/CD.

2.2.1

12 Aug 08:39
5d3c3c9
Compare
Choose a tag to compare
  • Corrected setup.py to properly modify image reference.
  • Added more unit tests.

2.2.0

11 Aug 08:51
bfba116
Compare
Choose a tag to compare
  • Added ability to specify checks to run with --checks option.
  • Added more unit tests.

2.1.0

06 Aug 08:00
9658710
Compare
Choose a tag to compare
  • Rebranded and renamed project to trans-tool.
  • Fixed config loader not handling Checks' sections properly.
  • Corrected config file syntax documentation.
  • Added --config-dump option that shows state of the configuration.
  • Corrected default KeyFormat pattern.
  • Comment checks by Brackets and TypesettingQuotationMarks can now be configured.
  • Fixed loader issue causing missing keys to reported twice.
  • Added --write-reference option that can include both base and translation in saved file.
  • StartsWithTheSameCase now is smarter when looking for words to check.
  • Removed < and > from Brackets defaults as > is often used as "arrow" (->) raising false positives.
  • Corrected default KeyFormat patter so it no longer allows digits at first position.
  • QuotationMarks, TypesettingQuotationMarks, WhiteCharsBeforeLinefeed and TrailingWhiteChars now support comments config
    item to control whenever you want comments to be scanned.
  • StartsWithTheSameCase now handles the case where base/translation can start with a digit which should be case match.
  • Brackets can now detect and ignore quoted brackets.
  • Added Substitutions check.