该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Translation Preserver

描述

Tired of your custom plugin and theme translation files getting wiped out every time you use the WordPress auto-updater? Install and activate this plugin and
WordPress will look for missing translation files in the WP_LANG_DIR where you keep your WordPress translation files.

UPDATE

In WordPress 3.8 and greater this plugin’s functionality is included in core. You can put translation files in:
* Plugins: /wp-content/languages/plugins/textdomain-locale.mo
* Themes: /wp-content/languages/themes/textdomain-locale.mo

A free plugin by Aaron Edwards of UglyRobot Web Development.

安装

  1. Install the plugin
  2. Activate or network activate on multisite
  3. Put your custom plugin and theme translation files (.po and .mo) in the WP_LANG_DIR (usually wp-content/languages/)
  4. That’s it!

Note WP will look first in the normal location the plugin or theme defines, and only if it’s not there look in WP_LANG_DIR

评价

此插件暂无评价。

贡献者及开发者

“Translation Preserver” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Translation Preserver”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • Initial Release