Skip to content

Commit 3221678

Browse files
committed
Updated for release 2.11.0
1 parent d23c01d commit 3221678

77 files changed

Lines changed: 335 additions & 137 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
</natures>
1717
<filteredResources>
1818
<filter>
19-
<id>1614684023772</id>
19+
<id>1665611701216</id>
2020
<name></name>
2121
<type>30</type>
2222
<matcher>
2323
<id>org.eclipse.core.resources.regexFilterMatcher</id>
24-
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
24+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
2525
</matcher>
2626
</filter>
2727
</filteredResources>

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TMXEditor is an open source desktop application designed for editing TMX (Transl
66

77
TMX is a standard XML-based format used for exchanging Translation Memories used by CAT (Computer Assisted Translation) tools. TMXEditor allows editing the content of multilingual TMX files.
88

9-
#### Convert Excel to TMX with TMXEditor
9+
## Convert Excel to TMX with TMXEditor
1010

1111
<a href="https://www.maxprograms.com/tutorials/CSVtoTMX.mp4"><img src="https://www.maxprograms.com/images/CSVtoTMX.png"></a>
1212

@@ -32,6 +32,7 @@ The version of TMXEditor included in the official installers from [TMXEditor's H
3232
Subscription version includes unlimited email support at tech@maxprograms.com
3333

3434
### Differences sumary
35+
3536
Differences | Source Code | Subscription Based
3637
-|----------- | -------------
3738
Ready To Use Installers| No | Yes

css/dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ th svg {
554554
visibility: hidden;
555555
padding: 4px;
556556
border-radius: 2px;
557+
box-shadow: 0px 2px 4px var(--gray160);
557558
white-space: nowrap;
558559
/* Position the tooltip */
559560
position: absolute;

css/light.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ th svg {
554554
visibility: hidden;
555555
padding: 4px;
556556
border-radius: 2px;
557+
box-shadow: 0px 2px 4px var(--gray160);
557558
white-space: nowrap;
558559
/* Position the tooltip */
559560
position: absolute;

html/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body">
10+
<body id="body" onload="new About();">
1111
<div class="fill_width center">
1212
<img src="../images/about.png" alt="about box">
1313
</div>

html/addLanguage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body">
10+
<body id="body" onload="new AddLanguage();">
1111
<table class="fill_width">
1212
<tr>
1313
<td class="middle noWrap"><label for="language">Language</label></td>

html/addNote.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body">
10+
<body id="body" onload="new AddNote();">
1111

1212
<table class="fill_width">
1313
<tr>

html/addProperty.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body">
10+
<body id="body" onload="new AddProperty();">
1111

1212
<table id="propsTable" class="fill_width">
1313
<tr>

html/attributes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body">
10+
<body id="body" onload="new Attributes();">
1111

1212
<div style="padding: 8px;">
1313
<table class="fill_width">

html/changeLanguage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
88
</head>
99

10-
<body id="body">
10+
<body id="body" onload="new ChangeLanguages();">
1111
<table class="fill_width">
1212
<tr>
1313
<td class="middle noWrap"><label for="currentLanguage">Current Language</label></td>

0 commit comments

Comments
 (0)