Skip to content

Commit

Permalink
Add en_GB and en_US
Browse files Browse the repository at this point in the history
  • Loading branch information
2br-2b authored and dangillet committed Feb 2, 2025
1 parent 724263d commit 99ebff3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/humanize/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ def activate(
Raises:
Exception: If humanize cannot find the locale folder.
"""
if locale == "en_GB" or locale == "en_US":
locale = None

if path is None:
path = _get_default_locale_path()

Expand Down

0 comments on commit 99ebff3

Please sign in to comment.