microsoft / microsoft/MicrosoftEdge-Extensions

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

Đang mở
#653 2 bình luận 0 reaction 1 người được giao Xem trên GitHub

@Rahul-Bauri đang làm issue này rồi.

Từ ngày 15/7/2026.

Bug Edge Addons Tracked
Ngôn ngữ chính
JavaScript
Star
245
Fork
149
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.