https://github.com/ko31/simple-slug-translate
Simple Slug Translate can translate the post, page, category and taxonomy slugs to English automatically.
https://github.com/ko31/simple-slug-translate
wordpress wordpress-plugin
Last synced: 7 months ago
JSON representation
Simple Slug Translate can translate the post, page, category and taxonomy slugs to English automatically.
- Host: GitHub
- URL: https://github.com/ko31/simple-slug-translate
- Owner: ko31
- Created: 2018-02-25T20:47:47.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T13:31:18.000Z (almost 3 years ago)
- Last Synced: 2023-03-22T12:44:34.914Z (almost 3 years ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/simple-slug-translate/
- Size: 888 KB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Slug Translate
[](https://wordpress.org/plugins/simple-slug-translate/)
[](https://wordpress.org/plugins/simple-slug-translate/)
Simple Slug Translate can translate the post, page, category and taxonomy slugs to English automatically.
## Description
Simple Slug Translate can translate the post, page, category and taxonomy slugs to English automatically.
It can make the permalink looks more better, and also may be good for SEO.
The translation engine is powered by [Watson Language Translator](https://www.ibm.com/watson/services/language-translator/). Thanks to that support the following languages:
* Arabic
* Bulgarian
* Bengali
* Czech
* Danish
* German
* Greek
* English
* Spanish
* Finnish
* French
* Gujarati
* Hebrew
* Hindi
* Hungarian
* Italian
* Japanese
* Korean
* Latvian
* Malayalam
* Norwegian Bokmal
* Nepali
* Dutch
* Polish
* Portuguese
* Romanian
* Russian
* Sinhala
* Slovakian
* Slovenian
* Serbian
* Swedish
* Thai
* Turkish
* Ukrainian
* Urdu
* Vietnamese
* Simplified Chinese
* Traditional Chinese
In order to use the service, you can apply for an [IBM Cloud Lite](https://www.ibm.com/cloud/lite-account) account and get your own API key of Watson Language Translator. For free plan, you can translate up to 1,000,000 characters per month.
## Installation
1. Upload the simple-slug-translate directory to the plugins directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. "Dashboard"->"Settings"->"Simple Slug Translate"
1. "API Settings": Input your own "API key".
1. "Translation Settings": Choose your "Source language".
1. "Permission Settings": Choose enable post types.
1. When you will update the post, then the post slug will be automatically translated into English. The page, category and taxonomy as well.
Learn more:
* [Documentation(English)](https://github.com/ko31/simple-slug-translate/wiki/Documentation)
* [Documentation(Japanese)](https://github.com/ko31/simple-slug-translate/wiki/%E3%83%89%E3%82%AD%E3%83%A5%E3%83%A1%E3%83%B3%E3%83%88)
## Changelog
### 2.7.3
* Fixed bug
### 2.7.2
* Add taxonomy settings
### 2.7.1
* Fixed bug
### 2.7.0
* Add supported languages
* Add uninstalling process
* Removed endpoint default value
### 2.6.2
* Fixed bug
### 2.6.1
* Fixed bug
### 2.6.0
* Fixed bug
* Add overwrite settings
### 2.5.0
* Add supported languages
### 2.4.0
* Add supported languages
### 2.3.1
* Fixed bug
### 2.3.0
* Support service endpoints by location
### 2.2.0
* Add filter hook
### 2.1.0
* Support Gutenberg
* Add post type settings
* Fixed some bugs
### 2.0.0
* Migrate to Language Translator API v3
### 1.2.2
* Fixed bug
### 1.2.1
* Update text
### 1.2.0
* Fixed bugs
* Add filter hook
### 1.1.0
* Add API settings check
### 1.0.1
* Add scheduled event
### 1.0.0
* Initial Release