open source - transifex liked to collaboratively translate a Java project -


recently, came across transifex

transifex open service allowing people collaboratively translate software, documentation , other types of projects. designed hub translations of open source projects, transifex supports translations straight project's source.

it cool. however, realize support .pot file produced gnu gettext?

i using java properties file - gui_en.properties in open source project.

is there similar service, translate java application collaboratively?

i had tried upload properties file transifex. here outcome.

file trying upload not seem belong known i18n format.

enter image description here

the head of self-host version appears have support. you'll need to, of course, self-host now, until hosted version updated.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -