microsoft / microsoft/MicrosoftEdge-Extensions
[Bug - Edge Addons] microsoftedge.microsoft.com doesn't honor placeholder in __MSG_extName__
@Rahul-Bauri ya está trabajando en esto.
Desde el 15/7/2026.
- Lenguaje dominante
- JavaScript
- Estrellas
- 245
- Forks
- 149
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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:
- Create a manifest like this:
{
"name": "__MSG_extName__",
"default_locale": "en",
}
- Create en/messages.json
{
"extName": {
"message": "$webScraper$ - Free Web Scraping",
"placeholders": {
"webScraper": {
"content": "Web Scraper"
}
}
}
}
- upload extension in edge store
- Published title is
$webScraper$ - Free Web Scraping
Expected behavior
Title of the extension is Web Scraper - Free Web Scraping
Screenshots
partner website:
Extension store:
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.