Skip to main content

Legacy locale naming (deprecated)

The old locale-* naming has been removed from the supported client path.

Deprecated aliases

  • Workflow: locale-sync.yml (delegates to kalima-sync.yml)
  • Actions: locale-push, locale-pull (delegate to kalima-push, kalima-pull)

Migration guidance

  1. Rename workflow references from locale-sync.yml to kalima-sync.yml.
  2. Rename action references from locale-push and locale-pull to kalima-push and kalima-pull.
  3. Rename secrets to KALIMA_PROJECT_KEY, KALIMA_SYNC_SECRET, and optionally KALIMA_API_URL.
  4. Rotate the project sync secret from the Kalima integrations wizard and store it as KALIMA_SYNC_SECRET.

Current behavior

  • Deprecated aliases should not be used in new workflows.
  • Signed sync requires KALIMA_PROJECT_KEY and KALIMA_SYNC_SECRET.
  • LOCALE_* fallback secrets are rejected.