mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-17 21:39:00 -04:00
- Add missing `phrases` field to polish.yaml (caused import crash) - Extract nested `_get_localized_label` as module-level `get_localized_label` (no underscore prefix per project convention, testable) - Rename `get_plural_rules` → `get_plural_category` (returns category, not rules) - Rename `polish_rule` → `polish_plural_rule`, `default_rule` → `default_plural_rule` - Fix inconsistent param naming (`n` → `count`), add return types - Add proper module docstring and Google-style docstrings to plural_rules.py - Add comprehensive tests: plural rules (30 cases), get_localized_label (17 cases), Polish locale time spans (18 cases) - Regenerate schema.json