Skip to content

Wrong language code for Ukrainian in CSS #37875

@ap-Codkelden

Description

@ap-Codkelden

Screenshot

Image

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions