Skip to content

Commit e884423

Browse files
committed
[FEATURE] Rename top-level module "web" to "content"
References: https://review.typo3.org/c/Packages/TYPO3.CMS/+/90955 Releases: main
1 parent 3829ad8 commit e884423

File tree

5 files changed

+22
-18
lines changed

5 files changed

+22
-18
lines changed

Documentation/CoreSupport/Tca/Index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ DataHandler commands for localization
186186
Localizing a record can be done by the
187187
:ref:`"localize" command <t3coreapi:tce-command-keywords>` of the
188188
:ref:`DataHandler <t3coreapi:datahandler-basics>`. This is the command that is sent
189-
when you press the translate buttons in :guilabel:`Web > List` or
190-
:guilabel:`Web > Page` for an element.
189+
when you press the translate buttons in :guilabel:`Content > List` or
190+
:guilabel:`Content > Page` for an element.
191191

192192
When this command is issued an ordinary copy is made but the fields
193193
:ref:`languageField <core-support-tca-languagefield>` and
@@ -212,4 +212,3 @@ Each field may contain special instructions which will affect the "localize"
212212
command. Most important is the
213213
:ref:`"l10n\_mode" field <t3tca:columns-properties-l10n-mode>` with which,
214214
for example, a field can be entirely excluded from the translation process.
215-

Documentation/LocalizationOverview/Index.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@ Localization overview
1313
Introduction
1414
============
1515

16+
.. versionchanged:: 14.0
17+
The main module `Web` has been renamed to `Content`.
18+
See `Feature: #107628 - Improved backend module naming and structure <https://docs.typo3.org/permalink/changelog:feature-107628-1729026000>`_
19+
20+
1621
You can get a complete overview of the page tree and page
17-
translations by using the :guilabel:`Web > Info` module and choosing
22+
translations by using the :guilabel:`Content > Info` module and choosing
1823
the :guilabel:`Localization Overview` function.
1924

2025
.. figure:: /Images/ManualScreenshots/InfoModule/LocalizationOverviewIntroductionPackage.png
21-
:alt: Localization Overview in Web > Info module
26+
:alt: Localization Overview in "Content > Info" module
2227
:class: with-shadow
2328

2429
Overview of existing translations in a blank Introduction Package

Documentation/LocalizedContent/Index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Free mode
3333
the original language and you want to have that freedom in designing your
3434
translated website.
3535

36-
When you start translating a page, the :guilabel:`Web > Page` module will ask
36+
When you start translating a page, the :guilabel:`Content > Page` module will ask
3737
you about this choice when clicking on the :guilabel:`Translate` button:
3838

3939
.. figure:: /Images/ManualScreenshots/PageModule/LocalizedContentTranslationWizard.png
@@ -152,14 +152,14 @@ translations. The uid of that particular language is "-1".
152152

153153
A content element valid for all languages
154154

155-
It is also marked with the special language icon in the :guilabel:`Web > Page`
155+
It is also marked with the special language icon in the :guilabel:`Content > Page`
156156
module:
157157

158158
.. figure:: /Images/ManualScreenshots/PageModule/LocalizedContentAllLanguagePageModule.png
159159
:alt: "All" language in the Page Module
160160
:class: with-shadow
161161

162-
An "All" language content element displayed in the :guilabel:`Web > Page` module
162+
An "All" language content element displayed in the :guilabel:`Content > Page` module
163163

164164
Note that no :guilabel:`Translate` button appears, the new content element
165165
is valid for all languages.

Documentation/PageTranslations/Index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ Translating pages
77
=================
88

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

14-
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:]".
15-
The translated content needs to be put here, replacing the placeholder text (including the prefix and
14+
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:]".
15+
The translated content needs to be put here, replacing the placeholder text (including the prefix and
1616
the copied default language contents).
17-
17+
1818
Select the :guilabel:`Language Comparison` function in the upper menu bar of the
19-
:guilabel:`Web > Page` module. Then use the select box to create a new
19+
:guilabel:`Content > Page` module. Then use the select box to create a new
2020
translation of the page:
2121

2222
.. figure:: /Images/ManualScreenshots/Record/CreateNewTranslationOfPage.png

Documentation/SettingUpLanguages/Index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ and German languages. Adding a new language is done in the
3333
:ref:`site handling documentation <t3coreapi:sitehandling-addingLanguages>`.
3434

3535
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
36+
translate pages and content. For example, the :guilabel:`Content > List` module will
3737
show links for translation if you have translated the page.
3838

3939
.. figure:: /Images/ManualScreenshots/ListModule/LocalizeLinks.png
4040
:alt: Content elements with localize links
4141
:class: with-shadow
4242

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

4545
Translated elements appears nested "under" their default language
46-
parent element in the :guilabel:`Web > List` view.
46+
parent element in the :guilabel:`Content > List` view.
4747

4848
.. figure:: /Images/ManualScreenshots/ListModule/NestedTranslations.png
4949
:alt: Nested translations
5050
:class: with-shadow
5151

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

0 commit comments

Comments
 (0)