You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/01/20 18:51:12 UTC

[superset] branch master updated (c14ed80 -> c85b4c7)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from c14ed80  refactor: rename DbColumnType to GenericDataType (#12617)
     add c85b4c7  Fix translation files and update documentation (#12595)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md                                    |    38 +-
 .../importers/exceptions.py => scripts/po2json.sh  |    16 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |     2 +-
 superset/translations/de/LC_MESSAGES/messages.json |  2668 +++--
 superset/translations/de/LC_MESSAGES/messages.po   |  8812 +++++++++++----
 superset/translations/en/LC_MESSAGES/messages.json |  2017 +++-
 superset/translations/en/LC_MESSAGES/messages.po   |  9352 +++++++++++-----
 superset/translations/es/LC_MESSAGES/messages.json |  1286 ++-
 superset/translations/es/LC_MESSAGES/messages.po   |  7825 ++++++++-----
 superset/translations/fr/LC_MESSAGES/messages.json |  3352 ++++--
 superset/translations/fr/LC_MESSAGES/messages.po   | 10931 ++++++++++++-------
 superset/translations/it/LC_MESSAGES/messages.json |  2927 +++--
 superset/translations/it/LC_MESSAGES/messages.po   |  9634 +++++++++++-----
 superset/translations/ja/LC_MESSAGES/messages.json |  2485 +++--
 superset/translations/ja/LC_MESSAGES/messages.po   |  8806 +++++++++++----
 superset/translations/ko/LC_MESSAGES/messages.json |  2848 +++--
 superset/translations/ko/LC_MESSAGES/messages.po   |  9232 +++++++++++-----
 superset/translations/messages.pot                 |  6815 +++++++-----
 superset/translations/pt/LC_MESSAGES/message.json  |  2351 ++++
 superset/translations/pt/LC_MESSAGES/message.po    |  9782 +++++++++++------
 .../translations/pt_BR/LC_MESSAGES/messages.json   |  3612 ++++--
 .../translations/pt_BR/LC_MESSAGES/messages.po     | 10250 ++++++++++++-----
 superset/translations/ru/LC_MESSAGES/messages.json |  3329 +++---
 superset/translations/ru/LC_MESSAGES/messages.po   | 10128 +++++++++++------
 superset/translations/zh/LC_MESSAGES/messages.json |  3237 +++---
 superset/translations/zh/LC_MESSAGES/messages.po   |  9511 +++++++++++-----
 26 files changed, 98921 insertions(+), 42325 deletions(-)
 copy superset/commands/importers/exceptions.py => scripts/po2json.sh (73%)
 mode change 100644 => 100755
 create mode 100644 superset/translations/pt/LC_MESSAGES/message.json