AHOHNMYC ebc345f2e1
[locales, ru] Editing numeral endings
There are three forms of numeral endings in Russian. I've fixed them using regex.

Some advices to Russian-speaking approvers:
```([^.,0-9]|^)(\d*[0,2-9])?1([^.,0-9]|$)       // Именительный, ед.ч   x1 - волк,  кроме x11 (волков)
([^.,0-9]|^)(\d*[0,2-9])?[2-4]([^.,0-9]|$)   // Родительный, ед.ч    x2-4 - волка, кроме x12-x14 (волков)
([^.,0-9]|^)\d*([0,5-9]|1\d)([^.,0-9]|$)     // Родительный, мн.ч    x0, x5-9, x1X волков
// Где: x - возможная цифра, X - обязательная цифра```
2021-11-17 12:39:37 +03:00
..
2021-11-16 23:29:10 +01:00
2021-11-16 23:29:10 +01:00
2021-11-16 23:29:10 +01:00
2021-11-16 23:29:09 +01:00
2021-11-17 12:39:37 +03:00
2021-11-16 23:29:10 +01:00