Skip to content

Translation

Everything under Quiote\Translation.

ClassDescription
BasicTranslatorBasicTranslator defines some base functions for all translators.
CurrencyFormatterThe currency formatter will format numbers according to a given format and a given currency symbol
DateFormatterThe date formatter will dates numbers according to a given format
GettextTranslatorGettextTranslator defines the translator interface for gettext.
QuioteLocaleRepresents a single locale: its identifier plus the language/territory/ script/variant and the calendar/currency/timezone options carried in the identifier’s ‘@key=value’ suffix.
QuioteNumberFormatterThe number formatter will format numbers according to a given format
SimpleTranslatorSimpleTranslator defines the translator which loads the data from its parameters.
TranslationDefinitionsWhat the compiled translation configuration declares, as data.
TranslationManagerThe translation manager manages the interface between the application and the current translation engine implementation
InterfaceDescription
ITranslatorITranslator defines the interface for different translator implementations (like gettext, XLIFF, …)
NamespaceContents
Gettext1 type