Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Fix Transifex integration #2313

Description

@jsha

We have tests that fail if a message is present in the english locale
file but absent from some of the other locales, which makes it hard to
add a new message. Our integration with Transifex, our translation platform,
means that we should add new messages to the english locale, commit, then
wait a short while and pull the latest copy from Transifex, which will have an
instance of that message for every locale, defaulted to English (and updated
over time). Currently this would make our tests fail.

We should keep only the English locale in our source repo, with a submodule
that tracks the upstream Transifex repo. We should remove the test for "all
locales present" and move it to a separate set of pre-release tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions