feat: add hebrew locale#996
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #996 +/- ##
=======================================
Coverage 88.18% 88.18%
=======================================
Files 32 32
Lines 1007 1007
Branches 105 105
=======================================
Hits 888 888
Misses 101 101
Partials 18 18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Adds a Hebrew (he) translation catalog for django-celery-beat so admin/UI strings can be localized.
Changes:
- Added Hebrew
django.powith translated message strings and locale metadata. - Added compiled Hebrew
django.momessage catalog.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| django_celery_beat/locale/he/LC_MESSAGES/django.po | Introduces Hebrew translations and gettext header metadata. |
| django_celery_beat/locale/he/LC_MESSAGES/django.mo | Adds the compiled Hebrew translation catalog for runtime use. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Nusnus
left a comment
There was a problem hiding this comment.
LGTM - not sure if RTL will be applied correctly though.
@ShlomoCode did you check if the mixed English-Hebrew strings appear correctly?
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.