wp-china-yes/vendor/loco-translate
2020-07-18 12:34:42 +08:00
..
lib feat:3.0.0版初次提交,新版将完全推倒重写 2020-07-13 18:44:03 +08:00
pub feat:3.0.0版初次提交,新版将完全推倒重写 2020-07-13 18:44:03 +08:00
src feat:翻译校准结果在本地实时生效的同时上传到WP-China.org等待管理员审核 2020-07-18 12:34:42 +08:00
tpl refactor:若存在中文翻译文件,则在翻译语言选择界面不做停留直接跳转到中文翻译的编辑界面。若不存在则弹出提示并上报包信息给WP-China.org的翻译平台进行自动翻译 2020-07-14 12:07:07 +08:00
CONTRIBUTING.md feat:3.0.0版初次提交,新版将完全推倒重写 2020-07-13 18:44:03 +08:00
loco.php feat:3.0.0版初次提交,新版将完全推倒重写 2020-07-13 18:44:03 +08:00
loco.xml feat:3.0.0版初次提交,新版将完全推倒重写 2020-07-13 18:44:03 +08:00
README.md feat:3.0.0版初次提交,新版将完全推倒重写 2020-07-13 18:44:03 +08:00
readme.txt feat:3.0.0版初次提交,新版将完全推倒重写 2020-07-13 18:44:03 +08:00

Loco WordPress Plugin

Translate plugins and themes directly in your browser

Git mirror of the official Loco WordPress plugin:
http://wordpress.org/plugins/loco-translate/

Please don't submit pull requests this is just a mirror of the SVN repository at:
https://plugins.svn.wordpress.org/loco-translate/trunk/

Please report issues in the WordPress plugin directory support forum:
http://wordpress.org/support/plugin/loco-translate

Installation

Note that the actual name of the plugin is "loco-translate" not "wp-loco". It's renamed on Github to differentiate it as a WordPress plugin.

Add the plugin to your WordPress project via Git as follows:

$ git submodule add git@github.com:loco/wp-loco.git wp-content/plugins/loco-translate

If you want to use a stable release listed in the WordPress plugin directory, you can checkout by tag, e.g:

$ cd wp-content/plugins/loco-translate 
$ git fetch origin --tags
$ git checkout tags/x.y.z

Be sure to check out the latest version, replacing x.y.z in above example with the release number shown below.

Latest Version

Contributing

There is no issue tracker here. Please submit bugs or feature requests in the WordPress support forum.

The Github repository is for people who want the latest development version of the plugin and prefer Git to SVN. This is not a collaborative project and there are no resources available for examining pull requests.