Go to file
Ingo Schommer a0a6ec2f91 Consistently use uppercase "Locale" GET param
Causes inconsistent behaviour between form field name ("Locale")
and view state in GET parameters ("Locale" and "locale").

Related to #156.
2015-06-01 20:54:04 +12: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 Consistently use uppercase "Locale" GET param 2015-06-01 20:54:04 +12:00
css ENHANCEMENT Better visual hierarchy in CMS for translated objects. 2012-11-13 16:03:23 +10:00
docs/en Document user permission 2015-04-27 13:59:42 +12:00
javascript Consistently use uppercase "Locale" GET param 2015-06-01 20:54:04 +12:00
lang Update translations 2015-05-26 18:25:18 +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
.travis.yml Limit compat to 3.1 2015-04-29 18:54:26 +12:00
composer.json Limit compat to 3.1 2015-04-29 18:54:26 +12:00
LICENSE MINOR Initial commit, moved files from 'sapphire' and 'cms' modules 2011-03-22 22:18:48 +13:00
README.md Updated Travis build status branch 2015-04-29 19:19:15 +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.1 and CMS 3.1

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.