Skip to content

Commit

Permalink
chore: Slovak translation, enabling language and adding first transla…
Browse files Browse the repository at this point in the history
…tions (#14783)

* Slovak translation - enabling language and adding first translations

* Linting fixes

* Adding basic translations

* Slovak translation - adding json file

* JSON lint fix

* Prettier fix

Co-authored-by: Ville Brofeldt <[email protected]>
  • Loading branch information
minho95 and villebro authored Nov 23, 2021
1 parent 5622531 commit 2fffff6
Show file tree
Hide file tree
Showing 3 changed files with 10,808 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 @@ -314,6 +314,7 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]:
"pt_BR": {"flag": "br", "name": "Brazilian Portuguese"},
"ru": {"flag": "ru", "name": "Russian"},
"ko": {"flag": "kr", "name": "Korean"},
"sk": {"flag": "sk", "name": "Slovak"},
"sl": {"flag": "si", "name": "Slovenian"},
}
# Turning off i18n by default as translation in most languages are
Expand Down
Loading

0 comments on commit 2fffff6

Please sign in to comment.