mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
18 lines
632 B
Markdown
18 lines
632 B
Markdown
|
title: Working with translations
|
||
|
summary: Adding translated content to your website.
|
||
|
|
||
|
# Working with translations
|
||
|
|
||
|
## Before we begin
|
||
|
|
||
|
- Make sure that your SilverStripe CMS installation has the [Translatable](https://addons.silverstripe.org/add-ons/silverstripe/translatable/) module installed.
|
||
|
- Make sure you have permissions to apply translations to pages in available languages
|
||
|
|
||
|
## Translation features
|
||
|
- [About translations in SilverStripe CMS](about-translatable.md)
|
||
|
- [Translating content](translating-content.md)
|
||
|
- [Translating site wide settings](translating-settings.md)
|
||
|
- [User permissions](user-permissions.md)
|
||
|
|
||
|
|