ADDED gc_lang/fr/webext/_locales/en/messages.json Index: gc_lang/fr/webext/_locales/en/messages.json ================================================================== --- gc_lang/fr/webext/_locales/en/messages.json +++ gc_lang/fr/webext/_locales/en/messages.json @@ -0,0 +1,11 @@ +{ + "extensionName": { + "message": "Grammalecte [fr]", + "description": "Name of the extension." + }, + + "extensionDescription": { + "message": "French grammar checker", + "description": "Description of the extension." + } +} ADDED gc_lang/fr/webext/_locales/fr/messages.json Index: gc_lang/fr/webext/_locales/fr/messages.json ================================================================== --- gc_lang/fr/webext/_locales/fr/messages.json +++ gc_lang/fr/webext/_locales/fr/messages.json @@ -0,0 +1,11 @@ +{ + "extensionName": { + "message": "Grammalecte [fr]", + "description": "Nom de l’extension." + }, + + "extensionDescription": { + "message": "Correcteur grammatical dédié à la langue française", + "description": "Description de l’extension." + } +} Index: gc_lang/fr/webext/manifest.json ================================================================== --- gc_lang/fr/webext/manifest.json +++ gc_lang/fr/webext/manifest.json @@ -13,10 +13,12 @@ "author": "Olivier R.", "homepage_url": "https://grammalecte.net", "description": "Correcteur grammatical pour le français.", + + "default_locale": "fr", "icons": { "16": "img/logo-16.png", "32": "img/logo-32.png", "48": "img/logo-48.png", "64": "img/logo-64.png",