-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
command:language-core-uninstallRelated to 'language core uninstall' commandRelated to 'language core uninstall' commandcommand:language-plugin-uninstallRelated to 'language plugin uninstall' commandRelated to 'language plugin uninstall' commandcommand:language-theme-uninstallRelated to 'language theme uninstall' commandRelated to 'language theme uninstall' command
Description
Feature Request
- Yes, I reviewed the contribution guidelines.
Describe your use case and the problem you are facing
The WordPress core performance team is working on the Performant Translations feature project, which aims to speed up translations by using PHP files instead of MO files. The goal is to get it ready for WordPress 6.5. If and when that support is added to WordPress core, *.l10n.php translation files need to be properly deleted on uninstall as well.
In addition to that, JSON translation files are not currently handled either, causing a lot of lingering files.
Describe the solution you'd like
- Delete
.l10n.phptranslation files on uninstall - Delete
.jsontranslation files on uninstall (maybe do a regex check or something to not delete the wrong files)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
command:language-core-uninstallRelated to 'language core uninstall' commandRelated to 'language core uninstall' commandcommand:language-plugin-uninstallRelated to 'language plugin uninstall' commandRelated to 'language plugin uninstall' commandcommand:language-theme-uninstallRelated to 'language theme uninstall' commandRelated to 'language theme uninstall' command