Go to file
Guy 4cf60e9393
Merge remote-tracking branch 'origin/2.2' into 2.3
2018-06-19 10:09:17 +12: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 remote-tracking branch 'origin/2.2' into 2.3 2018-06-19 10:09:17 +12:00
css ENHANCEMENT Better visual hierarchy in CMS for translated objects. 2012-11-13 16:03:23 +10:00
docs/en DOCS Added user guide 2016-01-13 22:58:33 +13:00
javascript API Add support for gridfield 2016-03-23 21:55:35 +00:00
lang Update translations 2018-02-22 09:28:36 +13:00
tests Merge remote-tracking branch 'origin/2.1' into 2.2 2017-06-01 14:21:37 +12:00
.travis.yml Only test supported releases and PHP versions 2017-02-13 22:16:47 +13:00
LICENSE MINOR Initial commit, moved files from 'sapphire' and 'cms' modules 2011-03-22 22:18:48 +13:00
README.md Add supported module badge to readme 2018-06-15 17:50:48 +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 Remove obsolete branch-alias 2018-02-22 09:25:13 +13:00

README.md

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/projects/p/silverstripe-translatable/ to contribute translations, rather than sending pull requests with YAML files.

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