Package | Description |
---|---|
org.zanata.common | |
org.zanata.rest | |
org.zanata.rest.dto | |
org.zanata.rest.dto.resource | |
org.zanata.rest.dto.stats.contribution |
Modifier and Type | Field and Description |
---|---|
static LocaleId |
LocaleId.DE |
static LocaleId |
LocaleId.EN |
static LocaleId |
LocaleId.EN_US |
static LocaleId |
LocaleId.ES |
static LocaleId |
LocaleId.FR |
Modifier and Type | Method and Description |
---|---|
static LocaleId |
LocaleId.fromJavaName(String localeName) |
Modifier and Type | Method and Description |
---|---|
protected LocaleId |
LocaleIdSet.valueOfElem(String value) |
Modifier and Type | Method and Description |
---|---|
LocaleId |
GlossaryTerm.getLocale() |
LocaleId |
LocaleDetails.getLocaleId() |
LocaleId |
GlossaryEntry.getSrcLang() |
LocaleId |
LocaleIdAdapter.unmarshal(String s) |
Modifier and Type | Method and Description |
---|---|
String |
LocaleIdAdapter.marshal(LocaleId localeId) |
void |
GlossaryTerm.setLocale(LocaleId locale) |
void |
LocaleDetails.setLocaleId(LocaleId localeId) |
void |
GlossaryEntry.setSrcLang(LocaleId srcLang) |
Constructor and Description |
---|
LocaleDetails(LocaleId localeId,
String displayName,
String alias) |
Modifier and Type | Method and Description |
---|---|
LocaleId |
TextFlow.getLang() |
LocaleId |
AbstractResourceMeta.getLang() |
Modifier and Type | Method and Description |
---|---|
void |
TextFlow.setLang(LocaleId lang) |
void |
AbstractResourceMeta.setLang(LocaleId lang) |
Constructor and Description |
---|
TextFlow(String id,
LocaleId lang) |
TextFlow(String id,
LocaleId lang,
List<String> contentList) |
TextFlow(String id,
LocaleId lang,
String... content) |
Modifier and Type | Method and Description |
---|---|
LocaleId |
LocaleStatistics.getLocale() |
Constructor and Description |
---|
LocaleStatistics(LocaleId locale) |
LocaleStatistics(LocaleId locale,
BaseContributionStatistic translationStats,
BaseContributionStatistic reviewStats) |
Copyright © 2016 Zanata Project. All rights reserved.