- Notifications
You must be signed in to change notification settings - Fork106
add missing i18n lookups#269
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedNov 11, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install theCodecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@## master #269 +/- ##========================================= Coverage 100.00% 100.00% ========================================= Files 24 24 Lines 635 634 -1 =========================================- Hits 635 634 -1 ☔ View full report in Codecov by Sentry. |
When working on an international project, I noticed that some calls to
gettext_lazyare missing. This PR aims to fix that issue.Perhaps this would also be the place to discuss whether it makes sense to offer translations in the repo. But I understand if the effort would be too great.