Jinn is a Java tool for translating properties files into other languages.
- Simple to use. Even people without programming skills can translate a software.
- Keeping an eye on the original: a properties view always shows the context in the reference document.
- Even exotic properties files are supported, as long as they comply to the Java standard.
- Automatically Unicode encoding of all characters not displayable in ISO-8859-1.
- Encoding of special and control characters. The translator just types plain, multi line text.
- Jinn is itself completely written in Java, and runs on Windows, Linux and MacOS X.
Just run the jar file:
java -jar target/jinn.jar
- Fork the Source code at GitHub. Feel free to send pull requests.
- Found a bug? File a bug report!
Jinn is distributed under GPLv3.