10000 gh-64243: Implement `locale.getlocale` fall back in `gettext.find` by StanFromIreland · Pull Request #131477 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-64243: Implement locale.getlocale fall back in gettext.find #131477

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Correct NEWS
  • Loading branch information
StanFromIreland committed Mar 19, 2025
commit 03ca427c5561b5ec6005520f2015da9d16af70d6
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Implement a fall back to :func:`locale.getlocale` in :func:`gettext.find` if
*languages* is not provided and :envvar:`LANGUAGES` is not set.
*languages* is not provided and :envvar:`LANGUAGE` is not set.
Loading
0