Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Translation Preserver

Beschrijving

Tired of your custom plugin and theme translation files getting wiped out every time you use the WordPress auto-updater? Install and activate this plugin and
WordPress will look for missing translation files in the WP_LANG_DIR where you keep your WordPress translation files.

UPDATE

In WordPress 3.8 and greater this plugin’s functionality is included in core. You can put translation files in:
* Plugins: /wp-content/languages/plugins/textdomain-locale.mo
* Themes: /wp-content/languages/themes/textdomain-locale.mo

A free plugin by Aaron Edwards of UglyRobot Web Development.

Installatie

  1. Install the plugin
  2. Activate or network activate on multisite
  3. Put your custom plugin and theme translation files (.po and .mo) in the WP_LANG_DIR (usually wp-content/languages/)
  4. That’s it!

Note WP will look first in the normal location the plugin or theme defines, and only if it’s not there look in WP_LANG_DIR

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Translation Preserver” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Translation Preserver” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • Initial Release