Merge pull request #284 from silverstripe/pulls/2.1/new-docs

Update userguide for compliance with new docs site
This commit is contained in:
Aaron Carlino 2019-12-19 12:43:34 +13:00 committed by GitHub
commit 2f4fc13743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -2,11 +2,11 @@
The SilverStripe Translatable module allows you to create and edit multiple pages in various languages. This module also adds the ability for your users to select which language of a page they wish to view. The SilverStripe Translatable module allows you to create and edit multiple pages in various languages. This module also adds the ability for your users to select which language of a page they wish to view.
<div class="note" markdown="1"> [note]
Notes: Notes:
The SilverStripe Translatable module does not translate content automatically, content authors will need to enter the translated content manually for each translated page. The SilverStripe Translatable module does not translate content automatically, content authors will need to enter the translated content manually for each translated page.
</div> [/note]
To begin translating content select a page in your site tree from the "Pages" admin. You can see in the below image: To begin translating content select a page in your site tree from the "Pages" admin. You can see in the below image:

View File

@ -1,5 +1,7 @@
---
title: Working with translations title: Working with translations
summary: Adding translated content to your website. summary: Adding translated content to your website.
---
# Working with translations # Working with translations