New Crowdin updates#7436
Conversation
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 424bcbb954
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "RAINBOW": "رينبو", | ||
| "NEW": "جديد", | ||
| "FARCASTER": "فاركاستر" | ||
| "NEW": "جديد" |
There was a problem hiding this comment.
Restore Farcaster category translations
When the app is running in Arabic (and the same deletion was made across the other non-English locale files), the Discover trending-token category chip still renders i18n.t(t.filters.categories.FARCASTER) in src/components/Discover/TrendingTokens.tsx, while en_US.json still defines that key. Removing the locale entry makes i18n-js fall back to the English label, so users lose the localized Farcaster label in this visible filter.
Useful? React with 👍 / 👎.
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8cff4b5f9c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "stake": "رهن", | ||
| "enable_staking": "تفعيل الرهن", | ||
| "buy_rnbw": "شراء RNBW", | ||
| "buy": "شراء", |
There was a problem hiding this comment.
Restore RNBW staking card keys
When the app is running in any of the updated non-English locales, the staking card still calls i18n.l.rnbw_membership.staking_card.buy_rnbw for the CTA and minimum_stake_amount_required for the low-balance message in RnbwStakingCard.tsx, but this hunk removes those keys and adds different ones (buy, buy_more, etc.). Users who do not have the minimum stake amount will therefore see the visible CTA/message fall back to English instead of the localized strings; the same deletion is present across the other locale files in this commit.
Useful? React with 👍 / 👎.
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
No description provided.