igorsimb / mp-monitor

Django app for scraping Wildberries
1 stars 0 forks source link

Fix translation for django-celery-beat's `every` and `period` fields of `IntervalSchedule` class #115

Closed igorsimb closed 4 months ago

igorsimb commented 4 months ago

django-celery-beat has a problem translating period in Russian with proper cases (падежи) and non-plural every field as well as showing the 1 when schedule is every 1 hour/day, etc

E.g. interval of every 1 day is shown as

Need to create a util function that would take care of all the cases for Russian language.