Go to file
Niklas Forsdahl 616a123ddc ENHANCEMENT: Add language dropdown for link form
Adds a language dropdown to the link form in the html editor, so that linking
to pages in different locales is possible.
2012-11-12 15:48:06 +02:00
code ENHANCEMENT: Add language dropdown for link form 2012-11-12 15:48:06 +02:00
css BUGFIX 3.0 compatibility: Query manipulation, CMS links, separation of settings fields, new place for language selector on tree 2012-05-15 23:04:57 +02: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