Bug #91721
closedstdWrap.lang does not support fallbacks of custom languages
100%
Description
https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ApiOverview/Internationalization/ManagingTranslations.html#custom-languages mentions how to use custom languages.
Here i define that de_AT should fallback to de, if no label is available in de_AT:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['localization']['locales']['dependencies']['de_AT'] = ['de'];
This works pretty well for language files, but the functionality is still missing in stdwrap_lang. Given i visit the page in de_AT with
page.30 = TEXT page.30.value = EN page.30.lang.de = DE #page.30.lang.de_AT = DE AT
I except to see DE, but i see EN.
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64945
Updated by Christoph Lehmann over 4 years ago
Furthermore i ask me, if
$GLOBALS['TYPO3_CONF_VARS']['SYS']['localization']['locales']['dependencies']
is somehow doubled with 'fallbacks' in site language configuration
languages: - title: de_AT enabled: true base: /at/ typo3Language: de_AT locale: de_AT.UTF-8 iso-639-1: de websiteTitle: '' navigationTitle: AT hreflang: de-AT direction: '' fallbackType: fallback fallbacks: '3' flag: de languageId: '2'
Updated by Christoph Lehmann over 4 years ago
- Related to Bug #87712: stdWrap.lang does not use Site Handling added
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64945
Updated by Gerrit Code Review over 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64945
Updated by Gerrit Code Review over 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64945
Updated by Gerrit Code Review about 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71912
Updated by Christoph Lehmann about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 60b5903492ccd339ed204611a7471546f77ab933.