[ 
https://issues.apache.org/jira/browse/OFBIZ-2008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641073#action_12641073
 ] 

Adrian Crum commented on OFBIZ-2008:
------------------------------------

Probably the best place to put it is in the framework/base component. You'll 
have to modify the build.xml file in framework/base to create the jar(s) 
separately and copy them to the ofbiz home folder (so the task can be run from 
the ofbiz home folder).

We could set up an import/export folder where you could drop the *.po files - 
and set the folder for SVN ignore. That will allow someone to check in/out from 
the folder into a separate *.po file repository.

Each component's build.xml file would have two new targets - like 
"label-import-po" and "label-export-po" - to import/export the translated files.

If that sounds like too much work, you could do the same thing as the WebTools 
XML file import/export capability. Just provide a UI in WebTools to 
import/export *.po files from/to a user-specified folder. OFBiz would have to 
be running to do the import/export if you take that route.


> Tools to extract messages from *Labels.xml files to gettext PO files and 
> merge translation results back
> -------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2008
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2008
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>            Reporter: Nemanja Simonovic
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: Ofbiz2po.java, Po2ofbiz.java
>
>
> Tools to extract messages from *Labels.xml files to gettext PO files and 
> merge translation results back

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to