codeant-ai-for-open-source[bot] commented on PR #36982:
URL: https://github.com/apache/superset/pull/36982#issuecomment-4037986024
## **Sequence Diagram**
This PR updates the French translation catalog so dashboard filter controls
and theme management actions display accurate, non-fuzzy French labels while
keeping the underlying behavior unchanged.
```mermaid
sequenceDiagram
participant User
participant DashboardUI
participant TranslationCatalog
participant Backend
User->>DashboardUI: Open dashboard with filters and themes
DashboardUI->>TranslationCatalog: Load French messages
TranslationCatalog-->>DashboardUI: Return corrected filter and theme
labels
User->>DashboardUI: Click Clear all filters
DashboardUI->>Backend: Reset dashboard filters
Backend-->>DashboardUI: Confirm filters cleared with French text
User->>DashboardUI: Import theme
DashboardUI->>Backend: Send theme import request
Backend-->>DashboardUI: Return theme import status in French
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]