See: Description
| Interface | Description |
|---|---|
| SoyBidirectionalMsgPlugin |
Plugin for implementing a specific message file format.
|
| SoyMsgBundle |
Represents a full set of messages in some language/locale.
|
| SoyMsgBundleLoader |
Contract for any object that can load a SoyMsgBundle given a locale.
|
| SoyMsgPlugin |
Plugin for implementing a specific message file format.
|
| Class | Description |
|---|---|
| SoyMsgBundleHandler |
Handler for writing
SoyMsgBundles to file format and for creating SoyMsgBundles
from files or resources. |
| SoyMsgBundleHandler.OutputFileOptions |
Options for generating an output messages file.
|
| Exception | Description |
|---|---|
| SoyMsgException |
Exception for errors related to messages/translation.
|