Differences From Artifact [f905bdc287]:
- File gc_lang/fr/modules-js/lexicographe.js — part of check-in [dfe45ca126] at 2018-06-28 08:13:25 on branch rg — [core][fr][js] lexicographer update (user: olr, size: 22436) [annotate] [blame] [check-ins using]
To Artifact [8830593e2a]:
- File gc_lang/fr/modules-js/lexicographe.js — part of check-in [ccbbecbd1b] at 2018-06-28 08:26:20 on branch rg — [graphspell][core] tokenizer: rename ACRONYM tokens to WORD_ACRONYM (user: olr, size: 22441) [annotate] [blame] [check-ins using]
︙ | |||
296 297 298 299 300 301 302 | 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 | - + | case 'FOLDERWIN': return { sType: oToken.sType, sValue: oToken.sValue.slice(0, 40) + "…", aLabel: ["dossier Windows"] }; break; |
︙ |