Overview
Comment: | [fx] include data for locales (not used ATM) to remove warning in the console |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | webext2 |
Files: | files | file ages | folders |
SHA3-256: |
d714a91c2d3c7d0b690aad6714f79f13 |
User & Date: | olr on 2017-08-30 14:27:13 |
Other Links: | branch diff | manifest | tags |
Context
2017-08-30
| ||
15:35 | [fx] comment console.log in text formatter check-in: 2bb79b3718 user: olr tags: fx, webext2 | |
14:27 | [fx] include data for locales (not used ATM) to remove warning in the console check-in: d714a91c2d user: olr tags: fx, webext2 | |
13:48 | [fx] rename content_modifier.js -> init.js check-in: 4b80fae088 user: olr tags: fx, webext2 | |
Changes
Added gc_lang/fr/webext/_locales/en/messages.json version [488f9fc94b].
> > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 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 version [afca95eb97].
> > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 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." } } |
Modified gc_lang/fr/webext/manifest.json from [6d89bba445] to [0c94f16f59].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | } }, "author": "Olivier R.", "homepage_url": "https://grammalecte.net", "description": "Correcteur grammatical pour le français.", "icons": { "16": "img/logo-16.png", "32": "img/logo-32.png", "48": "img/logo-48.png", "64": "img/logo-64.png", "80": "img/logo-80.png", "96": "img/logo-96.png" }, | > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | } }, "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", "80": "img/logo-80.png", "96": "img/logo-96.png" }, |
︙ | ︙ |