microsoft / microsoft/MicrosoftEdge-Extensions

[Bug - Edge Addons] microsoftedge.microsoft.com doesn't honor placeholder in __MSG_extName__

未关闭
#653 2 条评论 0 个 reaction 已指派 1 人 在 GitHub 查看

@Rahul-Bauri 已经在做这个了。

开始于 2026年7月15日。

Bug Edge Addons Tracked
主要语言
JavaScript
星标
245
派生
149
PR 合并指标
30 天内没有已合并 PR

描述

Describe the bug

When extension has i18n translations and the extName translation contains a placeholder, the placeholder isn't rendered in extension store listing title.

To Reproduce
Steps to reproduce the behavior:

  1. Create a manifest like this:
{
	"name": "__MSG_extName__",
	"default_locale": "en",
}
  1. Create en/messages.json
{
	"extName": {
		"message": "$webScraper$ - Free Web Scraping",
		"placeholders": {
			"webScraper": {
				"content": "Web Scraper"
			}
		}
	}
}
  1. upload extension in edge store
  2. Published title is $webScraper$ - Free Web Scraping

Expected behavior
Title of the extension is Web Scraper - Free Web Scraping

Screenshots
partner website:
Image

Extension store:
Image

Desktop (please complete the following information):

  • OS: Linux
  • Browser Chrome
  • Version 150

Additional context
https://web.archive.org/web/20260715094027/https://microsoftedge.microsoft.com/addons/detail/webscraper-free-web-s/jfmdjnnfminejadhegajcjbpgjofnkaj

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。