Feature #20023
closedTranslation Handling: Enable Update from Translation Repository via CLI
0%
Description
As in Extension "rscliem" which handles CLI-based management of extension updates there should also be a feature to update translations via CLI. With such a CLI-based translation update management you can build a cronjob to update translations daily/weekly.
This could be released as a new extension or as a new feature in the extension "rscliem".
(issue imported from #M10448)
Updated by Daniel Krupke almost 16 years ago
As a third option this could also be handled by Extension Manager in core.
Possible Functions for this CLI feature:
1.) Check Translations
- Same as clicking on the according button in Extension Manager > Translation Handling
- CLI-Command: $PWD/cli_dispatch.phpsh emtools --check-translations
2.) Import Translations
- Same as clicking on the according button in EM > Translation Handling
- CLI-Command: $PWD/cli_dispatch.phpsh emtools --import-translations
3.) Clear Translation Files
- For a full check/update, this deletes the l10n zip-files from the typo3temp folder
- CLI-Command: $PWD/cli_dispatch.phpsh emtools --clear-translation-files
4.) Uninstall old csh_* extensions
- Uninstalls all old csh_* extensions to fully use new way of translation handling
- CLI-Command: $PWD/cli_dispatch.phpsh emtools --uninstall-csh-extensions
Updated by Chris topher over 14 years ago
Hi Daniel,
thanks for the idea! Such an option was always missing.
Can you provide a patch for sending to Core List?
Updated by Susanne Moog over 13 years ago
- Status changed from Needs Feedback to New
- Target version changed from 0 to 4.7.0
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.