* Add CES to translated scripts list
This commit is contained in:
Moon 2021-07-06 12:30:39 -07:00 committed by GitHub
parent 089c5b5905
commit cb31c3a468
3 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,15 @@
## Unreleased
### Fix missing translation strings for CES #7270
1. Navigate to Settings -> General and change the site language to a non-English (I've used Espanol for testing purposes).
2. You might need to update the language file if it's your first time using the selected language. Update the language file from Dashboard -> Updates
3. Go to WooCommerce -> Settings
4. Click the [ Save Changes ] button to trigger the CES modal.
5. Confirm the modal has correct translations (Refer to the screenshots)
### Use saved values if available when switching tabs #7226
1. Start onboarding wizard and continue to step 4.

View File

@ -104,6 +104,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Fix: Fix and refactor explat polling to use setTimeout #7274
- Fix: Cache product/variation revenue query results. #7067
- Tweak: Remove performance indicators when Analytics Flag disabled #7234
- Fix: Fix missing translation strings for CES #7270
- Tweak: Revert Card component removal #7167
- Tweak: Removed unused feature flags #7233 and #7273
- Tweak: Repurpose disable wc-admin filter to remove optional features #7232

View File

@ -390,6 +390,7 @@ class Loader {
'wc-currency',
'wc-date',
'wc-components',
'wc-customer-effort-score',
WC_ADMIN_APP,
);