Skip to content

Commit

Permalink
feat(i18n): add ukranian translations (apache#25323)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlugovGrGlib authored and sfirke committed Mar 22, 2024
1 parent 284e0b9 commit 17f6dc9
Show file tree
Hide file tree
Showing 3 changed files with 18,582 additions and 0 deletions.
1 change: 1 addition & 0 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ def _try_json_readsha(filepath: str, length: int) -> str | None:
"sk": {"flag": "sk", "name": "Slovak"},
"sl": {"flag": "si", "name": "Slovenian"},
"nl": {"flag": "nl", "name": "Dutch"},
"uk": {"flag": "uk", "name": "Ukranian"},
}
# Turning off i18n by default as translation in most languages are
# incomplete and not well maintained.
Expand Down
Loading

0 comments on commit 17f6dc9

Please sign in to comment.