You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,15 @@
4
4
5
5
## Java Properties Manager
6
6
7
-
JavaPM is a set of scripts for localizing Java projects using XLIFF as intermediate format.
7
+
JavaPM is a set of scripts for localizing Java projects using XLIFF as an intermediate format.
8
+
9
+
JavaPM scans a source folder for all Java resource bundles and converts all source .properties files into a single XLIFF file.
10
+
11
+
After translating an XLIFF file created by JavaPM, import it to generate the .properties files corresponding to the target language.
12
+
13
+
## Binary downloads
14
+
15
+
You can download compressed binary packages for Windows, macOS and Linux from [https://maxprograms.com/products/javapm.html](https://maxprograms.com/products/javapm.html).
8
16
9
17
## Convert .properties to XLIFF
10
18
@@ -37,15 +45,19 @@ Usage:
37
45
38
46
Where:
39
47
40
-
-help: (optional) display this help information and exit
41
-
-src: source code folder
42
-
-xliff: XLIFF file to merge
48
+
-help: (optional) display this help information and exit
49
+
-src: source code folder
50
+
-xliff: XLIFF file to merge
51
+
-unapproved: (optional) accept translations from unapproved segments
52
+
-export: (optional) generate TMX file from approved segments
43
53
```
44
54
45
55
## Build Requirements
46
56
47
-
- JDK 17 or newer is required for compiling and building. Pre-built binaries already include everything you need to run all options.
48
-
- Apache Ant 1.10.12 or newer
57
+
- JDK 17 or newer is required for compiling and building.
58
+
- Apache Ant 1.10.12 or newer.
59
+
60
+
Pre-built binaries already include everything you need to run all options.
"Usage:\n\n {0} [-help] -src sourceFolder -xliff xliffFile\n\nWhere:\n\n -help: (optional) display this help information and exit\n -src: source code folder\n -xliff: XLIFF file to merge\n\n");
0 commit comments