static void |
PropWriter.writeSource(org.zanata.rest.dto.resource.Resource doc,
File baseDir,
PropWriter.CHARSET charset)
Writes a properties file representation of the given Resource to
the given directory in UTF8 or Latin1 encoding.
|
static void |
PropWriter.writeTranslations(org.zanata.rest.dto.resource.Resource srcDoc,
org.zanata.rest.dto.resource.TranslationsResource doc,
File baseDir,
String bundleName,
String locale,
PropWriter.CHARSET charset,
boolean createSkeletons)
Writes to given properties file of the given TranslationsResource
in UTF8 or Latin1 encoding.
|
static void |
PropWriter.writeTranslationsFile(org.zanata.rest.dto.resource.Resource srcDoc,
org.zanata.rest.dto.resource.TranslationsResource doc,
File propertiesFile,
PropWriter.CHARSET charset,
boolean createSkeletons)
Writes to given properties file of the given TranslationsResource
in UTF8 or Latin1 encoding.
|