Go to file
Simon Elvery a713764833 ENHANCEMENT Better visual hierarchy in CMS for translated objects.
This should really be taken care of in CMS by default styling for CompositeFields, but this will do for now.
2012-11-13 16:03:23 +10:00
code BUG fixed possibly undefined variable, fixes #57 2012-10-13 12:15:04 +02: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 BUG: locale dropdown sometimes hidden after panel reload 2012-09-03 11:09:27 +03: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
.travis.yml Removing SQLite3 support from travis 2012-10-31 00:27:09 +01: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
_config.php Translation of SiteConfig 2012-08-06 09:39:46 +02:00
composer.json Relaxed version requirements to allow newer version 2012-11-03 15:09:08 +13:00

README.md

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