Changes In Branch dicfac Through [96301a30bf] Excluding Merge-Ins
This is equivalent to a diff from 825218be76 to 96301a30bf
2020-05-28
| ||
18:09 | [fr] mise à jour du dictionnaire (dictionnaire avec affixes factorisés) check-in: 5a7f3c6402 user: olr tags: fr, dicfac | |
17:42 | [fr][fx] WebExtension: install.rdf -> manifest.json check-in: 96301a30bf user: olr tags: fr, fx, dicfac | |
2020-05-21
| ||
16:17 | [fr] affixes: nouveaux drapeaux féminins complémentaires check-in: 283b27a860 user: olr tags: fr, dicfac | |
2020-05-19
| ||
06:19 | [fr] faux positifs et ajustements check-in: 2239de16ce user: olr tags: trunk, fr | |
2020-05-16
| ||
18:42 | [fr] màj affixes: apostrophe comme séparateur -> factorisation des drapeaux check-in: 14311e7c30 user: olr tags: fr, dicfac | |
16:39 | [graphspell] comment about the test check-in: 825218be76 user: olr tags: trunk, graphspell | |
16:24 | [graphspell] suggestions: test for improvement (+remove deprecated code) check-in: 5762496ac7 user: olr tags: trunk, graphspell | |
Deleted gc_lang/fr/dictionnaire/_templates/moz/install.rdf version [95b4de5d2f].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Added gc_lang/fr/dictionnaire/_templates/moz/manifest.json version [2b859e0ab8].
|
Modified gc_lang/fr/dictionnaire/genfrdic.py from [9dbea97923] to [b6e2434a68].
︙ | |||
586 587 588 589 590 591 592 | 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 | - + | def createMozillaExtensions (self, spBuild, dTplVars, lDictVars, spDestGL=""): # Mozilla extension 1 echo(" * Dictionnaire >> extension pour Mozilla") dTplVars['version'] = self.sVersion sExtensionName = EXT_PREFIX_MOZ + self.sVersion spExt = spBuild + '/' + sExtensionName dir_util.mkpath(spExt+'/dictionaries') |
︙ | |||
938 939 940 941 942 943 944 | 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 | - + | morph = self.lexMorph() lFlexions = [(self.lemma, morph, self.di)] if iPR == 0 and not self.flags.endswith('()') else [] lFlexPrefix = [] lFlexSuffix = [] for sFlag in makeLongFlags(self.flags): if sFlag not in dFlags: if sFlag not in ['**', '()', '||', '--']: |
︙ |
Modified gc_lang/fr/dictionnaire/orthographe/FRANCAIS_5.aff from [72dbf0e245] to [c1a902b87e].
more than 10,000 changes