Skip to content

Commit

Permalink
chore: adding Dutch language translations (NL) (#18965)
Browse files Browse the repository at this point in the history
* added NL translations

* added Dutch to config

* fixed end of line on .po file

Co-authored-by: pablo.guerra-at-026399402087 <pablo.guerra@026399402087>
(cherry picked from commit 4467503)
  • Loading branch information
pablo-guerra authored and villebro committed Apr 3, 2022
1 parent 4e78efc commit 45dc7b5
Show file tree
Hide file tree
Showing 3 changed files with 20,881 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 @@ -335,6 +335,7 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]:
"ko": {"flag": "kr", "name": "Korean"},
"sk": {"flag": "sk", "name": "Slovak"},
"sl": {"flag": "si", "name": "Slovenian"},
"nl": {"flag": "nl", "name": "Dutch"},
}
# Turning off i18n by default as translation in most languages are
# incomplete and not well maintained.
Expand Down
Loading

0 comments on commit 45dc7b5

Please sign in to comment.