public class StringEntry
extends java.lang.Object
Constructor and Description |
---|
StringEntry(java.lang.String srcText)
Creates a new string entry for a unique translatable string.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSrcText()
Returns the source string
|
java.lang.String |
getTranslation()
Returns the translation of the StringEntry.
|
boolean |
isTranslated()
Returns whether the given string entry is already translated.
|
void |
setTranslation(java.lang.String trans)
Sets the translation of the StringEntry.
|
public StringEntry(java.lang.String srcText)
public java.lang.String getSrcText()
public java.lang.String getTranslation()
public void setTranslation(java.lang.String trans)
public boolean isTranslated()