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

[TASK] Remove deprecated code in SiteLanguage #792

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
12 changes: 0 additions & 12 deletions Documentation/Conditions/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1275,12 +1275,6 @@ siteLanguage()
:ref:`XLIFF <t3coreapi:xliff>` files as a string, for example `default`
or the two-letter language code.

:typoscript:`siteLanguage("twoLetterIsoCode")`
.. deprecated:: 12.3

Returns the two-letter code for the language according to ISO-639
nomenclature as a string.

:typoscript:`siteLanguage("hreflang")`
.. versionchanged:: 12.4
This option is not relevant anymore for regular websites without
Expand All @@ -1289,12 +1283,6 @@ siteLanguage()

Returns the language information for the hreflang tag as a string.

:typoscript:`siteLanguage("direction")`
.. deprecated:: 12.3

Returns the text direction for content in this language (left-to-right
or right-to-left) as a string.

:typoscript:`siteLanguage("fallbackType")`
Returns the language fallback mode as a string, one of `fallback`,
`strict` or `free`.
Expand Down
10 changes: 0 additions & 10 deletions Documentation/Functions/Data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -791,11 +791,6 @@ siteLanguage
:typoscript:`base`
The base URL for this language.

:typoscript:`direction`
.. deprecated:: 12.3

The direction for this language.

:typoscript:`flagIdentifier`
The flag key (like `gb` or `fr`) used in the TYPO3 backend.

Expand Down Expand Up @@ -824,11 +819,6 @@ siteLanguage
:typoscript:`title`
The label to be used within TYPO3 to identify the language.

:typoscript:`twoLetterIsoCode`
.. deprecated:: 12.3

The ISO-639-1 code for this language (two letters).

:typoscript:`typo3Language`
The prefix for TYPO3's language files (`default` for English), otherwise
one of TYPO3's internal language keys. Previously configured via
Expand Down
Loading