Download the PHP package helsingborg-stad/wp-content-translator without Composer

On this page you can find all versions of the php package helsingborg-stad/wp-content-translator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wp-content-translator

Wp Content Translator

Minimalistic content translation in WordPress. The plugin handles translations for posts, postmeta, options, siteoptions (multisite) and usermeta.

While the plugin also handles comments and commentmeta they are not translated. Comments are mapped to a specific language (the langauge active when posting the comment) and will be displayed for that specific language. There's also an option to make languages inherit comments from other languages. Forinstance the nordic languages is very similar, so we want to load Danish and Norwegian comments along with the Swedish comments.

Translations

The GUI is is available in:

REDIS & Memcached

If you are using redis or memcached, you want to define a hash-key depending on selected language. The hash key cannot be changed at runtime after it has been set (defined as constant). Add this to your configuration:

Language selector

You can easily use the default language selector (a basic html element) or create a language selector with custom markup.

Use the function to display a language selector. If you want to use the default selector just run the function without any paramters. If you want to create a custom selector there's an option to pass markup for the wrapper and the "language rows".

Available template tags to use in the markup:

Wrapper:

Language row:

Configurations

Each translation component has it's own configuration filter which can be used to change it's configuration.

wp-content-translator/configuration/general

Available configurations:

wp-content-translator/configuration/post

Available configurations:

wp-content-translator/configuration/{comment/meta/user/option/siteoption}

Available configurations:

Filters

wp-content-translator/should_download_wp_translation_when_installing

Decide if the plugin should download the WP language pack when installing languages.

wp-content-translator/admin_bar/current_lang

Filters the name of the current language in the admin bar.

wp-content-translator/redirect_after_uninstall_language

Where to redirect to after a langauge have been uninstalled.

wp-content-translator/comment/connections

Set up inheritance for comments. Load comments from multiple languages for a language. Example: Load Swedish, Norwegian and Danish comments if the current language is Swedish.

wp-content-translator/{$component}/is_installed

Is the meta type translate component installed or not?

Available components: post, comment, option, siteoption, meta (postmeta), user (usermeta), comment (commentmeta)

wp-content-translator/{$component}/remove_when_uninstalling

Whether to remove metadata when uninstalling the translation component.

Available components: post, comment, option, siteoption, meta (postmeta), user (usermeta), comment (commentmeta)

wp-content-translator/{$component}/should_translate_default

Default return value for method

Available components: post, comment, option, siteoption, meta (postmeta), user (usermeta), comment (commentmeta)

Actions

wp-content-translator/before_install_language

Runs before a language is installed.

wp-content-translator/after_install_language

Runs after a language have been installed.

wp-content-translator/before_uninstall_language

Runs before a language is uninstalled.

wp-content-translator/after_uninstall_language

Runs after a language is uninstalled.

wp-content-translator/admin_bar/before_add_switcher

Runs before language switcher is added to the admin bar.

wp-content-translator/admin_bar/after_add_switcher

Runs after language switcher have been added to the admin bar.

wp-content-translator/options/before_add_options_page

Runs right before the "language" options page is added to the admin menu.

wp-content-translator/options/aftere_add_options_page

Runs right after the "language" options page have been added to the admin menu.

wp-content-translator/{$component}/install

Runs when installing a translation component.

Available components: post, comment, option, siteoption, meta (postmeta), user (usermeta), comment (commentmeta)

wp-content-translator/{$component}/uninstall

Runs when uninstalling a meta type translate component.

Available components: post, comment, option, siteoption, meta (postmeta), user (usermeta), comment (commentmeta)


All versions of wp-content-translator with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package helsingborg-stad/wp-content-translator contains the following files

Loading the files please wait ....