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

Simplify language chooser #328

Merged

Commits on Oct 20, 2023

  1. Simplify language chooser

    - Allows usage of i18n_patterns with prefix_default_language=False
    - Change templatetag from simple tag to an inclusion tag
    - Reduces complexity by relying on Django's behavior in the
      set_language view: it will translate any url passed as 'next'.
      This behavior has been present since Django 1.9.
    - Remove individual forms for each language
    
    Fixes fabiocaccamo#327
    
    Reference: django/django@aa5ab11
    julianwachholz committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    06758e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    70a521d View commit details
    Browse the repository at this point in the history
  2. Fix template tag tests

    julianwachholz committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    266810f View commit details
    Browse the repository at this point in the history