fix: correct Afrikaans language name spelling#9471
Conversation
|
Windows and Mac build successful in Unity Cloud! You can find a link to the downloadable artifact below. |
|
Slack notification sent to #explorer-ext-contributions for external review. |
decentraland-bot
left a comment
There was a problem hiding this comment.
PR Review: fix: correct Afrikaans language name spelling
STEP 2 — Root-cause check: PASS
The PR fixes a genuine typo in the Passport language configuration asset: "Afrikanns" (double 'n') → "Afrikaans" (correct spelling). This addresses the root cause directly.
STEP 3 — Design & integration: N/A
No code changes — this is a data correction in a serialized ScriptableObject asset. No new units, lifecycle changes, subscriptions, or teardown paths introduced.
STEP 4 — Member audit: N/A
No code members added or changed.
STEP 5 — Line-level review: No issues found
The single-line change is correct. No blocking issues, no code quality concerns.
Security review: No issues found
No code changes, no new inputs, no security surface affected.
CI Status
- Lint / watchdog: Cancelled (expected — no C# files changed)
- Builds / Tests: Pending
ℹ️ Note: Base branch
This PR targets main. The standard branch model targets dev. This may be intentional for a simple typo fix from an external contributor — maintainers should confirm the correct target branch.
REVIEW_RESULT: PASS ✅
COMPLEXITY: SIMPLE
COMPLEXITY_REASON: Single-line typo fix in a serialized configuration asset; no runtime code or systems touched.
QA_REQUIRED: NO
Reviewed by Jarvis 🤖 · Requested via Slack


Fix typo in language list — "Afrikanns" → "Afrikaans" in the Passport language configuration asset.