Commit Graph

1 Commits

Author SHA1 Message Date
Kalle
7b6e46c0bc Preserve plural translations for single-plural languages on sync
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
i18next-locales-sync stores plural keys for languages with a single CLDR
plural category (zh/ja/ko) under the bare singular key, and silently drops
suffixed _one/_other keys for those languages. Add a pre-sync step that
collapses such keys into the singular form so the translations survive, and
restore the zh analyzer keys that were dropped this way.
2026-06-14 19:02:26 +03:00