Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Software for managing java lang .properties files for translation [closed]

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

like image 451
simonC Avatar asked Oct 14 '11 14:10

simonC


People also ask

What language is .properties file?

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.

How does Java properties file work?

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.


2 Answers

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.

like image 76
s3v3n Avatar answered Sep 17 '22 09:09

s3v3n


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

like image 22
ahus1 Avatar answered Sep 20 '22 09:09

ahus1