Skip to content

Commit

Permalink
Switched to BCP47J
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Mar 8, 2024
1 parent f8bff44 commit f4e401a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/javabcp47.jar">
<classpathentry kind="lib" path="lib/bcp47j.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ XML and JSON filters are configurable

Version | Comment | Release Date
:------:|---------|:-----------:
3.19.0 | Moved Language Tags handling to [JavaBCP47](https://github.com/rmraya/JavaBCP47) | March 7th, 2024
3.19.0 | Moved Language Tags handling to [BCP47J](https://github.com/rmraya/BCP47J) | March 7th, 2024
3.18.0 | Fixed scope builder for DITA filter; removed Machine Translation engines | February 5th, 2024
3.17.0 | Improved extraction from Word text boxes; switched to Java 21 | January 6th, 2024
3.16.0 | Added catalog for XLIFF 2.2; adjusted ChatGPT models | October 29th, 2023
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<property name="source" value="21" />
<property name="build.compiler" value="javac10+" />
<path id="OpenXLIFF.classpath">
<pathelement location="lib/bcp47j.jar" />
<pathelement location="lib/dtd.jar" />
<pathelement location="lib/javabcp47.jar" />
<pathelement location="lib/json.jar" />
<pathelement location="lib/jsoup.jar" />
<pathelement location="lib/xmljava.jar" />
Expand Down
Binary file renamed lib/javabcp47.jar → lib/bcp47j.jar
Binary file not shown.
Binary file modified lib/openxliff.jar
Binary file not shown.

0 comments on commit f4e401a

Please sign in to comment.