Overview
Comment: | [fr] nr da: le/la/l’/les |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr |
Files: | files | file ages | folders |
SHA3-256: |
fbf99ca5317c0069848ba2a41a69a4d7 |
User & Date: | olr on 2019-05-15 19:11:48 |
Other Links: | manifest | tags |
Context
2019-05-16
| ||
05:44 | [fr] faux positifs: unité/s check-in: f406641e99 user: olr tags: trunk, fr | |
2019-05-15
| ||
19:11 | [fr] nr da: le/la/l’/les check-in: fbf99ca531 user: olr tags: trunk, fr | |
16:12 | [fx] position and size of panels check-in: eb18e7fd4b user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/rules.grx from [681bcaf34e] to [df8fad72a9].
︙ | ︙ | |||
11887 11888 11889 11890 11891 11892 11893 11894 11895 11896 11897 11898 11899 11900 | @@@@ @@@@ @@@@GRAPH: purge_passe3 _ @@@@ @@@@ @@@@ @@@@ __purge_locutions_verbales__ >aller bon train >arriver à échéance >arriver à point nommé >arriver à bon port >battre en [brèche|retraite] | > > > > > > > > > > > > | 11887 11888 11889 11890 11891 11892 11893 11894 11895 11896 11897 11898 11899 11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 11910 11911 11912 | @@@@ @@@@ @@@@GRAPH: purge_passe3 _ @@@@ @@@@ @@@@ @@@@ __da_le_la_les_leur2__ [<start>|,] c’ ?[ne|n’]¿ >être [le|la|l’|les] @:[NA]¬:G [<start>|,] [je|tu|il|elle|on|nous|vous|ils|elles] ?[ne|n’]¿ ?[le|la|l’|les|en|me|m’|te|t’|se|s’|nous|vous|lui|leur|y]¿ *WORD [le|la|l’|les] @:[NA]¬:[YG] [<start>|,] [je|tu|il|elle|on|nous|vous|ils|elles] ?[ne|n’]¿ [me|m’|te|t’|se|s’|nous|vous] [le|la|l’|les|en|y] *WORD [le|la|l’|les] @:[NA]¬:[YG] [<start>|,] [je|tu|il|elle|on|nous|vous|ils|elles] ?[ne|n’]¿ [le|la|l’|les] [lui|leur|en|y] *WORD [le|la|l’|les] @:[NA]¬:[YG] [<start>|,] [je|tu|il|elle|on|nous|vous|ils|elles] ?[ne|n’]¿ [lui|leur|y] en *WORD [le|la|l’|les] @:[NA]¬:[YG] <<- morph(\-3, ":[123][sp]") =>> =select(\-2, ":D") and exclude(\-1, ":[123][sp]") [/VCint|/VCimp] [le|la|l’|les] @:[NA]¬:[YG] <<- =>> =select(\-2, ":D") and exclude(\-1, ":[123][sp]") __purge_locutions_verbales__ >aller bon train >arriver à échéance >arriver à point nommé >arriver à bon port >battre en [brèche|retraite] |
︙ | ︙ |
Modified gc_lang/fr/webext/content_scripts/init.js from [b3b4072034] to [f1e0b26bd5].
︙ | ︙ | |||
358 359 360 361 362 363 364 365 366 367 368 369 370 371 | oGrammalecte.startGCPanel(result, false); // result is the selected text // selected text is sent to the GC worker in the background script. break; // rescan page command case "rescanPage": oGrammalecte.rescanPage(); break; } }); /* Other messages from background */ | > > | 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 | oGrammalecte.startGCPanel(result, false); // result is the selected text // selected text is sent to the GC worker in the background script. break; // rescan page command case "rescanPage": oGrammalecte.rescanPage(); break; default: console.log("[Content script] Unknown command: " + sActionDone); } }); /* Other messages from background */ |
︙ | ︙ |