Skip to content

fix(i18n): add missing translation for oauth_scope_org_attributes_read_write#29787

Open
Emran-Y wants to merge 1 commit into
calcom:mainfrom
Emran-Y:fix/oauth-org-attributes-i18n
Open

fix(i18n): add missing translation for oauth_scope_org_attributes_read_write#29787
Emran-Y wants to merge 1 commit into
calcom:mainfrom
Emran-Y:fix/oauth-org-attributes-i18n

Conversation

@Emran-Y

@Emran-Y Emran-Y commented Jul 17, 2026

Copy link
Copy Markdown

What does this PR do?

Adds the missing translation for oauth_scope_org_attributes_read_write so that the OAuth consent screen shows a human-readable description ("Read and write organization attributes") instead of the raw translation key.

Why?

When requesting the ORG_ATTRIBUTES_READ and ORG_ATTRIBUTES_WRITE scopes during OAuth authentication, the consent screen displays the raw i18n key instead of a proper description. This fix adds the missing translation.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Fixes #29784

…d_write

Adds the translation key for the organization attributes OAuth scope
so that the OAuth consent screen displays a human-readable description
instead of the raw translation key.

Fixes calcom#29784
@github-actions

Copy link
Copy Markdown
Contributor

Welcome to Cal.diy, @Emran-Y! Thanks for opening this pull request.

A few things to keep in mind:

  • This is Cal.diy, not Cal.com. Cal.diy is a community-driven, fully open-source fork of Cal.com licensed under MIT. Your changes here will be part of Cal.diy — they will not be deployed to the Cal.com production app.
  • Please review our Contributing Guidelines if you haven't already.
  • Make sure your PR title follows the Conventional Commits format.

A maintainer will review your PR soon. Thanks for contributing!

@github-actions github-actions Bot added the 🐛 bug Something isn't working label Jul 17, 2026
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2dfaa19c-b3dd-407d-a363-e3c8a15de204

📥 Commits

Reviewing files that changed from the base of the PR and between f004349 and 8f999d5.

📒 Files selected for processing (1)
  • packages/i18n/locales/en/common.json

📝 Walkthrough

Walkthrough

Added the English i18n entry oauth_scope_org_attributes_read_write with the label “Read and write organization attributes”.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly states the main change: adding the missing oauth_scope_org_attributes_read_write translation.
Description check ✅ Passed The description matches the change and explains the OAuth consent screen fix for the missing translation.
Linked Issues check ✅ Passed The PR adds the missing translation requested by issue #29784, resolving the untranslated OAuth scope string.
Out of Scope Changes check ✅ Passed The change is limited to the requested i18n entry and does not introduce unrelated scope.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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

Labels

🐛 bug Something isn't working size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Untranslated String: oauth_scope_org_attributes_read_write

1 participant