SLUG TRANSLATER

Описание

  • At the moment, it has a function to translate Japanese into English and replace the sanitized one.
  • The default setting is to replace it when the post is saved.
  • If you want to replace saved posts, you can set it on the setting screen.
  • Categories, terms, and tags can also be replaced.

  • English translation function

    • This plugin uses the API of „Minna no Jido Honyaku“.
    • Please register as a user of Minna no Jido Honyaku in advance and obtain the authentication information.
    • You can register the authentication information from the setting screen.
    • This plugin uses the API of „Google Cloud Translation API“.
    • Get the project ID and API key obtained by creating a project and enabling the Cloud Translation API from the Google Cloud Platform dashboard.
    • You can register the authentication information from the setting screen.

Related Links

Arbitrary section 1

Инсталиране

  1. From the WP admin panel, click “Plugins” -> “Add new”.
  2. In the browser input box, type “SLUG TRANSLATER”.
  3. Select the “SLUG TRANSLATER” plugin and click “Install”.
  4. Activate the plugin.

OR…

  1. Download the plugin from this page.
  2. Save the .zip file to a location on your computer.
  3. Open the WP admin panel, and click “Plugins” -> “Add new”.
  4. Click “upload”.. then browse to the .zip file downloaded from this page.
  5. Click “Install”.. and then “Activate plugin”.

ЧЗВ

What do I need to use this plugin?

Must be in accordance with [Minna no Jidou Honyaku Terms of Use] (https://mt-auto-minhon-mlt.ucri.jgn-x.jp/content/policy/).
Must be in accordance with [Google Cloud Platform Terms of Service] (https://cloud.google.com/terms).

Отзиви

There are no reviews for this plugin.

Сътрудници и разработчици

“SLUG TRANSLATER” е софтуер с отворен код. Към разширението са допринесли следните хора:

Сътрудници

Превеждане на “SLUG TRANSLATER” на вашия език.

Имате интерес към разработване?

Преглеждане на кода, разглеждане на SVN хранилище, или абонамент към програмната история (log) чрез RSS.

Списък с промени

1.2.2

  • Fixed a bug where the translation start flag would unintentionally become false when posting a new post.
  • The text domain has been changed according to the official rules.
  • Updated google/cloud-translate and league/oauth2-client packages to the latest version.

1.2.1

  • Session management has been discontinued using $_SESSION and switched to management using user metadata.
  • The condition for translating the slug when posting a new post was changed from when the post status changed from new to auto-draft to when it changed from new to publish.

1.2.0

Made it multilingual. Currently, English and Japanese can be displayed on the management screen.

1.1.4

Deleted the options recorded in the database when uninstalling the plugin.
Fixed a bug that an error was not displayed properly when an error was detected in the authentication check on the management screen of Google Cloud Translation API.

1.1.3

Added a function to select Google Cloud Translation API for translation API
Eliminated error caused by calling before session variable is initialized.

1.0.2

Changed when to translate and replace permalinks from first publish to first save

1.0.0

First public release