Skip to content

feat(extension): scaffold Chrome Web Store localization#6022

Merged
tsahimatsliah merged 8 commits into
mainfrom
feat/chrome-web-store-localization
May 11, 2026
Merged

feat(extension): scaffold Chrome Web Store localization#6022
tsahimatsliah merged 8 commits into
mainfrom
feat/chrome-web-store-localization

Conversation

@tsahimatsliah
Copy link
Copy Markdown
Member

@tsahimatsliah tsahimatsliah commented May 11, 2026

Summary

  • Localizes extension manifest metadata through Chrome's _locales message files.
  • Adds English as the default locale so translated locale folders can be added as each language is ready.
  • Documents the step-by-step workflow for adding Portuguese (Brazil), Spanish, German, Japanese, and French store listing localization.

Test plan

  • pnpm --filter extension build
  • Confirmed packages/extension/dist/chrome.zip contains manifest.json and _locales/en/messages.json.

Made with Cursor

Preview domain

https://feat-chrome-web-store-localizati.preview.app.daily.dev

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
daily-webapp Ready Ready Preview May 11, 2026 11:51am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
storybook Ignored Ignored May 11, 2026 11:51am

Request Review

tsahimatsliah and others added 2 commits May 11, 2026 10:22
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Comment thread packages/extension/public/_locales/de/messages.json Outdated
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
{
"extensionName": {
"message": "daily.dev | Developer News Done Right, in Every New Tab",
"description": "Extension name shown in browser extension surfaces and Chrome Web Store metadata."
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still wrong

},
"extensionDescription": {
"message": "Developer news, personalized to your stack, in every new tab. Join 400,000+ developers. Free and open source.",
"description": "Short extension description shown in browser extension surfaces and Chrome Web Store metadata."
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still wrong

Copy link
Copy Markdown
Contributor

@rebelchris rebelchris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One wrong one.

Co-authored-by: Cursor <cursoragent@cursor.com>
@tsahimatsliah tsahimatsliah marked this pull request as ready for review May 11, 2026 12:01
@tsahimatsliah tsahimatsliah merged commit 8b86e71 into main May 11, 2026
16 checks passed
@tsahimatsliah tsahimatsliah deleted the feat/chrome-web-store-localization branch May 11, 2026 12:01
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