Feature #84691
closedReimplement postProcessMirrorUrl signal for language pack url
100%
Description
With change https://review.typo3.org/c/55998 the possibility to modify a language pack mirror url as mentioned in [https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Internationalization/Translation.html#custom-translation-servers] is gone.
We should add it again as this is/was a useful feature.
Updated by Jan Delius over 6 years ago
Usecase:
- In our company we have some base extensions that we use in most projects. We use an own poodle server to sync the translations of these extensions across the projects.
- At second sometimes we have third party translators for some languages we don't speak. Before the change we gave them access to the specific extension/project in our private poodle server to translate them.
Updated by Mathias Schreiber over 6 years ago
Jan Delius wrote:
Usecase:
- In our company we have some base extensions that we use in most projects. We use an own poodle server to sync the translations of these extensions across the projects.
- At second sometimes we have third party translators for some languages we don't speak. Before the change we gave them access to the specific extension/project in our private poodle server to translate them.
Would it make sense to provide one additional, dedicated URL for that usecase?
Updated by Jan Delius over 6 years ago
When we discussed this a while ago at the T3CS, we preferred the following solution:
Introduce a setting(for example primaryLanguagePackBaseUrl). If set, the LanguagePackService uses this url instead of the default https://typo3.org/fileadmin/ter.
Meanwhile, our requirements for this feature have changed, so it would be nice to modify this base url for each extension(as was possible with the signal).
How about supporting a user function within our preferred solution setting, as is possible for $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'] ?
Updated by Christian Kuhn about 6 years ago
- Related to Task #84131: Make language module part of install extension added
Updated by Gerrit Code Review about 6 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/58265
Updated by Christian Kuhn about 6 years ago
I think the easiest solution is to just re-implement the signal as it has been done before. A patch for this is now pending.
Updated by Christian Kuhn about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d7c16d75654822baf508fbbcdadba1d4f668fa49.