-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
40 lines (26 loc) · 1.38 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
=== Localization Helper ===
Contributors: deconf
Tags: l10n, i18n, localization, internationalization, tool
Requires at least: 3.0
Tested up to: 4.2
Stable tag: 0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Shows the original string with details like domain, context and localization source file while hovering strings on a WordPress localized install.
== Description ==
Shows the original string with details like domain, context and localization source file while hovering strings on a WordPress localized install. To display L10N details hover the targeted text while pressing the ALT key.
With Localization Helper you can easily debug localizations for plugins, themes and WordPress core.
> <strong>Localization Helper on GitHub</strong><br>
> You can submit pull requests, feature requests or bugs on [Localization Helper](https://github.com/deconf/Localization-Helper) repository.
Demo: See the Localization Helper in action https://www.youtube.com/watch?v=NTHbJdh4sqg
== Installation ==
1. Upload the full directory into your wp-content/plugins directory
2. Activate the plugin at the plugin administration page
3. Press ALT key while hovering a text
== Screenshots ==
1. Localization Helper
== License ==
This plugin it's released under the GPLv2, you can use it free of charge on your personal or commercial website.
== Changelog ==
= 0.1 =
- first release