Translate Reviews for WooCommerce
WordPress plugin: one-click Translate for WooCommerce product reviews in the admin (LibreTranslate/Google/DeepL).
by Thelmachido · github.com/thelmachido/translate-reviews-for-woocommerce · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/thelmachido/translate-reviews-for-woocommerce/archive/refs/heads/main.zipA small WordPress plugin that adds a one-click Translate action to WooCommerce product reviews in the admin, so store owners can read reviews left in languages they don't speak.
WooCommerce shows review text exactly as written and has no built-in way to translate it in wp-admin. This plugin fills that gap.
Features
- Translate action on the Comments and Products → Reviews screens.
- Translated text appears inline, beneath the original review.
- Per-language caching (each review is translated once).
- Pluggable engine:
- LibreTranslate — free, public or self-hosted (optional API key).
- Google Cloud Translation — API key.
- DeepL — API key (Free or Pro).
- Admin-only: nothing changes on the storefront.
Privacy / external services
A review's text is sent to the selected translation service only when you click Translate on that review. Nothing is sent otherwise. Self-hosting LibreTranslate keeps data on your own infrastructure. See readme.txt for the full disclosure.
Install (development)
Clone into wp-content/plugins/ and activate, then configure under Settings → Translate Reviews.
Status
Initial scaffold (v0.1.0). Intended for the WordPress.org plugin directory; built to the detailed plugin guidelines (GPL, sanitization/escaping/nonces, external-service disclosure, no remote code, user-initiated calls only).
License
GPL-2.0-or-later.