Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .changeset/complete-persian-localization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'@clerk/localizations': minor
---

Complete Persian (fa-IR) localization with all missing translations

This update completes the Persian localization by:
- Translating all undefined API key management strings
- Adding complete commerce/billing translations
- Completing organization profile translations
- Adding all missing error messages
- Including form labels and placeholders
- Adding fa-IR to package.json files array for proper publishing

The Persian localization now provides a complete user experience for Persian-speaking users.
2 changes: 2 additions & 0 deletions .changeset/small-schools-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Comment on lines +1 to +2
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Remove empty placeholder Changeset file to avoid CI/release noise

This file contains only YAML delimiters with no releases. It’s likely an accidental leftover and may confuse automation.

Please delete this file from the PR.

🤖 Prompt for AI Agents
In .changeset/small-schools-yell.md around lines 1 to 2, the file contains only
empty YAML delimiters and no release entries which can confuse CI/release
tooling; remove this file from the branch/PR (delete
.changeset/small-schools-yell.md) so it is not included in the commit and rerun
CI to confirm no release noise.

1 change: 1 addition & 0 deletions packages/localizations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"en-US",
"es-CR",
"es-ES",
"fa-IR",
"fi-FI",
"fr-FR",
"he-IL",
Expand Down
Loading
Loading