Download the PHP package 68publishers/i18n without Composer
On this page you can find all versions of the php package 68publishers/i18n. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download 68publishers/i18n
More information about 68publishers/i18n
Files in 68publishers/i18n
Package i18n
Short Description Internationalization and localization your app with a minimum effort.
License MIT
Informations about the package i18n
:warning: Warning! This package does not have active support, it exists only for the historical needs of the author.
i18n
This package helps you to deal with regions with different languages, currencies and countries. It could be helpful even if you have single region project.
Installation
The best way to install 68publishers/i18n is using Composer:
then you can register extension into DIC:
Configuration
Integration with 68publishers/translation-bridge
Translator Locale Resolving
The Translator's locale can be resolved by the currently active profile.
That is done with custom TranslatorLocaleResolver
that is automatically registered if an option translation_bridge.locale_resolver.enabled
is set to TRUE
.
Synchronization Between Profile's Language and Translator's Locale
The Translator's locale is automatically changed when the active profile's language is changed.
Contributing
Before committing any changes, don't forget to run
and
All versions of i18n with dependencies
ext-json Version *
nette/di Version ^3.0.3
nette/http Version ^3.0
nette/schema Version ^1.0.2
nette/utils Version ^3.0 || ^4.0
umpirsky/locale-list Version ^1.0