silverstripe-translatable/README.md

35 lines
1.3 KiB
Markdown
Raw Normal View History

# Translatable module for SilverStripe CMS #
2012-10-02 21:34:53 +02:00
[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-translatable.png)](http://travis-ci.org/silverstripe/silverstripe-translatable)
## Introduction ##
Allows translation of DataObject and SiteTree records into multiple languages.
2012-10-08 22:18:34 +02:00
Note: This module was originally part of the SilverStripe CMS 2.x codebase.
2012-10-08 22:18:34 +02:00
## Usage
2012-10-30 13:01:24 +01:00
[Setup and Usage Documentation](http://github.com/silverstripe/silverstripe-translatable/blob/master/docs/en/index.md)
2012-10-08 22:18:34 +02:00
## Requirements ##
* SilverStripe Framework 3.1+ and CMS 3.1+
2012-10-16 18:28:55 +02:00
* Note: For SilverStripe 2.3/2.4 support, please use the core built-in version (no module required)
2012-10-08 22:18:34 +02:00
## Maintainers ##
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.
Please use [https://www.transifex.com/projects/p/silverstripe-widgets/](https://www.transifex.com/projects/p/silverstripe-widgets/) to contribute translations,
rather than sending pull requests with YAML files.
See the ["i18n" topic](http://doc.silverstripe.org/framework/en/trunk/topics/i18n) on doc.silverstripe.org for more details.