codeant-ai-for-open-source[bot] commented on PR #36153:
URL: https://github.com/apache/superset/pull/36153#issuecomment-4126245760
## **Sequence Diagram**
This PR enables Czech as a selectable application language and adds Czech
translation entries used during UI text resolution. The core flow is that
language selection now passes Czech support checks and returns Czech-localized
labels, with fallback text when needed.
```mermaid
sequenceDiagram
participant User
participant Frontend
participant Backend
participant LanguageConfig
participant TranslationCatalog
User->>Frontend: Select Czech language
Frontend->>Backend: Request localized UI text
Backend->>LanguageConfig: Verify Czech is supported
LanguageConfig-->>Backend: Czech enabled
Backend->>TranslationCatalog: Load Czech translation messages
TranslationCatalog-->>Backend: Return Czech text and fallback entries
Backend-->>Frontend: Send localized labels
Frontend-->>User: Render interface in Czech
```
---
*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]