Skip to content

Conversation

@bc-veer
Copy link
Contributor

@bc-veer bc-veer commented Nov 12, 2025

Jira: B2B-3799

What/Why?

Translations in the buyer-portal are currently being loaded on a per-page basis. Unfortunately, some generic components like Quick Add and Quick Search are used across multiple pages, which causes the translations to reload in the browser and display text in English instead of the translated values.

To address this, I’m moving all common translations (used in shared components or HOCs) to global. This ensures the global translations are loaded initially and prevents missing key issues.

Rollout/Rollback

Revert

Testing

Tested in local
Screenshot 2025-11-12 at 4 14 49 pm
Screenshot 2025-11-12 at 4 14 55 pm

Previous PR

Previous and reverted this as yet to get clarity on promoting translation changes

@bc-veer bc-veer requested review from a team and icatalina as code owners November 12, 2025 23:40
@bc-veer bc-veer requested a review from RobinOng November 12, 2025 23:40
@bc-veer
Copy link
Contributor Author

bc-veer commented Nov 12, 2025

If we rename or remove the existing keys, clients might see them in English instead of their local language.
I'm renaming around 10 keys in en.json (from the quote/draft quote pages).

Waiting for reply from @bc-sylvialin on the translation updating process (Ref)

@bc-veer bc-veer marked this pull request as draft November 13, 2025 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants