Is there a good software for managing java .properties language files, I have tried Pootle but there u must convert to po files and back is there any other alternative?
I neead something that translators could use to translate our JSF gui via some translating software which could manage .properties files
properties is a file extension for files mainly used in Java-related technologies to store the configurable parameters of an application. They can also be used for storing strings for Internationalization and localization; these are known as Property Resource Bundles.
Properties is a file extension for files mainly used in Java related technologies to store the configurable parameters of an application. Java Properties files are amazing resources to add information in Java. Generally, these files are used to store static information in key and value pair.
Our localization team uses poeditor.com
It works with .properties
files and the thing I like most is that it integrates with the projects on GitHub.
If your project is Open Source or has less than 1000 strings, it's free of charge.
We use https://webtranslateit.com/ as a hosted solution - we upload the english resource bundle with our continuous integration server, our users translate this online, and then we donwload the translated bundles. It's nice that the translators can do this online, and you have control over the files and the history.
Managing the localization of Java properties files
Best regards
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With