Go to file
Robbie Averill fed2f1a869
Merge pull request #282 from matthewntt/patch-1
Update index.md
2019-03-14 12:00:28 +13:00
.tx Transifex translation support 2013-07-08 12:30:07 +02:00
_config FIX support disabled locale filter for delayed querying 2013-06-01 14:14:54 +00:00
code Merge remote-tracking branch 'origin/2.1' 2016-01-14 13:24:26 +13:00
css ENHANCEMENT Better visual hierarchy in CMS for translated objects. 2012-11-13 16:03:23 +10:00
docs/en Update index.md 2019-03-14 11:58:34 +13:00
javascript Update HtmlEditorField.Translatable.js 2016-02-04 14:42:11 +01:00
lang Update translations 2015-11-17 16:07:38 +13:00
tests Converted to PSR-2 2015-11-18 17:07:47 +13:00
.editorconfig Added standard editor config 2015-11-19 13:27:18 +13:00
.gitattributes Added standard git attributes 2015-11-19 19:14:12 +13:00
.scrutinizer.yml Added standard Scrutinizer config 2015-11-18 15:38:57 +13:00
.travis.yml Drop PHP 5.5 support 2017-03-28 23:09:01 +13:00
README.md DOCS Fix broken links and some of the sample code 2018-03-20 11:57:35 +13:00
_config.php Readded _config.php 2013-02-28 00:58:53 +01:00
changelog.md Add changelog for release 2015-11-20 09:52:30 +13:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:17:56 +13:00
composer.json Drop PHP 5.5 support 2017-03-28 23:09:01 +13:00
license.md Updated license year 2016-01-01 06:41:00 +13:00

README.md

Translatable module for SilverStripe CMS

Build Status Scrutinizer Code Quality

Introduction

Allows translation of DataObject and SiteTree records into multiple languages.

Usage

Setup and Usage Documentation

Requirements

  • SilverStripe Framework 4.x (master) and CMS 4.x (master)

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 docs.silverstripe.org for more details.