Skip to content

Commit 0ea6963

Browse files
authored
[TASK] Revise "Setting up languages" chapter (#100)
Releases: main, 12.4
1 parent af3eb34 commit 0ea6963

4 files changed

Lines changed: 28 additions & 28 deletions

File tree

-31.2 KB
Loading
-23.7 KB
Loading
-129 KB
Loading
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
.. include:: /Includes.rst.txt
22

3-
43
.. _languages:
54

65
====================
76
Setting up languages
87
====================
98

10-
Languages are defined in the site configuration on a per-rootpage
11-
basis. When creating a new page on root level via TYPO3 Backend,
12-
a very basic site configuration is generated on the fly.
13-
It prevents immediate errors due to missing configuration and can
14-
also serve as a starting point for all further actions.
9+
Languages are defined in the :ref:`site configuration <t3coreapi:sitehandling>`
10+
for each root page. When creating a new page on root level via TYPO3 backend,
11+
a very basic site configuration is generated on the fly. It prevents immediate
12+
errors due to missing configuration and can also serve as a starting point for
13+
all further actions.
1514

1615
Site Management
17-
^^^^^^^^^^^^^^^
16+
===============
1817

19-
The Introduction Package's default languages are English, Danish
18+
The `Introduction Package`_'s default languages are English, Danish
2019
and German languages. Adding a new language is done in the
21-
"Sites" module in the "Site Management" area of the backend.
20+
:guilabel:`Site Management > Sites` module of the backend.
2221

23-
.. figure:: /Images/ManualScreenshots/SiteConfiguration/SiteConfiguration.png
24-
:alt: Editing a site configuration
22+
.. _Introduction Package: https://extensions.typo3.org/extension/introduction
2523

26-
Editing form for a site configuration
24+
.. figure:: /Images/ManualScreenshots/SiteConfiguration/SiteConfiguration.png
25+
:alt: Editing a site configuration
26+
:class: with-shadow
2727

28-
.. tip::
28+
Editing form for a site configuration
2929

30-
Detailed information on how to extend the site configuration
31-
with additional languages can be found in the
32-
:ref:`Site Handling Documentation <t3coreapi:sitehandling-basics>`.
30+
.. tip::
31+
Detailed information on how to extend the site configuration
32+
with additional languages can be found in the
33+
:ref:`site handling documentation <t3coreapi:sitehandling-addingLanguages>`.
3334

34-
Once you have defined at least one additional language,
35-
you have the option of translating pages and content.
36-
For example, the :guilabel:`Web > List` module will show links
37-
for translating, provided you have translated the page
38-
and checked the "Localization view" at the bottom of
39-
the screen.
35+
Once you have defined at least one additional language, you will be able to
36+
translate pages and content. For example, the :guilabel:`Web > List` module will
37+
show links for translation if you have translated the page.
4038

41-
.. figure:: /Images/ManualScreenshots/ListModule/LocalizeLinks.png
42-
:alt: Content elements with localize links
39+
.. figure:: /Images/ManualScreenshots/ListModule/LocalizeLinks.png
40+
:alt: Content elements with localize links
41+
:class: with-shadow
4342

44-
The Web > List view, with page translations and localize links for content elements
43+
The :guilabel:`Web > List` view, with page translations and localize links for content elements
4544

4645
Translated elements appears nested "under" their default language
4746
parent element in the :guilabel:`Web > List` view.
4847

49-
.. figure:: /Images/ManualScreenshots/ListModule/NestedTranslations.png
50-
:alt: Nested translations
48+
.. figure:: /Images/ManualScreenshots/ListModule/NestedTranslations.png
49+
:alt: Nested translations
50+
:class: with-shadow
5151

52-
The Web > List view shows translations nested under their parent
52+
The :guilabel:`Web > List` view shows translations nested under their parent

0 commit comments

Comments
 (0)