|
1 | 1 | .. include:: /Includes.rst.txt |
2 | 2 |
|
3 | | - |
4 | 3 | .. _languages: |
5 | 4 |
|
6 | 5 | ==================== |
7 | 6 | Setting up languages |
8 | 7 | ==================== |
9 | 8 |
|
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. |
15 | 14 |
|
16 | 15 | Site Management |
17 | | -^^^^^^^^^^^^^^^ |
| 16 | +=============== |
18 | 17 |
|
19 | | -The Introduction Package's default languages are English, Danish |
| 18 | +The `Introduction Package`_'s default languages are English, Danish |
20 | 19 | 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. |
22 | 21 |
|
23 | | -.. figure:: /Images/ManualScreenshots/SiteConfiguration/SiteConfiguration.png |
24 | | - :alt: Editing a site configuration |
| 22 | +.. _Introduction Package: https://extensions.typo3.org/extension/introduction |
25 | 23 |
|
26 | | - Editing form for a site configuration |
| 24 | +.. figure:: /Images/ManualScreenshots/SiteConfiguration/SiteConfiguration.png |
| 25 | + :alt: Editing a site configuration |
| 26 | + :class: with-shadow |
27 | 27 |
|
28 | | -.. tip:: |
| 28 | + Editing form for a site configuration |
29 | 29 |
|
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>`. |
33 | 34 |
|
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. |
40 | 38 |
|
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 |
43 | 42 |
|
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 |
45 | 44 |
|
46 | 45 | Translated elements appears nested "under" their default language |
47 | 46 | parent element in the :guilabel:`Web > List` view. |
48 | 47 |
|
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 |
51 | 51 |
|
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