JsonMessageCatalogue

works.iterative.ui.JsonMessageCatalogue
See theJsonMessageCatalogue companion object
trait JsonMessageCatalogue extends MessageCatalogue

Attributes

Companion
object
Graph
Supertypes
trait MessageCatalogue
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def messages: Dictionary[String]

Concrete methods

override def get(id: MessageId): Option[String]

Attributes

Definition Classes
MessageCatalogue
override def get(msg: UserMessage): Option[String]

Attributes

Definition Classes
MessageCatalogue

Inherited methods

def apply(msg: UserMessage, fallback: => UserMessage*): String

Attributes

Inherited from:
MessageCatalogue
def apply(id: MessageId, fallback: => MessageId*): String

Attributes

Inherited from:
MessageCatalogue
def currentPrefixes: List[String]

Attributes

Inherited from:
MessageCatalogue
def debug: MessageCatalogue

Attributes

Inherited from:
MessageCatalogue
def nested(prefixes: String*): MessageCatalogue

Attributes

Inherited from:
MessageCatalogue
def opt(msg: UserMessage, fallback: => UserMessage*): Option[String]

Attributes

Inherited from:
MessageCatalogue
def opt(id: MessageId, fallback: => MessageId*): Option[String]

Attributes

Inherited from:
MessageCatalogue
def withPrefixes(prefixes: String*): MessageCatalogue

Attributes

Inherited from:
MessageCatalogue

Inherited and Abstract methods

def language: Language

Attributes

Inherited from:
MessageCatalogue
def root: MessageCatalogue

Attributes

Inherited from:
MessageCatalogue