-
Notifications
You must be signed in to change notification settings - Fork 927
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
Automate /locales/
page based on settings (fixes #6454)
#11546
Conversation
Codecov Report
@@ Coverage Diff @@
## main #11546 +/- ##
==========================================
- Coverage 77.08% 77.07% -0.01%
==========================================
Files 144 144
Lines 7553 7559 +6
==========================================
+ Hits 5822 5826 +4
- Misses 1731 1733 +2
Continue to review full report at Codecov.
|
31978a4
to
e8578bc
Compare
Updated pulling the native locale strings from |
@@ -128,6 +128,92 @@ def data_path(*args): | |||
# path to updated p-d data for testing before loading into DB | |||
PROD_DETAILS_TEST_DIR = str(Path(PROD_DETAILS_JSON_REPO_PATH).joinpath("public", "1.0")) | |||
|
|||
# Regions defined on the `/locales/` page. | |||
LOCALES_BY_REGION = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👨🍳 💋
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👨🍳💋
83f9d65
to
9c5b826
Compare
9c5b826
to
6e25ca9
Compare
One-line summary
Changing
/locales/
from hard-coded to using our settings to generate it.Issue / Bugzilla link
#6454