https://github.com/getshifter/translate-post
Translate WordPress Post using The WP REST API and AWS Translate
https://github.com/getshifter/translate-post
aws node nodejs translation wordpress
Last synced: 2 months ago
JSON representation
Translate WordPress Post using The WP REST API and AWS Translate
- Host: GitHub
- URL: https://github.com/getshifter/translate-post
- Owner: getshifter
- Created: 2022-01-05T00:28:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T00:33:53.000Z (over 4 years ago)
- Last Synced: 2025-08-24T16:51:33.938Z (10 months ago)
- Topics: aws, node, nodejs, translation, wordpress
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Translate Post
🚧Work In Progress🚧
Translate WordPress Post using The WP REST API and AWS Translate
This is a Node script that will query the WordPress REST API based on the ID and parse each string found in the post contents. Each string is translated using AWS Translate, and the original string is replaced with the translation.
This is a [Shifter Headless](https://www.getshifter.io) experiment.
## Todo
1. Avoid duplicate translation requests by checking for existing translation strings
2. Post translated content back into WordPress