-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Open
Labels
Description
Screenshot
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.
Reactions are currently unavailable