Go to file
Ingo Schommer b90e2294b5 Merge pull request #123 from Mark-M/patch-1
Fix Issue #122: Set default field value to current locale
2013-08-03 03:49:52 -07: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 Merge pull request #123 from Mark-M/patch-1 2013-08-03 03:49:52 -07:00
css ENHANCEMENT Better visual hierarchy in CMS for translated objects. 2012-11-13 16:03:23 +10:00
docs/en Update index.md 2013-08-01 08:13:06 -04:00
javascript BUG Cleaner handling of querystring arguments when selecting locale 2013-03-21 16:01:03 +13:00
lang Dutch language 2013-01-22 10:40:11 -08:00
tests FIX: get_one_by_locale didn't work when filter disabled 2013-08-03 12:43:46 +02:00
_config.php Readded _config.php 2013-02-28 00:58:53 +01:00
.travis.yml Simplified travis builds (using external script) 2013-03-29 09:18:44 +01:00
composer.json Fixed composer constraints 2013-05-07 15:07:15 +03:00
LICENSE MINOR Initial commit, moved files from 'sapphire' and 'cms' modules 2011-03-22 22:18:48 +13:00
README.md Transifex translation support 2013-07-08 12:30:07 +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.1+ and CMS 3.1+
  • Note: For SilverStripe 2.3/2.4 support, please use the core built-in version (no module required)

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-widgets/ to contribute translations, rather than sending pull requests with YAML files.

See the "i18n" topic on doc.silverstripe.org for more details.