Lupo
Lupo

Reputation: 3104

Chrome extension: short description in multiple languages

In Chrome extension you take care for the short description in the manifest.json itself with the attribut: description!

In the Chrome Appstore you can have a more detailed description in several languages! But how to localize the short description in the manifest.json for multiple languages?

thank you!

Upvotes: 2

Views: 949

Answers (1)

abraham
abraham

Reputation: 47833

The internationalization documentation describes how to have multiple translations for the name field in the manifest. The same method should work for the description field in the manifest.

Upvotes: 2

Related Questions