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

Use correct language in panels #1717

Merged
merged 6 commits into from Jan 16, 2023
Merged

Commits on Dec 7, 2022

  1. Use correct language in panels

    PR #1703 introduced a bug where SQLPanel (and probably others) is rendered in `LANGUAGE_CODE` language, while it should use `TOOLBAR_LANGUAGE` if provided.
    This PR fixes panel's content language.
    amureki authored and tim-schilling committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5953645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80c13b2 View commit details
    Browse the repository at this point in the history
  3. Add missing changelog entries

    amureki authored and tim-schilling committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    82b9b1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b41da3c View commit details
    Browse the repository at this point in the history
  5. Create decorator to use TOOLBAR_LANGUAGE in toolbar specific views.

    This reviews the third-party panel documentation to reference
    these two decorators and explain them. They aren't necessary
    but should be used.
    tim-schilling committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d38ff8f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    d233ce9 View commit details
    Browse the repository at this point in the history