Download the PHP package wearerequired/traduttore-registry without Composer
On this page you can find all versions of the php package wearerequired/traduttore-registry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wearerequired/traduttore-registry
More information about wearerequired/traduttore-registry
Files in wearerequired/traduttore-registry
Download wearerequired/traduttore-registry
More information about wearerequired/traduttore-registry
Files in wearerequired/traduttore-registry
Vendor wearerequired
Package traduttore-registry
Short Description Allows loading translation files from a custom GlotPress site running Traduttore
License GPL-2.0-or-later
Homepage https://github.com/wearerequired/traduttore-registry
Package traduttore-registry
Short Description Allows loading translation files from a custom GlotPress site running Traduttore
License GPL-2.0-or-later
Homepage https://github.com/wearerequired/traduttore-registry
Please rate this library. Is it a good library?
Informations about the package traduttore-registry
Traduttore Registry
Allows loading translation files from a custom GlotPress site running Traduttore.
Installation
If you're using Composer to manage dependencies, you can use the following command to add the plugin to your site:
After that, you can use \Required\Traduttore_Registry\add_project( $type, $slug, $api_url )
in your theme or plugin.
Parameters:
$type
: eitherplugin
ortheme
.$slug
: must match the theme/plugin directory slug.$api_url
: the URL to the Traduttore project translation API.
Note: On a multisite install it's recommended to use it in a must-use plugin.
Usage
Here's an example of how you can use that function:
All versions of traduttore-registry with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package wearerequired/traduttore-registry contains the following files
Loading the files please wait ....