Overview
Comment: | [lo] update update.xml |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | lo | v1.2.1 |
Files: | files | file ages | folders |
SHA3-256: |
3948cb7d11fe484470472cf8d88d6e6b |
User & Date: | olr on 2019-07-16 14:50:03 |
Other Links: | manifest | tags |
Context
2019-07-16
| ||
17:46 | [fr] update thesaurus builder check-in: adf7f0e3af user: olr tags: trunk, fr | |
14:50 | [lo] update update.xml check-in: 3948cb7d11 user: olr tags: trunk, lo, v1.2.1 | |
11:03 | [lo] options dialog: code clarification check-in: f87c8f4b2d user: olr tags: trunk, lo | |
Changes
Modified gc_lang/fr/config.ini from [e1480316c1] to [75e4db5b70].
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_BF fr_BJ fr_CD fr_CI fr_CM fr_MA fr_ML fr_MU fr_NE fr_RE fr_SN fr_TG 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_BF fr_BJ fr_CD fr_CI fr_CM fr_MA fr_ML fr_MU fr_NE fr_RE fr_SN fr_TG country_default = FR name = Grammalecte implname = grammalecte # always use 3 numbers for version: x.y.z version = 1.2.1 author = Olivier R. provider = Grammalecte.net link = https://grammalecte.net description = Correcteur grammatical pour le français. extras = README_fr.txt logo = logo.png |
︙ | ︙ |
Modified gc_lang/fr/grammalecte.update.xml from [70ec4df250] to [52a81dafb9].
1 2 3 | <?xml version="1.0" encoding="UTF-8"?> <description xmlns="http://openoffice.org/extensions/update/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> <identifier value="French.linguistic.resources.from.Dicollecte.by.OlivierR"/> | | | | 1 2 3 4 5 6 7 8 | <?xml version="1.0" encoding="UTF-8"?> <description xmlns="http://openoffice.org/extensions/update/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> <identifier value="French.linguistic.resources.from.Dicollecte.by.OlivierR"/> <version value="1.2.1" /> <update-download> <src xlink:href="https://extensions.libreoffice.org/extensions/grammalecte/1-2.1/@@download/file/Grammalecte-fr-v1.2.1.oxt" /> </update-download> </description> |