Skip to content

Commit

Permalink
fix(i18n): use T3v12.4.9+ for _LOCAL_LANG
Browse files Browse the repository at this point in the history
_LOCAL_LANG l10n overrides/extensions stopped working in non-Extbase contexts
 That was fixed in https://review.typo3.org/c/Packages/TYPO3.CMS/+/82023 which
was released with TYPO3 v12.4.9.

Relates: #304
  • Loading branch information
jonaseberle committed Jan 22, 2024
1 parent 9586422 commit 23933d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"typo3/cms-core": "^12 || 12.*.x-dev || dev-main"
"typo3/cms-core": "^12.4.9 || 12.*.x-dev || dev-main"
},
"require-dev": {
"browserstack/browserstack-local": "dev-master",
Expand Down

0 comments on commit 23933d6

Please sign in to comment.