I18n
Table of Contents
Namespaces
- Exception
- Formatter
- Middleware
- Parser
Interfaces
- FormatterInterface
- Formatter Interface
- I18nDateTimeInterface
- Interface for date formatting methods shared by both Time & Date.
Classes
- ChainMessagesLoader
- Wraps multiple message loaders calling them one after another until
one of them returns a non-empty package.
- Date
- Extends the Date class provided by Chronos.
- FrozenDate
- Extends the Date class provided by Chronos.
- FrozenTime
- Extends the built-in DateTime class to provide handy methods and locale-aware
formatting helpers
- I18n
- I18n handles translation of Text and time format strings.
- MessagesFileLoader
- A generic translations package factory that will load translations files
based on the file extension and the package name.
- Number
- Number helper library.
- Package
- Message Catalog
- Time
- Extends the built-in DateTime class to provide handy methods and locale-aware
formatting helpers
- TranslatorRegistry
- Constructs and stores instances of translators that can be
retrieved by name and locale.
Traits
- DateFormatTrait
- Trait for date formatting methods shared by both Time & Date.