Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[translate]Translate the po file into chinese #3717

Closed
wants to merge 21 commits into from
Closed

[translate]Translate the po file into chinese #3717

wants to merge 21 commits into from

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    9eca92b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d170c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Fix box_plot NaN issue (#3722)

    fixes #3712
    mistercrunch authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    17c4d2e View commit details
    Browse the repository at this point in the history
  2. Validate JSON in slice's params on save (#3720)

    fixes #3507
    
    This prevents malformed JSON from getting saved in a slice's params. It
    also prevents the issue described in #3507 from happening though as a
    result malformed slices will render using default control values.
    mistercrunch authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    b44e4cf View commit details
    Browse the repository at this point in the history
  3. Add CRUD action to refresh table metadata (#3721)

    A shortcut to make it easy to refresh a table's schema
    mistercrunch authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    af3a124 View commit details
    Browse the repository at this point in the history
  4. bump react-bootstrap version (#3723)

    1. avoid exports is not defined error
    2. per jordan's suggestion, update .babelrc only use airbnb presets
    Grace Guo authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    523784b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35c5e0b View commit details
    Browse the repository at this point in the history
  6. Fix 3657 (#3739)

    * Reorders MANIFEST.in
    
    * Includes the translations dir in MANIFEST
    baldoalessandro authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    26687a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68d4879 View commit details
    Browse the repository at this point in the history
  8. Fix has_table method (#3741)

    Dialect's has_table method requires connection as the first argument, not engine (https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/engine/interfaces.py#L454). Instead, we can use engine's has_table method that handles the connection for us (https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/engine/base.py#L2141). Alternatively, we could call engine.dialect.has_table(engine.connect(), ...).
    mxmzdlv authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    afd16d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    acaf860 View commit details
    Browse the repository at this point in the history
  10. Consolidate all translation config (#3750)

    Move all translation config to superset/translations
    alanmcruickshank authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    cd94b93 View commit details
    Browse the repository at this point in the history
  11. fix #3726 (#3751)

    Grace Guo authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    e810758 View commit details
    Browse the repository at this point in the history
  12. Add dummy file to fix symlink (#3759)

    In `assets/static` we have a symlink pointing to `docs/_build/html`
    which is .gitignored and missing in the repo since we don't want the
    html-generated docs in the repo, meaning the symlink is broken
    
    Having the symlink broken creates issues with pip-compile somehow.
    
    Adding a dummy file here addresses that
    mistercrunch authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    6971895 View commit details
    Browse the repository at this point in the history
  13. add stackoverflow tag (#3764)

    dmigo authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    56ac82f View commit details
    Browse the repository at this point in the history
  14. docs: reword the FAQ regarding table changes (#3763)

    So we stop confusing people that thinks we do DDL.
    
    Fix #3761
    xrmx authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    1fb68c7 View commit details
    Browse the repository at this point in the history
  15. Update to reflect new version of cryptography (#3748)

    update to 1.9
    
    I have built and pip installed with latest cryptography.
    SpyderRivera authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    cb1eba8 View commit details
    Browse the repository at this point in the history
  16. [time table] add tooltip to sparkline (#3767)

    * [time table] add tooltip to sparkline
    
    * [time table] open link in new tab
    
    * [time table] add back Mustache
    williaster authored and zhouyao1994 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    bc89dba View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fbf05b2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b698c54 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    82b7834 View commit details
    Browse the repository at this point in the history