Everything under Quiote\Translation.
| Class | Description |
|---|
BasicTranslator | BasicTranslator defines some base functions for all translators. |
CurrencyFormatter | The currency formatter will format numbers according to a given format and a given currency symbol |
DateFormatter | The date formatter will dates numbers according to a given format |
GettextTranslator | GettextTranslator defines the translator interface for gettext. |
QuioteLocale | Represents 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. |
QuioteNumberFormatter | The number formatter will format numbers according to a given format |
SimpleTranslator | SimpleTranslator defines the translator which loads the data from its parameters. |
TranslationDefinitions | What the compiled translation configuration declares, as data. |
TranslationManager | The translation manager manages the interface between the application and the current translation engine implementation |
| Interface | Description |
|---|
ITranslator | ITranslator defines the interface for different translator implementations (like gettext, XLIFF, …) |