Package com.google.template.soy.msgs

Support for message translation (i.e. localization).

See:
          Description

Interface Summary
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 Summary
SoyMsgBundleHandler Handler for writing SoyMsgBundles to file format and for creating SoyMsgBundles from files or resources.
SoyMsgBundleHandler.OutputFileOptions Options for generating an output message bundle file.
 

Exception Summary
SoyMsgException Exception for errors related to messages/translation.
 

Package com.google.template.soy.msgs Description

Support for message translation (i.e. localization).