https://github.com/shred/jinn
Java tool for translating properties files into other languages
https://github.com/shred/jinn
i18n java java-properties swing-gui translation unmaintained
Last synced: 4 months ago
JSON representation
Java tool for translating properties files into other languages
- Host: GitHub
- URL: https://github.com/shred/jinn
- Owner: shred
- License: gpl-3.0
- Created: 2014-10-30T23:02:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T15:57:36.000Z (almost 10 years ago)
- Last Synced: 2024-12-25T19:49:53.814Z (about 1 year ago)
- Topics: i18n, java, java-properties, swing-gui, translation, unmaintained
- Language: Java
- Homepage:
- Size: 271 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-GPL.txt
Awesome Lists containing this project
README
# Jinn
_Jinn_ is a Java tool for translating properties files into other languages.

## 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
* Fork the [Source code at GitHub](https://github.com/shred/jinn). Feel free to send pull requests.
* Found a bug? [File a bug report!](https://github.com/shred/jinn/issues)
## License
_Jinn_ is distributed under [GPLv3](http://www.gnu.org/licenses/gpl-3.0.html).