Linux 软件免费装

WP Override String Translations

开发者 Vincenzo Luongo
更新时间 2022年5月28日 20:05
PHP版本: 7.0 及以上
WordPress版本: 5.9
版权: GPLv2 or later
版权网址: 版权信息

标签

gettext ngettext string translations override translation woocommerce translate

下载

详情介绍:

Lets you override default texts from your admin panel. The plugin trades both the Woocommerce texts and the well written Wordpress core texts and its plugins or widgets. The plugin also allows you to replace strings with text composed of HTML. It will translate all _e('') or __('') string calls, so check the PHP sourcecode of the plugin or theme you need to translate. It will NOT translate any dynamic strings like %s or %d, so "%s has been added to your cart." is not translatable.

安装:

  1. Upload directory WP Override String Translations to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Click settings in your plugin list (or visit Settings submenu)
  4. Done!

屏幕截图:

  • Original frontend string
  • Overwrite string from backend
  • Overwritten string
  • Original Woocommerce frontend string
  • Overwrite string from backend
  • Overwritten Woocommerce string with HTML

常见问题:

How does this plugin work?

It uses a gettext and ngettext WordPress filter

更新日志:

1.4.0 1.3.0 1.2.1 1.2.0 1.1.0 1.0.0