简体   繁体   中英

Okapi Java properties file and XLIFF file

Is it possible to use Okapi to convert java properties files to XLIFF and to reconstruct java properties file from XLIFF file.

Yes, this is possible using the Properties Filter .

An example of doing this using Okapi Tikal would look like this:

tikal.sh -fc okf_properties -x sample.properties -nocopy
# translate the resulting sample.properties.xlf file
tikal.sh -fc okf_properties -m sample.properties.xlf

You can also use this with Rainbow as part of an extraction pipeline.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM