Skip to content

Commit

Permalink
Updated for release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Aug 13, 2020
1 parent 4e5ec2b commit 16c2f5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ With OpenXLIFF Filters you can create XLIFF files that don't use proprietary mar
**XLIFFChecker**, an open source XLIFF validation tool, is now part of OpenXLIFF Filters. Its code has been ported to Java 11 and enhanced with support for XLIFF 2.0.

- **[Releases](https://github.com/rmraya/OpenXLIFF#releases)**
- **[Related Projects](https://github.com/rmraya/OpenXLIFF#related-projects)**
- **[Downloads](https://github.com/rmraya/OpenXLIFF#downloads)**
- **[Supported File Formats](https://github.com/rmraya/OpenXLIFF#supported-file-formats)**
- **[Converting Documents to XLIFF](https://github.com/rmraya/OpenXLIFF#converting-documents-to-xliff)**
Expand All @@ -17,12 +18,18 @@ With OpenXLIFF Filters you can create XLIFF files that don't use proprietary mar
- **[Translation Status Analysis](https://github.com/rmraya/OpenXLIFF#translation-status-analysis)**
- **[Joining multiple XLIFF files](https://github.com/rmraya/OpenXLIFF#joining-multiple-xliff-files)**

Project **[XLIFF Manager](https://github.com/rmraya/XLIFFManager)** implements an easy to use UI for creating, merging and validating XLIFF files in a graphical environment.
## Related Projects

- **[XLIFF Manager](https://github.com/rmraya/XLIFFManager)** implements an easy to use free UI for creating, merging and validating XLIFF files in a graphical environment.
- **[Swordfish IV](https://github.com/rmraya/Swordfish)** uses OpenXLIFF Filters to extract translatable text from supported formats and manage XML documents.
- **[Stingray](https://github.com/rmraya/Stingray)** uses OpenXLIFF filters for extracting the text to aligin from supported monolingual documents.
- **[TMXEditor](https://github.com/rmraya/TMXEditor)** relies on OpenXLIFF Filters XML support for processing TMX files.

## Releases

Version | Comment | Release Date
--------|---------|-------------
1.9.1 | Added improvements required by [Swordfish IV](https://github.com/rmraya/Swordfish). | August 13, 2020
1.9.0 | Added 5 Machine Translation (MT) engines (Google, Microsoft Azure, DeepL, MyMemory & Yandex) | May 18, 2020
1.8.4 | Improved catalog and other minor fixes | April 25. 2020
1.8.3 | Fixed conversion of PO files | April 17, 2020
Expand Down
Binary file modified lib/openxliff.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/com/maxprograms/converters/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private Constants() {
public static final String TOOLID = "OpenXLIFF";
public static final String TOOLNAME = "OpenXLIFF Filters";
public static final String VERSION = "1.9.1";
public static final String BUILD = "20200731_0954";
public static final String BUILD = "202008_130935";

public static final String SUCCESS = "0";
public static final String ERROR = "1";
Expand Down

0 comments on commit 16c2f5b

Please sign in to comment.