microsoft / microsoft/MicrosoftEdge-Extensions

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

オープン
#653 コメント 2 件 リアクション 0 件 担当者 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. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。