>
Download This Plugin | |
Download Elegant Themes | |
Name | Quick Localization (Quick Localisation) |
Version | 0.1.0 |
Author | Name.ly |
Rating | 100 |
Last updated | 2014-08-02 06:15:00 |
Downloads |
15380
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Quick Localization (Quick Localisation) plugin added 22 bytes of resources to the Home page and 11 bytes of resources to the sample Post page.
Quick Localization (Quick Localisation) plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Quick Localization (Quick Localisation) plugins ads the following DB table(s) to your Wordpress blog database:Table name | Table size (in bytes) |
---|---|
wp_ql | 16384 |
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.
_ALL_
- it will be applied to all matching text).PO
files.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
.