shred / jinn

Java tool for translating properties files into other languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jinn

Jinn is a Java tool for translating properties files into other languages.

Screenshot

Features

  • 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.

Usage

Just run the jar file:

java -jar target/jinn.jar

Contribute

License

Jinn is distributed under GPLv3.

About

Java tool for translating properties files into other languages

License:GNU General Public License v3.0


Languages

Language:Java 99.6%Language:CSS 0.4%