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

Transifex sync #307

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Transifex sync #307

merged 2 commits into from
Nov 5, 2024

Commits on Nov 5, 2024

  1. Skip pre-commit checks for locale files

    The locale POT and PO files are primarily generated and shouldn't be
    subject to pre-commit checks.
    dbnicholson committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ee07303 View commit details
    Browse the repository at this point in the history
  2. Sync translations from Transifex

    Pull in all the translations from Transifex using `tx pull -f`. This
    adds a bunch more message catalogs for languages that were configured in
    Transifex. As noted in 0c044ac, country specific locales were left out
    for now to avoid a Godot bug choosing the best locale.
    
    https://phabricator.endlessm.com/T35709
    dbnicholson committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    54b4074 View commit details
    Browse the repository at this point in the history