Skip to content

Commit b22c685

Browse files
Permanently removing a language from a content item (#7)
Documented permanently removing a language from a Content item
1 parent 21d4978 commit b22c685

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/creating_content_advanced.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ The content on your website can be translated into different languages. Each Con
66
Which version is shown to a visitor depends on the way your installation is set up
77
(see [SiteAccess](https://doc.ezplatform.com/en/latest/guide/siteaccess/) for a technical explanation of the concept).
88

9-
### Adding translations
9+
### Adding and removing translations
1010

11-
You can create a new translation of a Content item by selecting **Translations** in the menu.
12-
You will see a list of all the existing translations and can switch to them and edit them.
13-
From there you can also add a new translation. When doing so, you can base the new translation on an existing one.
11+
You can create or remove a translation of a Content item by selecting **Translations** in the menu. You will see a list of all the existing translations and can switch to them, edit them or remove them. By choosing **Trash button** in the **Existing Translations** box you can permanently remove a translation (language) from every version of a Content item. You can remove any language except the main one.
12+
13+
When only one language is used in the Content item the **Trash button** is not displayed as the action is impossible.
14+
15+
![Permanently removing a language](img/removing_language.png "Permanently removing a language")
16+
17+
In the box you can also add a new translation by selecting **+ New Translation** button. When doing so, you can base the new translation on an existing one.
1418
All the fields will then be pre-filled with the values they have in the base translation.
1519
If you do not choose a base translation, the fields will be empty. Every time you add or edit any translation,
1620
the Content item gets a new version, the same way as when editing only one language.

docs/img/removing_language.png

56.3 KB
Loading

0 commit comments

Comments
 (0)