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

Split up logic in sphinx.transforms.i18n.Locale.apply #11166

Merged
merged 6 commits into from Mar 15, 2023

Commits on Jan 31, 2023

  1. i18n: Split up Locale.apply logic

    Before, the apply method was one big 400-line chunk. This just splits it
    up into more manageable chunks by introducing a _NodeUpdater auxiliary
    class holding logic for updating various types of references.
    jeanas committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    cfa07fc View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

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

Commits on Mar 15, 2023

  1. Merge branch 'master' into intl-simpl

    # Conflicts:
    #	sphinx/transforms/i18n.py
    AA-Turner committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7bf5148 View commit details
    Browse the repository at this point in the history
  2. Fix Ruff errors

    AA-Turner committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    bf54e35 View commit details
    Browse the repository at this point in the history
  3. Type errors

    AA-Turner committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    66e02bf View commit details
    Browse the repository at this point in the history
  4. Updates

    AA-Turner committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    be9f20a View commit details
    Browse the repository at this point in the history