I have a file, libraries.po, that I would like to import into my Java application. I have seen that, from translate-toolkit, a utility po2prop that seems to be the tool to do the trick.
This is my output:
Code:
sh-4.1$ po2prop libraries.po
processing 1 files...
po2prop: warning: Couldn't handle input file libraries.po: don't know what to do with input format .po, no template file
sh-4.1$
Seems that I need a template file. Where do I find this file please?