Overview
| Comment: | [graphspell] fix syntax error |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | graphspell |
| Files: | files | file ages | folders |
| SHA3-256: |
99f68677c9a2559884ca5f07655f139f |
| User & Date: | olr on 2020-11-28 23:56:13 |
| Other Links: | manifest | tags |
Context
|
2020-11-29
| ||
| 12:33 | [fr] ajustements check-in: ffcde2f18e user: olr tags: trunk, fr | |
|
2020-11-28
| ||
| 23:56 | [graphspell] fix syntax error check-in: 99f68677c9 user: olr tags: trunk, graphspell | |
| 22:58 | [fr] ajustements: l euphonique check-in: 815726afd4 user: olr tags: trunk, fr | |
Changes
Modified graphspell-js/lexgraph_fr.js from [c5ffe3f543] to [95daec96bc].
| ︙ | ︙ | |||
245 246 247 248 249 250 251 |
[':LC', [" locution conjonctive", "Locution conjonctive"]],
[':LJ', [" locution interjective", "Locution interjective"]],
[':Zp', [" préfixe,", "Préfixe"]],
[':Zs', [" suffixe,", "Suffixe"]],
[':H', ["", "<Hors-norme, inclassable>"]],
| | | 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 |
[':LC', [" locution conjonctive", "Locution conjonctive"]],
[':LJ', [" locution interjective", "Locution interjective"]],
[':Zp', [" préfixe,", "Préfixe"]],
[':Zs', [" suffixe,", "Suffixe"]],
[':H', ["", "<Hors-norme, inclassable>"]],
[':HEL', [" lettre ‹l› euphonique", "Lettre ‹l› euphonique"]],
[':@', ["", "<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"]],
|
| ︙ | ︙ |