public static from( string $id ) : ICanBoogie\I18n\Translator
$id
ICanBoogie\I18n\Translator
Return the translator for the specified locale.
protected static get_cache( void )
public static messages_construct( $id )
protected lazy_get_messages( void )
protected lazy_get_fallback( void ) : ICanBoogie\I18n\Translator|null
Returns a translator fallback for this translator.
The translator fallback for this translator or null if there is none.
protected __construct( string $id )
Constructor.
public __invoke( string $native, array $args = [], array $options = [] ) : string
$native
$args
$options
Translate a native string in a locale string.
The translated string, or the same native string if no translation could be found.
public offsetExists( $offset )
$offset
ArrayAccess::offsetExists()
public offsetGet( $offset )
ArrayAccess::offsetGet()
public offsetSet( $offset, $value )
$value
ArrayAccess::offsetSet()
public offsetUnset( $offset )
ArrayAccess::offsetUnset()
protected static $cache
protected $messages : array
Translation messages.
protected $fallback : ICanBoogie\I18n\Translator
Fallback translator.
protected $id : string
Locale id for this translator.
public static $missing : array
[]