Skip to content

Commit 4a6042d

Browse files
committed
define "language"
1 parent eebaeb0 commit 4a6042d

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

microsoft-edge/extensions-chromium/publish/publish-extension.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ Your developer/organization name,<!-- todo: what field name? --> **Website URL**
148148
| **Support contact details** | - | The URL to your support webpage, or the email address to contact your support team. |
149149
| **Mature content** | - | Checkbox to specify if your extension includes mature content. Extension rating helps determine the appropriate age group of the target audience of your extension. To help determine if your extension has mature content, see [Developer policies for the Microsoft Edge Add-ons store](/legal/microsoft-edge/extensions/developer-policies). |
150150

151+
Properties that are not indicated as Required are Optional.
152+
151153
Click the **Save & Continue** button<!-- todo: link, or button? --> to continue to the **Store listings** section.
152154

153155

@@ -156,13 +158,17 @@ Click the **Save & Continue** button<!-- todo: link, or button? --> to continue
156158

157159
The information provided in the following section is displayed to users who review your listing on the Microsoft Edge Add-ons website. Even though some fields are optional, you should provide as much information as possible.
158160

159-
To list your extension in the store, the following details are required:
160-
* **Display name**.
161+
To list your extension in the store, the following details are required:<!-- todo: for each lang? -->
162+
* **Display name**.<!-- todo: for each lang? -->
161163
* **Description** for each language in your extension package. To support multiple languages, you can use the internationalization API ([chrome.i18n](https://go.microsoft.com/fwlink/?linkid=2167478)).
162164
* **Extension Store logo** for each language in your extension package.
163-
* **Short description**.
165+
* **Short description**.<!-- todo: for each lang? -->
166+
167+
The minimum required store listing details must be filled in for at least one of the languages (such as U.S. English; `en-US`) that's mentioned in your extension zip package.
164168

165-
The minimum required store listing details must be filled-out for at least one of the languages<!-- todo: spoken langs, or coding langs? --> mentioned in your extension zip package. To add or remove languages in your store listing on the Microsoft Edge Add-ons website, use the **Add a language** dropdown list on the **Store listings** webpage. Additionally, you can duplicate your assets from one language across others using the **Duplicate functionality** button on the **Language details** webpage.
169+
* To add or remove languages in your store listing on the Microsoft Edge Add-ons website, use the **Add a language** dropdown list on the **Store listings** webpage.
170+
171+
* Additionally, you can duplicate your assets from one language across other languages by using the **Duplicate functionality** button on the **Language details** webpage.
166172

167173
| Language details property name | Required? | Description |
168174
|---|---|---|
@@ -176,6 +182,8 @@ The minimum required store listing details must be filled-out for at least one o
176182
| **Short description** | Required | To edit the `short description`, you must update the description field in your manifest file of your extension package and reupload it. |
177183
| **Search terms** | - | `Search terms` are single words or phrases that help discover your extension when a user searches in the Microsoft Edge Add-ons website. The search terms aren't displayed to users. |
178184

185+
Properties that are not indicated as Required are Optional.
186+
179187

180188
<!-- ------------------------------ -->
181189
#### YouTube video URL requirements

0 commit comments

Comments
 (0)