-
Notifications
You must be signed in to change notification settings - Fork 2
Fix translations #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix translations #174
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR aims to fix issues with translation generation by updating related code assets.
- Updated the license text for the minified performance script to ensure proper attribution.
Files not reviewed (19)
- .nvmrc: Language not supported
- build/performance/performance.min.asset.php: Language not supported
- composer.json: Language not supported
- includes/Services/I18nService.php: Language not supported
- languages/wp-module-performance-de_DE-nfd-performance-bulk-optimizer.json: Language not supported
- languages/wp-module-performance-de_DE-nfd-performance-optimizer-marker.json: Language not supported
- languages/wp-module-performance-de_DE-nfd-performance.json: Language not supported
- languages/wp-module-performance-de_DE.l10n.php: Language not supported
- languages/wp-module-performance-en_AU-nfd-performance-bulk-optimizer.json: Language not supported
- languages/wp-module-performance-en_AU-nfd-performance-optimizer-marker.json: Language not supported
- languages/wp-module-performance-en_AU-nfd-performance.json: Language not supported
- languages/wp-module-performance-en_AU.l10n.php: Language not supported
- languages/wp-module-performance-en_GB-nfd-performance-bulk-optimizer.json: Language not supported
- languages/wp-module-performance-en_GB-nfd-performance-optimizer-marker.json: Language not supported
- languages/wp-module-performance-en_GB-nfd-performance.json: Language not supported
- languages/wp-module-performance-en_GB.l10n.php: Language not supported
- languages/wp-module-performance-es_ES-nfd-performance-bulk-optimizer.json: Language not supported
- languages/wp-module-performance-es_ES-nfd-performance-optimizer-marker.json: Language not supported
- languages/wp-module-performance-es_ES-nfd-performance.json: Language not supported
The bluehost test failures are unrelated to this module, and the other plugins will need updating since the module-based components they were deep linking to are no longer present those build fails. We'll have to update the plugins over time to get the performance page removed from the plugin app so the build can run and tests can perform. |
Proposed changes
Fix issues where translations weren't generating properly.
Type of Change
Production
Development
Image
Checklist
Further comments