Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no alternative language record #110

Merged
merged 8 commits into from
Jul 13, 2024
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions Documentation/PageTranslations/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
Translating pages
=================

When you want to translate a page in the page tree you create an
"alternative page language" record on that page. This contains fields
similar to that of the page record of the default language which you fill in
with translated content.

In order to translate a page in the page tree just create a
copy of it with a new language relation. Use the module :guilabel:`Page` and on the top of the right side
:guilabel:`Language Comparison` and the lower dropdown :guilabel:`Create a new translation of this page`.
As soon as you choose a language of this dropdown the translation process will start with the copy of this page.

The page copy will be generated in the default language with page property fields like title or description prefixed by a text similar to "[Translate to Language X:]".
The translated content needs to be put here, replacing the placeholder text with prefix and
the copied default language contents.

Select the :guilabel:`Language Comparison` function in the upper menu bar of the
:guilabel:`Web > Page` module. Then use the select box to create a new
translation of the page:
Expand All @@ -32,6 +36,6 @@ The form with the fields for the translated page will then be displayed:
Most of the fields are the same as for the page of the default language. Below
the fields the content of the default language is shown.

If a page has no translation (that means, no "alternative page language" record),
its content cannot be translated, no matter how many system languages
As long as a page has no translated copy page,
its contents cannot be translated, no matter how many system languages
have been defined.
Loading