public class OkapiTmxExporter extends Object implements ITmxExporter
| Constructor and Description |
|---|
OkapiTmxExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
exportTmx(LocaleId sourceLocale,
ITmSeeker tmSeeker,
TMXWriter tmxWriter)
Exports all target locales in Pensieve to TMX
|
void |
exportTmx(LocaleId sourceLang,
LocaleId targetLang,
ITmSeeker tmSeeker,
TMXWriter tmxWriter)
Exports only a specific target locale Pensieve to TMX
|
public void exportTmx(LocaleId sourceLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter) throws IOException
exportTmx in interface ITmxExportersourceLocale - The source localetmSeeker - The TMSeeker to use when reading from the TMtmxWriter - The TMXWriter to use when writing out the TMXIOException - if there was a problem with the TMX exportpublic void exportTmx(LocaleId sourceLang, LocaleId targetLang, ITmSeeker tmSeeker, TMXWriter tmxWriter) throws IOException
exportTmx in interface ITmxExportersourceLang - The source language of desired translationtargetLang - The target language of desired translation (or null for all target languages)tmSeeker - The TMSeeker to use when reading from the TMtmxWriter - The TMXWriter to use when writing out the TMXIOException - if there was a problem with the TMX exportCopyright © 2019. All rights reserved.