开发者 | jrf |
---|---|
更新时间 | 2016年4月30日 13:32 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.5 |
版权: | GPLv2 |
load_..._textdomain()
call was found for that text-domain.load_..._textdomain()
was called more than once.Did you know ? During the creating and continued development of this plugin a - localization related - performance issue and a bug were found in WordPress itself. For each of these I've send in patches. The end-results are now in core. Want to know more ? Here they are: Trac 35439 and Trac 35442 (and related: Trac 21319 )重要 This plugin requires the Debug Bar plugin to be installed and activated. Also note that this plugin should be used solely for debugging and/or in a development environment and is not intended for use on a production site. If you like this plugin, please rate and/or review it. If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in the Support Forum or in the GitHub repository.
/wp-content/plugins/
directory. Alternatively, you can install directly from the Plugin directory within your WordPress Install.This plugin is only meant to be used for development purposes, but shouldn't cause any issues if run on a production site.
Internationalization is the process of developing your plugin/theme so that it can easily be translated into other languages. Ref: Plugin Handbook / Theme Handbook
Localization describes the subsequent process of translating an internationalized plugin/theme. Ref: Plugin Handbook / Theme Handbook
For plugins, see the Plugin Handbook on Internationalization. For themes, see the Theme Handbook on Internationalization.
For plugins, see the Plugin Handbook on Localization. For themes, see the Theme Handbook on Localization.
load_..._textdomain()
call not listed ?There are several potential reasons for this:
(admin_)init
hook. For more information see this article.load_..._textdomain()
call.
Have you read what it says in the beautifully red bar at the top of your plugins page ? As it says there, the Debug Bar plugin needs to be active for this plugin to work. If the Debug Bar plugin is not active, this plugin will automatically de-activate itself.
must-use
plugins directory.load_textdomain
calls.load
call was made (ab)used a bug in the is_textdomain_loaded()
function. This bug was fixed in WP 4.5. Fixed by creating a work-around to still be able to provide this information.