Go to file
Steve Boyd ed155503d2 Merge branch '2.4' into 2 2021-01-02 11:32:40 +13:00
.github/workflows META: Add github action to build docs 2019-12-19 13:49:38 +13:00
.tx Transifex translation support 2013-07-08 12:30:07 +02:00
_config API Add support for gridfield 2016-03-23 21:55:35 +00:00
code Merge branch '2.3' into 2.4 2019-07-23 15:38:42 +02:00
css ENHANCEMENT Better visual hierarchy in CMS for translated objects. 2012-11-13 16:03:23 +10:00
docs/en Update userguide for compliance with new docs site 2019-12-06 15:03:34 +13:00
javascript API Add support for gridfield 2016-03-23 21:55:35 +00:00
lang Merge branch '2.3' into 2.4 2019-07-23 15:38:42 +02:00
tests Merge branch '2.3' into 2.4 2019-07-23 15:38:42 +02:00
.travis.yml Merge branch '2.3' into 2.4 2019-07-23 15:38:42 +02:00
LICENSE MINOR Initial commit, moved files from 'sapphire' and 'cms' modules 2011-03-22 22:18:48 +13:00
README.md DOC Add a warnign about support for translatable 2020-08-10 11:54:43 +12:00
_config.php Readded _config.php 2013-02-28 00:58:53 +01:00
changelog.md Add changelog for 2.2.0 2016-05-19 12:03:06 +12:00
composer.json Merge branch '2.1' into 2.2 2020-10-15 17:35:15 +13:00

README.md

IMPORTANT NOTE

Silverstripe Translatable is only compatible with Silverstripe CMS 3. Silverstripe CMS 3 has entered limited support in June 2018. This means we'll only be fixing critical bugs and security issues for Silverstripe CMS 3 going forward. This applies to Translatable as well.

silverstripe/fluent is the recommended alternative for Silverstripe CMS 4.

Translatable module for SilverStripe CMS

Build Status SilverStripe supported module

Introduction

Allows translation of DataObject and SiteTree records into multiple languages.

Usage

Setup and Usage Documentation

Requirements

  • SilverStripe Framework 3.2+ and CMS 3.2+

Maintainers

  • Ingo Schommer

Contributing

Translations

Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.

Please use https://www.transifex.com/silverstripe/silverstripe-translatable/ to contribute translations, rather than sending pull requests with YAML files.

See the "i18n" topic on doc.silverstripe.org for more details.