Package | Description |
---|---|
org.zanata.client.commands | |
org.zanata.client.commands.gettext | |
org.zanata.client.config |
Modifier and Type | Method and Description |
---|---|
LocaleList |
ConfigurableProjectOptions.getLocaleMapList() |
LocaleList |
ConfigurableProjectOptionsImpl.getLocaleMapList() |
LocaleList |
AbstractPushPullOptionsImpl.getLocaleMapList()
Override the parent method as the push and pull commands can have locales
specified via command line.
|
static LocaleList |
PushPullCommand.getLocaleMapList(LocaleList projectLocales,
String[] locales)
Filters the project's list of locales
|
Modifier and Type | Method and Description |
---|---|
protected org.zanata.rest.dto.stats.ContainerTranslationStatistics |
PushPullCommand.getDetailStatisticsForProjectVersion(LocaleList locales) |
protected Map<String,Map<org.zanata.common.LocaleId,PushPullCommand.TranslatedPercent>> |
PushPullCommand.getDocsTranslatedPercent(LocaleList locales) |
static LocaleList |
PushPullCommand.getLocaleMapList(LocaleList projectLocales,
String[] locales)
Filters the project's list of locales
|
protected com.google.common.base.Optional<Map<String,Map<org.zanata.common.LocaleId,PushPullCommand.TranslatedPercent>>> |
PushPullCommand.prepareStatsIfApplicable(boolean pullTarget,
LocaleList locales)
this stats map will have docId as key, the value is another map with
localeId as key and translated percent as value.
|
void |
ConfigurableProjectOptions.setLocaleMapList(LocaleList locales) |
void |
ConfigurableProjectOptionsImpl.setLocaleMapList(LocaleList locales) |
Modifier and Type | Method and Description |
---|---|
static List<LocaleMapping> |
PublicanUtil.findLocales(File srcDir,
LocaleList locales) |
Modifier and Type | Method and Description |
---|---|
LocaleList |
ZanataConfig.getLocales() |
Modifier and Type | Method and Description |
---|---|
void |
ZanataConfig.setLocales(LocaleList locales) |
Copyright © 2016 Zanata Project. All rights reserved.