Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bratiask/silverstripe-autotranslate
https://github.com/bratiask/silverstripe-autotranslate
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bratiask/silverstripe-autotranslate
- Owner: bratiask
- Created: 2019-04-26T09:56:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T10:30:20.000Z (over 5 years ago)
- Last Synced: 2024-08-14T02:35:35.175Z (3 months ago)
- Language: PHP
- Size: 1.76 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- 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:
!["Autotranslate menu](docs/silverstripe-autotranslate.gif "Autotranslate menu")
WYSIWYG field:
![HTML translation](docs/silverstripe-autotranslate-html.gif "HTML translation")
## 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)