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

Improve i18n_tool.py list-translators, update-from-weblate #5571

Merged
merged 1 commit into from
Nov 19, 2020

Commits on Nov 9, 2020

  1. Improve i18n_tool.py list-translators, update-from-weblate

    Allow the specification of a commit whose timestamp will be used as
    the starting point for gathering translator credits, instead of
    starting from the last commit that says "l10n: sync". That breaks
    badly if there are any source string changes during the release cycle
    that require another sync, so instead, just examine all the commits
    since the time of the specified revision, defaulting to the last
    release tag.
    
    Also, instead of always gathering translator contributions up to the
    tip of i18n/i18n for list-translators and update-from-weblate, allow
    the specification of a commit. This is intended to allow verification
    of these functions' results; release management tasks should use the
    default target of the i18n/i18n branch tip.
    rmol committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    79640ee View commit details
    Browse the repository at this point in the history