Bug #87829
closedCreate right set of folders by install tool
0%
Description
The folder structure generated by the install tool misses some folders:
- /config
- /var/labels
- /typo3conf/l10n
Updated by Guido Schmechel over 5 years ago
Why is the l10n folder too much? When I load the languages in the current master, e.g. DE for bootstrap_package, they end up in typo3conf/l10n.
Updated by Jan Kiesewetter over 5 years ago
They are loaded to var/labels in composer mode since v9 even without special configuration.
Updated by Guido Schmechel over 5 years ago
Thanks for explanation and link.
- I would continue to generate l10n for the non-composer installations.
- I'm fine with var/labels and config
What do you think?
Updated by Jan Kiesewetter over 5 years ago
It would be the best to create directories based on the config of a project. E.g. the config folder is not necessary for non composer installations.
https://docs.typo3.org/typo3cms/CoreApiReference/latest/ApiOverview/DirectoryStructure/Index.html
Updated by Benni Mack over 4 years ago
- Status changed from New to Closed
- Assignee set to Benni Mack
Thanks, all.
We've fixed this during the weekend (see https://review.typo3.org/c/Packages/TYPO3.CMS/+/63588) and should hit the next v9.5 release.
Updated by Benni Mack over 4 years ago
- Related to Bug #89903: TYPO3 9 still checks and reports typo3conf/l10n as missing in install tool added