2011-03-22 09:50:26 +01:00
# Translatable module for SilverStripe CMS #
2018-03-19 23:57:35 +01:00
[![Build Status ](https://secure.travis-ci.org/silverstripe/silverstripe-translatable.png )](http://travis-ci.org/silverstripe/silverstripe-translatable)
[![Scrutinizer Code Quality ](https://scrutinizer-ci.com/g/silverstripe/silverstripe-translatable/badges/quality-score.png?b=master )](https://scrutinizer-ci.com/g/silverstripe/silverstripe-translatable/?branch=master)
2012-10-02 21:34:53 +02:00
2011-03-22 09:50:26 +01:00
## Introduction ##
Allows translation of DataObject and SiteTree records into multiple languages.
2012-10-08 22:18:34 +02:00
## Usage
2011-03-22 09:50:26 +01:00
2012-10-30 13:01:24 +01:00
[Setup and Usage Documentation ](http://github.com/silverstripe/silverstripe-translatable/blob/master/docs/en/index.md )
2011-03-22 09:50:26 +01:00
2012-10-08 22:18:34 +02:00
## Requirements ##
2011-03-22 09:50:26 +01:00
2015-04-29 09:04:30 +02:00
* SilverStripe Framework 4.x (master) and CMS 4.x (master)
2011-03-22 09:50:26 +01:00
2012-10-08 22:18:34 +02:00
## Maintainers ##
2011-03-22 09:50:26 +01:00
2013-07-08 12:30:07 +02:00
* Ingo Schommer < ingo at silverstripe dot com >
## 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.
2013-08-03 13:07:03 +02:00
Please use [https://www.transifex.com/projects/p/silverstripe-translatable/ ](https://www.transifex.com/projects/p/silverstripe-translatable/ ) to contribute translations,
2013-07-08 12:30:07 +02:00
rather than sending pull requests with YAML files.
2018-03-19 23:57:35 +01:00
See the ["i18n" topic ](https://docs.silverstripe.org/en/developer_guides/i18n/ ) on docs.silverstripe.org for more details.