Overview
Comment: | [build] version 0.6.1 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | build |
Files: | files | file ages | folders |
SHA3-256: |
451ce75ada868838d11042997b02b266 |
User & Date: | olr on 2017-11-25 16:23:19 |
Other Links: | manifest | tags |
Context
2017-11-26
| ||
10:40 | [fr] pt: à bien y repenser check-in: bd53c159c2 user: olr tags: trunk, fr | |
2017-11-25
| ||
16:23 | [build] version 0.6.1 check-in: 451ce75ada user: olr tags: trunk, build | |
16:17 | [core][fx][fr] merge Lexicographe: detection of most common locutions check-in: c60b538430 user: olr tags: trunk, fr, core, new_feature, fx | |
Changes
Modified gc_lang/fr/config.ini from [bd9c32e343] to [6a6145331a].
1 2 3 4 5 6 7 8 | [args] lang = fr lang_name = French locales = fr_FR fr_BE fr_CA fr_CH fr_LU fr_MC fr_BF fr_CI fr_SN fr_ML fr_NE fr_TG fr_BJ country_default = FR name = Grammalecte implname = grammalecte # always use 3 numbers for version: x.y.z | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [args] lang = fr lang_name = French locales = fr_FR fr_BE fr_CA fr_CH fr_LU fr_MC fr_BF fr_CI fr_SN fr_ML fr_NE fr_TG fr_BJ country_default = FR name = Grammalecte implname = grammalecte # always use 3 numbers for version: x.y.z version = 0.6.1 author = Olivier R. provider = Dicollecte link = http://grammalecte.net description = Correcteur grammatical pour le français. extras = README_fr.txt logo = logo.png |
︙ | ︙ |
Modified gc_lang/fr/webext/manifest.json from [330ca46cd3] to [cdfee34ee7].
1 2 3 4 | { "manifest_version": 2, "name": "Grammalecte [fr]", "short_name": "Grammalecte [fr]", | | | 1 2 3 4 5 6 7 8 9 10 11 12 | { "manifest_version": 2, "name": "Grammalecte [fr]", "short_name": "Grammalecte [fr]", "version": "0.6.1", "applications": { "gecko": { "id": "French-GC@grammalecte.net", "strict_min_version": "56.0" } }, |
︙ | ︙ |