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

Fix i18n _get_default_locale_path #1

Merged
merged 2 commits into from
Feb 2, 2025
Merged

Conversation

dangillet
Copy link
Owner

Fixes python-humanize#105

Changes proposed in this pull request:

  • Use importlib.resources available since Python 3.9 to find the location of the locale folder containing the translations.

@dangillet dangillet force-pushed the fix-get-default-locale-path branch from af19aaf to ff870da Compare September 23, 2024 07:34
Fixes python-humanize#105

Use importlib.resources available since Python 3.9 to find the location
of the locale folder containing the translations.
@dangillet dangillet force-pushed the fix-get-default-locale-path branch from ff870da to 9627694 Compare September 26, 2024 16:17
Improve import times

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@dangillet dangillet merged commit 19b43d3 into main Feb 2, 2025
43 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some tests fails with pytest-randomly
1 participant