Skip to content

feat: add isISO6391 decorator for language codes#2626

Merged
braaar merged 5 commits intotypestack:developfrom
RobinvanderVliet:patch-1
Feb 25, 2026
Merged

feat: add isISO6391 decorator for language codes#2626
braaar merged 5 commits intotypestack:developfrom
RobinvanderVliet:patch-1

Conversation

@RobinvanderVliet
Copy link
Copy Markdown
Contributor

@RobinvanderVliet RobinvanderVliet commented Jul 21, 2025

Description

Add isISO6391 validation decorator for ISO 639-1 language codes.

Checklist

  • the pull request title describes what this PR does (not a vague title like Update index.md)
  • the pull request targets the default branch of the repository (develop)
  • the code follows the established code style of the repository
    • npm run prettier:check passes
    • npm run lint:check passes
  • tests are added for the changes I made (if any source code was modified)
  • documentation added or updated
  • I have run the project locally and verified that there are no errors

Fixes

fixes #2045

@braaar
Copy link
Copy Markdown
Member

braaar commented Nov 28, 2025

Please fix the test so that we can proceed with this

@RobinvanderVliet
Copy link
Copy Markdown
Contributor Author

@braaar I have added the new decorator to the exports. Now the tests run successfully on my machine.

@viniciusamc
Copy link
Copy Markdown

hey @braaar, what's the status of this PR?

@braaar braaar merged commit e0eaa02 into typestack:develop Feb 25, 2026
7 checks passed
@github-actions
Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

feature: add @IsISO6391 decorator

3 participants