Overview
| Comment: | [graphspell] lexicographer: tags update |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | graphspell |
| Files: | files | file ages | folders |
| SHA3-256: |
510a6d7b1b7e4db243d24cbf3db88d8b |
| User & Date: | olr on 2020-12-04 11:55:29 |
| Other Links: | manifest | tags |
Context
|
2020-12-04
| ||
| 14:18 | [fr] ajustements check-in: 3b3cc2af31 user: olr tags: trunk, fr, v2.0.0 | |
| 11:55 | [graphspell] lexicographer: tags update check-in: 510a6d7b1b user: olr tags: trunk, graphspell | |
| 11:54 | [fr] ajustements check-in: 68a329abb7 user: olr tags: trunk, fr | |
Changes
Modified graphspell-js/lexgraph_fr.js from [7a8c8a0a55] to [514901bfb4].
| ︙ | |||
253 254 255 256 257 258 259 | 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 | - - + + + + + |
[':@', ["", "<Caractère non alpha-numérique>"]],
[':@p', [" signe de ponctuation", "Signe de ponctuation"]],
[':@s', [" signe", "Signe divers"]],
[';S', [" : symbole (unité de mesure)", "Symbole (unité de mesure)"]],
[';C', [" : couleur", "Couleur"]],
|
| ︙ |
Modified graphspell/lexgraph_fr.py from [8b4d1fbe84] to [25c9c16f01].
| ︙ | |||
260 261 262 263 264 265 266 | 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 | + + + - - - - + + + + |
':@': ("", "<Caractère non alpha-numérique>"),
':@p': (" signe de ponctuation", "Signe de ponctuation"),
':@s': (" signe", "Signe divers"),
';S': (" : symbole (unité de mesure)", "Symbole (unité de mesure)"),
';C': (" : couleur", "Couleur"),
';É': ("", "Élision requise"),
';é': ("", "Pas d’élision"),
|
| ︙ |