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

Handle en_GB and en_US in i18n #222

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

2br-2b
Copy link

@2br-2b 2br-2b commented Dec 14, 2024

Fixes #210

Changes proposed in this pull request:

  • Add support for en_GB and en_US

Copy link

codecov bot commented Dec 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.48%. Comparing base (db482bb) to head (628a76b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #222   +/-   ##
=======================================
  Coverage   99.47%   99.48%           
=======================================
  Files          11       11           
  Lines         760      771   +11     
=======================================
+ Hits          756      767   +11     
  Misses          4        4           
Flag Coverage Δ
macos-latest 97.92% <100.00%> (+0.03%) ⬆️
ubuntu-latest 97.92% <100.00%> (+0.03%) ⬆️
windows-latest 96.75% <100.00%> (+0.31%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hugovk hugovk added the changelog: Added For new features label Dec 14, 2024
@hugovk hugovk changed the title Add en_GB and en_US Handle en_GB and en_US in i18n Dec 14, 2024
@hugovk
Copy link
Member

hugovk commented Dec 14, 2024

Thanks for the PR, please could you check mypy and add a test?

@2br-2b
Copy link
Author

2br-2b commented Dec 14, 2024

Sure thing! I'll do that now real quick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Added For new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add en_GB and en_US
2 participants