Overview
Comment: | Gestion du multi drapeau pour chaque locution, et ajout css pour les locutions |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | Lexicographe |
Files: | files | file ages | folders |
SHA3-256: |
a72df99c1279b32210db443eae0acd40 |
User & Date: | IllusionPerdu on 2017-10-29 13:14:34 |
Other Links: | branch diff | manifest | tags |
Context
2017-10-29
| ||
13:50 | Corrections dans locutions.txt check-in: 3228b9d0ef user: IllusionPerdu tags: Lexicographe | |
13:14 | Gestion du multi drapeau pour chaque locution, et ajout css pour les locutions check-in: a72df99c12 user: IllusionPerdu tags: Lexicographe | |
11:56 | Quelques corrections dans le fichier locutions.txt check-in: a6bed5e7d3 user: IllusionPerdu tags: Lexicographe | |
Changes
Modified gc_lang/fr/data/locutions.txt from [6b3b5c5da1] to [3687729b1a].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - + - + - + | 1-octanol :Ĺ 100 mètres :Ĺ 2-heptanone :Ĺ 35 heures :Ĺ 3eme âge :Ĺ a bon entendeur salut ! :Ĺ a bon escient :Ĺ |
︙ | |||
76 77 78 79 80 81 82 | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | - + | à dire vrai :Ĺ à discrétion :Ŵ à domicile :Ĺ à double tranchant :Ĺ à fin de :Ŕ à fleur de :Ŵ à fleur de eau :Ŵ |
︙ | |||
892 893 894 895 896 897 898 | 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 | - + | affichage sauvage :Ĺ affichage sonore :Ĺ affiche publicitaire :Ĺ afficheur 7 segments :Ĺ affinité chimique :Ĺ affirmer sous serment :Ĺ afin :Ĺ |
︙ |
Modified gc_lang/fr/modules-js/lexicographe.js from [543985fcfa] to [19ff164e97].
︙ | |||
407 408 409 410 411 412 413 | 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 | - + + + + + - + | word += oToken.sValue+' '; //console.log('***',word); } id = id + oLst.length-1; let tmpToken = { 'nEnd':oLst[oLst.length-1].nEnd, 'nStart':oLst[0].nStart, |
︙ |
Modified gc_lang/fr/modules-js/locutions_data.json from [dbe2763f8b] to [d87dffacc9].
cannot compute difference between binary files
Modified gc_lang/fr/modules/locutions_data.py from [aab34dfb3c] to [bd4947163a].
cannot compute difference between binary files
Modified gc_lang/fr/webext/content_scripts/panel_lxg.css from [58f7a11f55] to [ccbb028287].
︙ | |||
52 53 54 55 56 57 58 59 60 61 62 63 64 65 | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | + + + | } .grammalecte_lxg_morph_list { padding: 2px 0 10px 20px; } .grammalecte_lxg_morph_elem { color: hsl(0, 0%, 0%); } .grammalecte_lxg_token_LOC { background-color: hsla(150, 50%, 30%, 1); } .grammalecte_lxg_token_WORD { background-color: hsla(150, 50%, 50%, 1); } .grammalecte_lxg_token_ELPFX { background-color: hsla(150, 30%, 50%, 1); } .grammalecte_lxg_token_UNKNOWN { |
︙ |