ap-Codkelden opened a new issue, #37875: URL: https://github.com/apache/superset/issues/37875
## Screenshot <img width="274" height="144" alt="Image" src="https://github.com/user-attachments/assets/6a5bbc02-c604-4536-856e-b9eee320c3ff" /> ## Description If Ukrainian language is enabled as interface language, there is no Ukrainian flag displayed. ## Design input CSS class for Ukrainian flag from Superset is `<i class flag uk>`, with corresponding CSS selector `background: url(../images/flags16.png)` In `flags16.css`. But entry for `"uk"` is absent in the CSS file `flags16.css`. Instead of it, an entry .f16 .ua{background-position:0 -3632px;} is present on the line 229 of this file. ISO-639-2 language code for Ukrainian is `ua`. So please bring into one line CSS file and page source. -- 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]
