Skip to content

Conversation

@ConorWebb96
Copy link
Collaborator

@ConorWebb96 ConorWebb96 commented Feb 2, 2026

Description

Added a new "Validation" translation category with a required‑field message, and wired form validation to use it so the required text can be customised via the translations feature. The required rule now pulls validation.required from translations, falling back to the previous "Required" message when no override is set.

Addresses

Screenshots

Screenshot 2026-02-02 at 12 50 48

Launchcontrol

Adds a new Validation section for translations that includes a message for required fields. The form now uses this message when showing "required" errors, so the wording can be changed through translations. If no custom message is provided, it will still show the original “Required” text as a fallback.


Summary by cubic

Adds a new Validation translation group and uses it for required-field errors in forms so teams can localize or customize the message. If no translation is set, it falls back to "Required".

  • New Features

    • New "Validation" translation group with key validation.required.
    • Required rule reads the translated message; falls back to "Required".
  • Migration

    • Optional: add a "Validation > Required field error" translation to customize the text.

Written for commit b6b7323. Summary will update on new commits.

@github-actions github-actions bot added the size/s label Feb 2, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 5 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Copy link
Contributor

@jvcalderon jvcalderon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants