rusackas opened a new pull request, #44509:
URL: https://github.com/apache/superset/pull/44509

   ### SUMMARY
   #44465 added/renamed a handful of translatable strings (report/alert retry 
copy, screenshot cache error messages) without regenerating `messages.pot`. 
That leaves the extraction template out of sync with source, which breaks 
`check_pot_drift.py` for every PR built on top of current master — both the 
standalone `babel-extract` CI job and its unit-test twin 
(`tests/unit_tests/scripts/translations/check_pot_drift_test.py::test_committed_template_matches_a_fresh_extraction`),
 which is part of the required `unit-tests` gate.
   
   This regenerates `messages.pot` via `scripts/translations/babel_update.sh` 
(5 new msgids added, 4 stale ones removed) and updates the language catalogs 
accordingly. Existing translations are untouched; the new strings land 
untranslated, same as any other string addition.
   
   Pure translation-template regen, no application code changes.
   
   ### TESTING INSTRUCTIONS
   ```bash
   python scripts/translations/check_pot_drift.py
   ```
   Should report `superset/translations/messages.pot matches a fresh 
extraction.`
   
   ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to