Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: translate/translate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.19.5
Choose a base ref
...
head repository: translate/translate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.19.6
Choose a head ref
  • 20 commits
  • 71 files changed
  • 3 contributors

Commits on Apr 14, 2026

  1. Configuration menu
    Copy the full SHA
    3c16a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7769ee4 View commit details
    Browse the repository at this point in the history
  3. chore: fix type annotations

    nijel committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    4cca975 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. chore(deps): update dependency astral-sh/uv to v0.11.7 (#6245)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    23b521d View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency ty to v0.0.31 (#6246)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    4385f55 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1…

    …5.11 (#6247)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    6a126a7 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update astral-sh/setup-uv action to v8.1.0 (#6248)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    b8d219b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. fix(deps): update dependency lxml to >=5.2.0,<6.2 (#6250)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    bbdc9f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2026

  1. chore(deps): replace astral-sh/setup-uv action with astral-sh/setup-u…

    …v v8.0.0 (#6251)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    cdfb7d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. Configuration menu
    Copy the full SHA
    81a1368 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency ty to v0.0.32 (#6254)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    e3b8048 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. chore(deps): update dependency prek to v0.3.10 (#6255)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    edb688f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. chore: consolidate xml parsing

    Add helper functions to avoid every caller need to parse with a safe
    parser.
    nijel committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    8fe19d8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump lxml dependency

    - higher upper bound to make it easier to install security updates
    - higher lower bound to cover CVE-2026-41066, even though we should not be affected
    nijel committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    819c183 View commit details
    Browse the repository at this point in the history
  3. fix(oo): sanitize used filenames

    Implemented the traversal fix for recursive OO/SDF conversion.
    nijel committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    537ca4c View commit details
    Browse the repository at this point in the history
  4. fix(csv): improve escaping

    Use standard apostrophe based escaping for formula like starts.
    nijel committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    320a55d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. fix(fomats): better handle edge cases in csv format

    Gracefully handle non-numeric values and support string escaping in round trip.
    nijel committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    6510373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5de752 View commit details
    Browse the repository at this point in the history
  3. fix(storage): consolidated parse handling

    Avoid parsing files based on name in the passed content.
    
    See #3911
    nijel committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    47b437b View commit details
    Browse the repository at this point in the history
  4. chore: release 3.19.6 (#6263)

    nijel authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    e6a71d8 View commit details
    Browse the repository at this point in the history
Loading