https://github.com/bratiask/silverstripe-autotranslate
https://github.com/bratiask/silverstripe-autotranslate
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bratiask/silverstripe-autotranslate
- Owner: bratiask
- Created: 2019-04-26T09:56:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T10:30:20.000Z (about 6 years ago)
- Last Synced: 2025-03-12T21:46:08.516Z (about 2 months ago)
- Language: PHP
- Size: 1.76 MB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-silverstripe-cms - Autotranslate - Creates automatic translations of fields using Google Translate API. (Very Useful Modules / I18N (Internationalisation))
README
# Autotranslate
This module integrates Silverstripe CMS with Google Translate API and then allows content editors to use automatic translation for every translatable field.
Plain text field:

WYSIWYG field:

## Dependency
https://github.com/tractorcow-farm/silverstripe-fluent
## Instalation
* Add composer package`composer require bratiask/silverstripe-autotranslate`
* Run dev/build?flush=all`vendor/bin/sake dev/build?flush=all`
* Set Google Translate API key (CMS → Settings → Autotranslate)