Go to file
Damian Mooyman d58b670fbf Merge pull request #184 from chillu/pulls/4.0-dep-master
Increase required core version from 3.2 to 4.0.
2015-02-23 08:47:54 +13:00
_config FIX support disabled locale filter for delayed querying 2013-06-01 14:14:54 +00:00
.tx Transifex translation support 2013-07-08 12:30:07 +02:00
code Avoid flagging pages as "modified" 2014-11-11 16:15:09 +01:00
css ENHANCEMENT Better visual hierarchy in CMS for translated objects. 2012-11-13 16:03:23 +10:00
docs/en Fixed table markdown again 2015-02-21 12:24:07 +13:00
javascript BUG Cleaner handling of querystring arguments when selecting locale 2013-05-13 00:18:45 +02:00
lang Updated translations 2014-05-20 15:16:40 +12:00
tests BUGFIX support for dropdowns of has_one relations 2014-05-21 14:39:07 +10:00
_config.php Readded _config.php 2013-02-28 00:58:53 +01:00
.editorconfig Adding .editorconfig 2014-12-04 15:51:29 +00:00
.travis.yml Removed codesniffer from builds 2014-08-11 22:54:33 +12:00
composer.json Increase required core version from 3.2 to 4.0. 2015-02-21 15:44:38 +13:00
LICENSE MINOR Initial commit, moved files from 'sapphire' and 'cms' modules 2011-03-22 22:18:48 +13:00
README.md Fix unit tests for 3.2 compatibility 2014-08-11 22:35:55 +12:00

Translatable module for SilverStripe CMS

Build Status

Introduction

Allows translation of DataObject and SiteTree records into multiple languages. Note: This module was originally part of the SilverStripe CMS 2.x codebase.

Usage

Setup and Usage Documentation

Requirements

  • SilverStripe Framework 3.2+ (master) and CMS 3.2+ (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 doc.silverstripe.org for more details.