Download the PHP package dhii/wp-i18n without Composer
On this page you can find all versions of the php package dhii/wp-i18n. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wp-i18n
WP I18n
Internationalization for WP
Conventional WordPress means of i18n prevent us from writing good code. What this package solves:
- Use Dependency Injection, and avoid global state.
- De-couple your code from the global
__()
function, and thus from WP itself. - Remove the duplicate hard-coded text domain; instead, centralize it, and de-couple consuming logic from it.
- Use a standards-compliant mechanism, while continuig to use the same familiar gettext tools, like Poedit.
- Make your code more testable.
For more information about the how and why, please see the Wiki documentation.
All versions of wp-i18n with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.3 | ^7.0
dhii/i18n-interface Version ^0.2
dhii/i18n-abstract Version ^0.1
dhii/i18n-base Version ^0.1
dhii/i18n-interface Version ^0.2
dhii/i18n-abstract Version ^0.1
dhii/i18n-base Version ^0.1
The package dhii/wp-i18n contains the following files
Loading the files please wait ....