Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 672 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 672 Bytes

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

WYSIWYG field:

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)