chore: sync react localization from platform-localization - #325
Open
platform-localization-pr-bot[bot] wants to merge 1 commit into
Open
chore: sync react localization from platform-localization#325platform-localization-pr-bot[bot] wants to merge 1 commit into
platform-localization-pr-bot[bot] wants to merge 1 commit into
Conversation
🦋 Changeset detectedLatest commit: b2357bf The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| es: { [defaultNS]: locale6 }, | ||
| fr: { [defaultNS]: locale7 }, | ||
| ko: { [defaultNS]: locale8 }, | ||
| no: { [defaultNS]: locale9 }, |
Contributor
There was a problem hiding this comment.
Norwegian browser tags miss resource
When a Norwegian browser presents nb, nb-NO, nn, or nn-NO, language detection cannot match the new resource registered only as no, causing the interface to fall back to English instead of using the Norwegian translation.
Knowledge Base Used: packages/ui
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/ui/src/i18n/resources.generated.ts
Line: 30
Comment:
**Norwegian browser tags miss resource**
When a Norwegian browser presents `nb`, `nb-NO`, `nn`, or `nn-NO`, language detection cannot match the new resource registered only as `no`, causing the interface to fall back to English instead of using the Norwegian translation.
**Knowledge Base Used:** [packages/ui](https://app.greptile.com/youversion/-/custom-context/knowledge-base/youversion/platform-sdk-react/-/docs/ui-package.md)
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
platform-localization-pr-bot
Bot
force-pushed
the
chore/localization-sync-react
branch
2 times, most recently
from
August 13, 2026 17:56
3c42263 to
368a11a
Compare
platform-localization-pr-bot
Bot
force-pushed
the
chore/localization-sync-react
branch
from
August 13, 2026 18:14
368a11a to
b2357bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated localization sync from
platform-localization.57629f741084290f3db0cc61a763fd7d2d5a043fDistribute React LocalizationGreptile Summary
This automated localization sync adds eight locale bundles, registers them with the generated i18n resources, updates several existing translations, and adds a patch changeset.
Confidence Score: 4/5 ·
The PR is not yet safe to merge because common Norwegian browser language tags still fall back to English instead of selecting the new Norwegian translations.
The generated resources register Norwegian only as
no, while the current browser-language resolver has no mapping from standardnbornnpreferences to that resource, leaving the previously reported localization failure outstanding.Files Needing Attention: packages/ui/src/i18n/resources.generated.ts and packages/ui/src/i18n/detectLanguage.ts
Important Files Changed
Reviews (4): Last reviewed commit: "chore: sync react localization" | Re-trigger Greptile