Go to file
Ingo Schommer 6413eca05d Merge pull request #70 from lrc/create-member-bugfix
BUGFIX Ensure members can be created with individual locale setting.
2012-11-15 03:38:31 -08:00
code Merge pull request #70 from lrc/create-member-bugfix 2012-11-15 03:38:31 -08:00
css ENHANCEMENT Better visual hierarchy in CMS for translated objects. 2012-11-13 16:03:23 +10:00
docs/en Fixed github links in README 2012-10-08 22:50:43 +02:00
javascript ENHANCEMENT: Add language dropdown for link form 2012-11-12 15:48:06 +02:00
lang MINOR Updated lang files 2012-10-01 21:52:34 +02:00
tests Removed MetaTitle/MetaDescription fields from search form 2012-10-02 23:09:29 +02:00
_config.php ENHANCEMENT: Add language dropdown for link form 2012-11-12 15:48:06 +02:00
.travis.yml Removing SQLite3 support from travis 2012-10-31 00:27:09 +01:00
composer.json Relaxed version requirements to allow newer version 2012-11-03 15:09:08 +13:00
LICENSE MINOR Initial commit, moved files from 'sapphire' and 'cms' modules 2011-03-22 22:18:48 +13:00
README.md Documentation link fixed 2012-10-30 14:01:24 +02: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.0+ and CMS 3.0+
  • Note: For SilverStripe 2.3/2.4 support, please use the core built-in version (no module required)

Maintainers

  • Ingo Schommer