mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
66593d8bb3
Doc link was broken
35 lines
1.4 KiB
Markdown
35 lines
1.4 KiB
Markdown
# Translatable module for SilverStripe CMS #
|
|
|
|
[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-translatable.png?branch=2.1)](http://travis-ci.org/silverstripe/silverstripe-translatable)
|
|
[![SilverStripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
|
|
|
|
## Introduction ##
|
|
|
|
Allows translation of DataObject and SiteTree records into multiple languages.
|
|
|
|
## Usage
|
|
|
|
[Setup and Usage Documentation](http://github.com/silverstripe/silverstripe-translatable/blob/master/docs/en/index.md)
|
|
|
|
## Requirements ##
|
|
|
|
* SilverStripe Framework 3.2+ and CMS 3.2+
|
|
|
|
## Maintainers ##
|
|
|
|
* 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/silverstripe/silverstripe-translatable/](https://www.transifex.com/projects/p/silverstripe-translatable/) to contribute translations,
|
|
rather than sending pull requests with YAML files.
|
|
|
|
See the ["i18n" topic](https://docs.silverstripe.org/en/3/developer_guides/i18n/) on doc.silverstripe.org for more details.
|