Skip to content

Commit

Permalink
Updated for release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Nov 28, 2024
1 parent b16ec8c commit 2f1e780
Show file tree
Hide file tree
Showing 29 changed files with 4,458 additions and 217 deletions.
12 changes: 1 addition & 11 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,7 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jars/slf4j-api-2.0.13.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jars/slf4j-nop-2.0.13.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jars/sqlite-jdbc-3.45.3.0.jar">
<classpathentry kind="lib" path="jars/sqlite-jdbc-3.47.0.1-20241024.015404-1.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
Expand Down
4 changes: 1 addition & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<path id="TMXServer.classpath">
<pathelement location="jars/bcp47j.jar" />
<pathelement location="jars/json.jar" />
<pathelement location="jars/slf4j-api-2.0.13.jar" />
<pathelement location="jars/slf4j-nop-2.0.13.jar" />
<pathelement location="jars/sqlite-jdbc-3.45.3.0.jar" />
<pathelement location="jars/sqlite-jdbc-3.47.0.1-20241024.015404-1.jar" />
<pathelement location="jars/tmxvalidator.jar" />
<pathelement location="jars/xmljava.jar" />
</path>
Expand Down
4 changes: 1 addition & 3 deletions docs/en/concepts/licenses.dita
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
<li>Available from <xref href="https://github.com/stleary/JSON-java"
format="html" scope="external"
>https://github.com/stleary/JSON-java</xref></li>
<li>Published under a <xref
href="https://raw.githubusercontent.com/rmraya/OpenXLIFF/master/licenses/json/LICENSE"
format="html" scope="external">custom license</xref></li>
<li>Public domain</li>
</ul>

<p><b>sdltm</b></p>
Expand Down
3 changes: 2 additions & 1 deletion docs/en/concepts/supported_platforms.dita
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<conbody>
<p>TMXEditor works on these Operating Systems: <ul>
<li>Microsoft Windows 10 and 11</li>
<li>macOS Big Sur (11.0), Monterey (12.0), Ventura (13.0) and Sonoma (14.0)</li>
<li>macOS Big Sur (11.0), Monterey (12.0), Ventura (13.0), Sonoma (14.0) and Sequoia
(15.0)</li>
<li>Linux (with GNOME Desktop Manager)</li>
</ul>
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/es/concepts/licenses.dita
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</p>
<ul>
<li>Disponible en <xref href="https://github.com/stleary/JSON-java" scope="external" format="html">https://github.com/stleary/JSON-java</xref></li>
<li>Publicado bajo una <xref href="https://raw.githubusercontent.com/rmraya/OpenXLIFF/master/licenses/json/LICENSE" scope="external" format="html">licencia personalizada</xref></li>
<li>Dominio público</li>
</ul>
<p>
<b>sdltm</b>
Expand Down
3 changes: 2 additions & 1 deletion docs/es/concepts/supported_platforms.dita
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<conbody>
<p>TMXEditor funciona en estos sistemas operativos: <ul>
<li>Microsoft Windows 10 y 11</li>
<li>macOS Big Sur (11.0), Monterey (12.0), Ventura (13.0) y Sonoma (14.0)</li>
<li>macOS Big Sur (11.0), Monterey (12.0), Ventura (13.0), Sonoma (14.0) y Sequoia
(15.0)</li>
<li>Linux (con GNOME Desktop Manager)</li>
</ul> </p>
</conbody>
Expand Down
6 changes: 6 additions & 0 deletions docs/i18n/ProjectTM.tmx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<tmx version="1.4">
<header creationtool="CafeTran" creationtoolversion="2.0" datatype="plaintext" segtype="sentence" o-tmf="CafeTran TMX" adminlang="EN-US" srclang="en-US" creationdate="20241020T180347Z" creationid="" changedate="20241020T180347Z" changeid=""><prop type="x-segments">true</prop><prop type="x-terms">false</prop><prop type="x-processing_tags">true</prop><prop type="x-read_only">false</prop><prop type="x-stop_autoassembling">false</prop><prop type="x-pretranslate_only">false</prop><prop type="x-terms_consistency_check">false</prop><prop type="x-priority">2</prop><prop type="x-integration">0</prop><prop type="x-prefix_matching">false</prop><prop type="x-case_match">false</prop><prop type="x-duplicates">1</prop><prop type="x-greedy_exact_match">true</prop><note>size=0</note>
</header>
<body></body>
</tmx>
2 changes: 1 addition & 1 deletion html/en/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</tr>
<tr>
<td>JSON</td>
<td><a id="JSON">JSON.org</a></td>
<td>Public Domain</td>
</tr>
<tr>
<td>sdltm</td>
Expand Down
32 changes: 0 additions & 32 deletions html/en/messages.html

This file was deleted.

2 changes: 1 addition & 1 deletion html/es/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</tr>
<tr>
<td>JSON</td>
<td><a id="JSON">JSON.org</a></td>
<td>Dominio Público</td>
</tr>
<tr>
<td>sdltm</td>
Expand Down
32 changes: 0 additions & 32 deletions html/es/messages.html

This file was deleted.

22 changes: 0 additions & 22 deletions html/licenses/json.txt

This file was deleted.

Loading

0 comments on commit 2f1e780

Please sign in to comment.