Skip to content

Fix i18n _get_default_locale_path#1

Merged
dangillet merged 2 commits intomainfrom
fix-get-default-locale-path
Feb 2, 2025
Merged

Fix i18n _get_default_locale_path#1
dangillet merged 2 commits intomainfrom
fix-get-default-locale-path

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
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