silverstripe-translatable/README.md

41 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

# IMPORTANT NOTE
Silverstripe Translatable is only compatible with Silverstripe CMS 3. [Silverstripe CMS 3 has entered limited support in June 2018](https://www.silverstripe.org/blog/update-on-silverstripe-5-x/). This means we'll only be fixing critical bugs and security issues for Silverstripe CMS 3 going forward. This applies to _Translatable_ as well.
[`silverstripe/fluent`](https://github.com/tractorcow-farm/silverstripe-fluent) is the recommended alternative for Silverstripe CMS 4.
# Translatable module for SilverStripe CMS #
2015-04-29 09:19:03 +02:00
[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-translatable.png?branch=2.1)](http://travis-ci.org/silverstripe/silverstripe-translatable)
2019-07-23 15:38:42 +02:00
[![SilverStripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
2012-10-02 21:34:53 +02:00
## Introduction ##
Allows translation of DataObject and SiteTree records into multiple languages.
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.2+ and CMS 3.2+
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.
2019-07-23 15:38:42 +02:00
Please use [https://www.transifex.com/silverstripe/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.
2019-07-23 15:38:42 +02:00
See the ["i18n" topic](https://docs.silverstripe.org/en/3/developer_guides/i18n/) on doc.silverstripe.org for more details.