Skip to content

Commit 816f336

Browse files
2br-2bdangillet
authored andcommitted
Add en_GB and en_US
Fixes #210
1 parent de8b8a1 commit 816f336

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/humanize/i18n.py

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ def activate(
7171
Raises:
7272
Exception: If humanize cannot find the locale folder.
7373
"""
74+
if locale == "en_GB" or locale == "en_US":
75+
locale = None
76+
7477
if path is None:
7578
path = _get_default_locale_path()
7679

0 commit comments

Comments
 (0)