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

Use %d for year translations, convert to string for intcomma after #23

Merged
merged 3 commits into from Jun 22, 2022

Commits on Jun 20, 2022

  1. BUG: Use %d for year translations convert to string for intcomma after

    This patch fixes a bug introduced in 3.14.0, where the format
    string was changed from %d to %s to add separators to the year.
    However, this needs to happen after translation because the
    translator uses the format strings as part of the translation.
    
    Closes python-humanize#21
    carterbox committed Jun 20, 2022
    Copy the full SHA
    6c1d0c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Copy the full SHA
    cfdfb81 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e34f1cc View commit details
    Browse the repository at this point in the history