Quick Localization (Quick Localisation)

plugin banner

Quick Localisation allows site admins to patch WordPress translations of any theme and any plugin without leaving the control panel

Author:Name.ly (profile at wordpress.org)
WordPress version required:3.0.0
WordPress version tested:3.3.2
Plugin version:0.1.0
Added to WordPress repository:27-04-2012
Last updated:02-08-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:46
Rated by:3
Plugin URI:http://name.ly/plugins/
Total downloads:29 566
Active installs:500+
plugin download
Click to start download

Quick Localisation allows to hook on gettext, gettext_with_context, ngettext, and ngettext_with_context so that one can easily tweak WordPress translations generated by functions __, _e, _ex, _n, _nx, _x, translate, and translate_with_gettext_context.

For installation please see the corresponding section. It is as trivial as copying the plugin folder in your WordPress.

To get the flavour of what the plugin actually does, see the screen shots.

Once installed and activated, the plugin back-end will be accessible via a separate menu in the admin panel (WP Admin -> Quick Localisation).

N.B. by all means this plugin is not a replacement of the standard WordPress localisation framework. In fact, webmasters are advised to use it as a long-term solution.

However Quick Localisation comes very handy when quick patches or unconventional translations are required.

The plugin offers the following options.

Editing Localisation Table

  • Old text
  • New text (optional; empty values will remove the localisation subject)
  • Text domain (allows to target specific plugin or theme "domains"; if set to _ALL_ - it will be applied to all matching text)

Export

  • Allows exporting saved localisation for easy copy-pasting between the sites and backups.
  • This feature also comes handy later when generating actual .PO files.

Import

  • It is possible to import previously saved localisations or just copy them from other WordPress sites.
  • It is possible to empty the localisation database prior to import as well as to choose whether or not to overwrite already existing entries.

Hooks

At the moment Quick Localisation hooks on gettext, gettext_with_context, ngettext, and ngettext_with_context filters with very low priority (namely, 1000), allowing it to be the last one to have a say on translations.

Should one use other similar *gettext* hooks, the priority can be changed in index.php.


Screenshots
FAQ
ChangeLog